diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:14:45 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-12-14 23:25:03 +0100 |
commit | 576fc933c81aa6e526d87290af95e8e898e70ecb (patch) | |
tree | 73f9a202bcb454043dbb6b731d9b56ed4c5f49eb /kde-apps/zeroconf-ioslave | |
parent | dev-haskell/stack-bin: bump up to 1.6.1 (diff) | |
download | gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.gz gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.tar.bz2 gentoo-576fc933c81aa6e526d87290af95e8e898e70ecb.zip |
kde-apps: Add KDE Applications 17.12.0
Package-Manager: Portage-2.3.18, Repoman-2.3.6
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-17.12.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/zeroconf-ioslave/Manifest b/kde-apps/zeroconf-ioslave/Manifest index faad51346672..a81820e4407e 100644 --- a/kde-apps/zeroconf-ioslave/Manifest +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -1 +1,2 @@ DIST zeroconf-ioslave-17.08.3.tar.xz 25964 BLAKE2B c73a544bb78b5223e187748a32c95dbf4020d00f876154a3381b28da4de2fd36107ccf5d9d5569ef02ba29b12438efd30ea548ded1b361f7c9a8075b26e2d067 SHA512 4027a8a6d4507c5a3d2167aec2fbb44ff4227990d04ab42888dc6c3458971314e31961ea13e43d6bed7a584eda112591d7a940a45258d92c2491e9eff9c5d1ae +DIST zeroconf-ioslave-17.12.0.tar.xz 38648 BLAKE2B f7c29f4a012950a71941e7e53b2e55895b0e74b2497bf4979dd3255191245a84895e70e07f9a17dc8a40865217eb8b5d554252b496fc41bb4bd56fd424a79bfa SHA512 2511c2b23f2bb5190e6780a158d05101aaf64412abf26f2ec05ec61aa66980fed4dc23240faf040470cd09fc12632f286328233c06528c0da0544184505248d6 diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.0.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.0.ebuild new file mode 100644 index 000000000000..0e55e40c3a5f --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.0.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 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 +" |