summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 21:56:14 +0000
committerAlexey Shvetsov <alexxy@gentoo.org>2009-01-13 21:56:14 +0000
commitfc25c3cc0a21a37e3ed3c1673dd2b46664d9ef1f (patch)
tree9c795340e99d3e876e55ed910085de433188b063 /kde-base/kdnssd
parentBump kde to 4.1.4 (diff)
downloadgentoo-2-fc25c3cc0a21a37e3ed3c1673dd2b46664d9ef1f.tar.gz
gentoo-2-fc25c3cc0a21a37e3ed3c1673dd2b46664d9ef1f.tar.bz2
gentoo-2-fc25c3cc0a21a37e3ed3c1673dd2b46664d9ef1f.zip
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base/kdnssd')
-rw-r--r--kde-base/kdnssd/ChangeLog9
-rw-r--r--kde-base/kdnssd/kdnssd-4.1.4.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/kde-base/kdnssd/ChangeLog b/kde-base/kdnssd/ChangeLog
index a2d7c971883d..f7d7c5be3edc 100644
--- a/kde-base/kdnssd/ChangeLog
+++ b/kde-base/kdnssd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kdnssd
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.99 2008/11/16 07:29:53 vapier Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kdnssd/ChangeLog,v 1.100 2009/01/13 21:56:14 alexxy Exp $
+
+*kdnssd-4.1.4 (13 Jan 2009)
+
+ 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> +kdnssd-4.1.4.ebuild:
+ Bump to 4.1.4
15 Nov 2008; Mike Frysinger <vapier@gentoo.org> kdnssd-4.1.3.ebuild:
Add ppc/ppc64 love #244306.
diff --git a/kde-base/kdnssd/kdnssd-4.1.4.ebuild b/kde-base/kdnssd/kdnssd-4.1.4.ebuild
new file mode 100644
index 000000000000..ea982d881dfa
--- /dev/null
+++ b/kde-base/kdnssd/kdnssd-4.1.4.ebuild
@@ -0,0 +1,21 @@
+# 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.1.4.ebuild,v 1.1 2009/01/13 21:56:14 alexxy Exp $
+
+EAPI="2"
+
+KMNAME=kdenetwork
+inherit kde4-meta
+
+DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+IUSE="debug"
+
+DEPEND="|| ( net-dns/avahi[mdnsresponder-compat] net-misc/mDNSResponder )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ mycmakeargs="${mycmakeargs} -DWITH_Xmms=OFF -DWITH_DNSSD=ON"
+
+ kde4-meta_src_configure
+}