diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:19:40 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2009-10-06 19:19:40 +0000 |
commit | 11251a66cb63d713ef69ba64923000994eef3fdc (patch) | |
tree | 627b14cc6adc2c71ae111a857208dc9d87cbda2c /kde-base/kdnssd | |
parent | Version bump KDE 4.3.2 (diff) | |
download | gentoo-2-11251a66cb63d713ef69ba64923000994eef3fdc.tar.gz gentoo-2-11251a66cb63d713ef69ba64923000994eef3fdc.tar.bz2 gentoo-2-11251a66cb63d713ef69ba64923000994eef3fdc.zip |
Version bump KDE 4.3.2
(Portage version: 2.2_rc44/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kdnssd')
-rw-r--r-- | kde-base/kdnssd/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kdnssd/kdnssd-4.3.2.ebuild | 23 |
2 files changed, 29 insertions, 1 deletions
diff --git a/kde-base/kdnssd/ChangeLog b/kde-base/kdnssd/ChangeLog index 11df10ab1683..e961a88e0caf 100644 --- a/kde-base/kdnssd/ChangeLog +++ b/kde-base/kdnssd/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kdnssd # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.125 2009/09/01 15:22:20 tampakrap Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.126 2009/10/06 19:19:40 alexxy Exp $ + +*kdnssd-4.3.2 (06 Oct 2009) + + 06 Oct 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdnssd-4.3.2.ebuild: + Version bump *kdnssd-4.3.1 (01 Sep 2009) diff --git a/kde-base/kdnssd/kdnssd-4.3.2.ebuild b/kde-base/kdnssd/kdnssd-4.3.2.ebuild new file mode 100644 index 000000000000..f6afd1ae80e0 --- /dev/null +++ b/kde-base/kdnssd/kdnssd-4.3.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/kdnssd-4.3.2.ebuild,v 1.1 2009/10/06 19:19:40 alexxy Exp $ + +EAPI="2" + +KMNAME="kdenetwork" +inherit kde4-meta + +DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +IUSE="debug zeroconf" + +DEPEND=" + zeroconf? ( >=kde-base/kdelibs-${PV}:${SLOT}[kdeprefix=,zeroconf] ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF -DWITH_DNSSD=ON" + + kde4-meta_src_configure +} |