diff options
author | 2018-09-08 10:53:06 +0200 | |
---|---|---|
committer | 2018-09-08 14:03:48 +0200 | |
commit | 44068399ad98520a66cafb092af777af8d77a11e (patch) | |
tree | 41ec18453e7fe581c9f6020280baaa81ae0a167d /kde-apps/zeroconf-ioslave | |
parent | kde-frameworks: Add KDE Frameworks 5.50.0 (diff) | |
download | gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.gz gentoo-44068399ad98520a66cafb092af777af8d77a11e.tar.bz2 gentoo-44068399ad98520a66cafb092af777af8d77a11e.zip |
kde-apps: Add KDE Applications 18.08.1
Package-Manager: Portage-2.3.49, Repoman-2.3.10
Diffstat (limited to 'kde-apps/zeroconf-ioslave')
-rw-r--r-- | kde-apps/zeroconf-ioslave/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.08.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/zeroconf-ioslave/Manifest b/kde-apps/zeroconf-ioslave/Manifest index f664ebf13d09..d8f3c95932c9 100644 --- a/kde-apps/zeroconf-ioslave/Manifest +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -1 +1,2 @@ DIST zeroconf-ioslave-18.04.3.tar.xz 38980 BLAKE2B d3167ffc83c70dccf2b1a5cb44aaa307a37b05d87f4fb617319c4f7ae1c8e69182cdd1581fa60fb53b67d1b9acb8bfdaa97c8edb9b1f50c78ee768416efa3299 SHA512 f6be3f1ee9fd4300b62a57e8001df76739521a5797b99f8a3a8407f8a8a96180d2e066654f08a73e51ab7d2adbf2311d209dc2f10d2ae2abe85b3efe5e14b79e +DIST zeroconf-ioslave-18.08.1.tar.xz 39028 BLAKE2B 07df78b341f6ddecb6a5f33626d722aa2af6ca44928d9c0cc73ae6b1fe9e376e16118b275d67c833915e4bf36bcb95244942309a0445b7972e8ebea667da83bd SHA512 86d24b24d0d3bdf520f042fcafcc439e52655f66441fc3eb16d880963b69aa015ff993b78f913229a3d54d44d6ba25a93b305d44ad535c8a359e390442a8a9ea diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.08.1.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.08.1.ebuild new file mode 100644 index 000000000000..9b485d5e9478 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-18.08.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdnssd) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_qt_dep qtdbus) +" +RDEPEND="${DEPEND} + !kde-apps/kde4-l10n +" |