summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2010-10-26 16:50:59 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2010-10-26 16:50:59 +0000
commit1a364750a5189f828e29d49ff20526b0bb0914fe (patch)
treeb40f59d6e337c1aac336711074495716945033b9 /net-misc
parentr1 wasn't installing anything, and PREFIX is also needed at compile time to g... (diff)
downloadhistorical-1a364750a5189f828e29d49ff20526b0bb0914fe.tar.gz
historical-1a364750a5189f828e29d49ff20526b0bb0914fe.tar.bz2
historical-1a364750a5189f828e29d49ff20526b0bb0914fe.zip
Do not make tracker automagic.
Package-Manager: portage-2.2_rc99/cvs/Linux x86_64
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/rygel/ChangeLog6
-rw-r--r--net-misc/rygel/rygel-0.8.2.ebuild3
-rw-r--r--net-misc/rygel/rygel-0.9.1.ebuild3
3 files changed, 9 insertions, 3 deletions
diff --git a/net-misc/rygel/ChangeLog b/net-misc/rygel/ChangeLog
index 1af7b02b0b2d..9a4eb79ee30f 100644
--- a/net-misc/rygel/ChangeLog
+++ b/net-misc/rygel/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-misc/rygel
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.2 2010/10/26 11:25:52 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/ChangeLog,v 1.3 2010/10/26 16:50:59 eva Exp $
+
+ 26 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org> rygel-0.8.2.ebuild,
+ rygel-0.9.1.ebuild:
+ Do not make tracker automagic.
*rygel-0.9.1 (26 Oct 2010)
diff --git a/net-misc/rygel/rygel-0.8.2.ebuild b/net-misc/rygel/rygel-0.8.2.ebuild
index b13fb2972335..893cf6b84fb0 100644
--- a/net-misc/rygel/rygel-0.8.2.ebuild
+++ b/net-misc/rygel/rygel-0.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.8.2.ebuild,v 1.1 2010/10/26 11:08:19 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.8.2.ebuild,v 1.2 2010/10/26 16:50:59 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -55,6 +55,7 @@ pkg_setup() {
--enable-gst-launch-plugin
$(use_enable nls)
$(use_enable sqlite media-export-plugin)
+ $(use_enable tracker tracker-plugin)
$(use_with X ui)"
}
diff --git a/net-misc/rygel/rygel-0.9.1.ebuild b/net-misc/rygel/rygel-0.9.1.ebuild
index 4c3e957e41f7..026bf34519a8 100644
--- a/net-misc/rygel/rygel-0.9.1.ebuild
+++ b/net-misc/rygel/rygel-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.9.1.ebuild,v 1.1 2010/10/26 11:25:52 ford_prefect Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/rygel/rygel-0.9.1.ebuild,v 1.2 2010/10/26 16:50:59 eva Exp $
EAPI="3"
GCONF_DEBUG="no"
@@ -54,6 +54,7 @@ pkg_setup() {
--enable-gst-launch-plugin
$(use_enable nls)
$(use_enable sqlite media-export-plugin)
+ $(use_enable tracker tracker-plugin)
$(use_with X ui)"
}