diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 17:17:01 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-01-11 18:14:22 +0100 |
commit | 85faab2e366afa6293f3c9781866f04631fc6213 (patch) | |
tree | 38279f6f2d8718267d122dfac04798f46f87232c /kde-apps/zeroconf-ioslave | |
parent | profiles/package.mask: remove obsolete media-radio/wspr entry (diff) | |
download | gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.gz gentoo-85faab2e366afa6293f3c9781866f04631fc6213.tar.bz2 gentoo-85faab2e366afa6293f3c9781866f04631fc6213.zip |
kde-apps: Add KDE Applications 17.12.1
Package-Manager: Portage-2.3.13, Repoman-2.3.4
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.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 a81820e4407e..4828b6c8ac52 100644 --- a/kde-apps/zeroconf-ioslave/Manifest +++ b/kde-apps/zeroconf-ioslave/Manifest @@ -1,2 +1,3 @@ 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 +DIST zeroconf-ioslave-17.12.1.tar.xz 38604 BLAKE2B 86d06b1cad1f6f9a23b489656fd625fe470e0b683989181057e3dc475ceaff0cae26bef9381f55283ba2a79b656f1364502e079904b9a3d9ba949a7ca407292d SHA512 e01ba99adf278838b857378eed276a4e2f86a1b34c1f1ba50e4da62b2109ed23209c2251110cf4eeb3347c219339384da4d66e4e67c99e4fa26d22f4c7f7ff0e diff --git a/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.1.ebuild b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.1.ebuild new file mode 100644 index 000000000000..9b485d5e9478 --- /dev/null +++ b/kde-apps/zeroconf-ioslave/zeroconf-ioslave-17.12.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 +" |