diff options
author | 2014-02-07 00:34:22 +0100 | |
---|---|---|
committer | 2014-02-07 00:34:22 +0100 | |
commit | b419f0369b93b27de0e81dcc6284d1f5dc86e2d9 (patch) | |
tree | 58e2280165f8139e86b80938a58089d92e759693 /kde-base/kdnssd/kdnssd-4.12.2.ebuild | |
parent | [bumpscript] dont update the keywords again on cvsmove (diff) | |
download | kde-b419f0369b93b27de0e81dcc6284d1f5dc86e2d9.tar.gz kde-b419f0369b93b27de0e81dcc6284d1f5dc86e2d9.tar.bz2 kde-b419f0369b93b27de0e81dcc6284d1f5dc86e2d9.zip |
[kde] 4.12.2 and 4.11.6 moved to the main tree
Diffstat (limited to 'kde-base/kdnssd/kdnssd-4.12.2.ebuild')
-rw-r--r-- | kde-base/kdnssd/kdnssd-4.12.2.ebuild | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/kde-base/kdnssd/kdnssd-4.12.2.ebuild b/kde-base/kdnssd/kdnssd-4.12.2.ebuild deleted file mode 100644 index eb51e9f20f..0000000000 --- a/kde-base/kdnssd/kdnssd-4.12.2.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" -KEYWORDS=" ~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="debug zeroconf" - -DEPEND=" - zeroconf? ( $(add_kdebase_dep kdelibs zeroconf) ) -" -RDEPEND="${DEPEND}" - -src_configure() { - mycmakeargs=(-DWITH_Xmms=OFF -DWITH_DNSSD=ON) - - kde4-base_src_configure -} |