diff options
author | 2005-07-26 23:25:35 +0000 | |
---|---|---|
committer | 2005-07-26 23:25:35 +0000 | |
commit | 0ad0fa0aa66d766795e073ad0f85abb9577020fe (patch) | |
tree | 07b19da5004f5887ed20d0a413aee08704b13752 /gnome-base/nautilus/nautilus-2.10.1-r1.ebuild | |
parent | Fixing BRANCH_UPDATE. (diff) | |
download | gentoo-2-0ad0fa0aa66d766795e073ad0f85abb9577020fe.tar.gz gentoo-2-0ad0fa0aa66d766795e073ad0f85abb9577020fe.tar.bz2 gentoo-2-0ad0fa0aa66d766795e073ad0f85abb9577020fe.zip |
Marking 2.10.1-r1 stable (x86). Cleaning old ebuilds/patches.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'gnome-base/nautilus/nautilus-2.10.1-r1.ebuild')
-rw-r--r-- | gnome-base/nautilus/nautilus-2.10.1-r1.ebuild | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild b/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild index 1c944a4a27f4..131873617b4b 100644 --- a/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild +++ b/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild,v 1.1 2005/07/13 02:14:42 leonardop Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.10.1-r1.ebuild,v 1.2 2005/07/26 23:25:35 leonardop Exp $ inherit gnome2 eutils @@ -9,7 +9,7 @@ HOMEPAGE="http://www.gnome.org/projects/nautilus/" LICENSE="GPL-2 LGPL-2 FDL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" IUSE="oggvorbis gstreamer mad flac" # cups @@ -79,18 +79,8 @@ src_unpack() { # mode. See bug #95606. epatch ${FILESDIR}/${P}-deselect.patch - # -- Component architecture has changed in 2.9 -- this -# -- patch no longer applies. - - # add libgnomeprint support - # With extra 2.8 fun - fixes #65604 -# if use cups; then -# if has_version ">=net-print/gnome-cups-manager-0.28"; then -# epatch ${FILESDIR}/${PN}-2.8-x-printers.patch -# else -# epatch ${FILESDIR}/${PN}-2-x-printers.patch -# fi -# fi + # -- Component architecture has changed in 2.9 -- libgnomeprint patches + # no longer apply. # stop nautilus linking to cdda/paranoia sed -i -e "/^CORE_LIBS/s/\$CDDA_LIBS//" configure.in |