diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-06-15 09:33:31 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-06-15 09:33:31 +0000 |
commit | 421b885a68c6aa332cb7206e553ee2fe407c7b6b (patch) | |
tree | 2ac8465bc3d64974a689ff2cb804068d0ff7dde0 /gnome-base | |
parent | x86 stable wrt bug #322503 (diff) | |
download | gentoo-2-421b885a68c6aa332cb7206e553ee2fe407c7b6b.tar.gz gentoo-2-421b885a68c6aa332cb7206e553ee2fe407c7b6b.tar.bz2 gentoo-2-421b885a68c6aa332cb7206e553ee2fe407c7b6b.zip |
Drop old nautilus version still depending on gnome-base/eel and that looks unneeded by other apps in the tree.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'gnome-base')
-rw-r--r-- | gnome-base/nautilus/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-base/nautilus/nautilus-2.24.2-r3.ebuild | 84 |
2 files changed, 5 insertions, 85 deletions
diff --git a/gnome-base/nautilus/ChangeLog b/gnome-base/nautilus/ChangeLog index a213d2ea4784..40b3445aa966 100644 --- a/gnome-base/nautilus/ChangeLog +++ b/gnome-base/nautilus/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-base/nautilus # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.346 2010/06/13 17:44:02 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/ChangeLog,v 1.347 2010/06/15 09:33:31 pacho Exp $ + + 15 Jun 2010; Pacho Ramos <pacho@gentoo.org> -nautilus-2.24.2-r3.ebuild: + Drop old nautilus version still depending on gnome-base/eel and that looks + unneeded by other apps in the tree. *nautilus-2.30.1-r1 (13 Jun 2010) diff --git a/gnome-base/nautilus/nautilus-2.24.2-r3.ebuild b/gnome-base/nautilus/nautilus-2.24.2-r3.ebuild deleted file mode 100644 index 445bd27cbd3a..000000000000 --- a/gnome-base/nautilus/nautilus-2.24.2-r3.ebuild +++ /dev/null @@ -1,84 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.24.2-r3.ebuild,v 1.8 2009/10/28 22:06:30 eva Exp $ - -EAPI="2" - -inherit gnome2 eutils virtualx - -DESCRIPTION="A file manager for the GNOME desktop" -HOMEPAGE="http://www.gnome.org/projects/nautilus/" - -LICENSE="GPL-2 LGPL-2 FDL-1.1" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="beagle doc gnome tracker xmp" - -RDEPEND=">=gnome-base/libbonobo-2.1 - >=gnome-base/eel-2.24.0 - >=dev-libs/glib-2.17.5 - >=gnome-base/gnome-desktop-2.10 - >=gnome-base/libgnome-2.14 - >=gnome-base/libgnomeui-2.6 - >=gnome-base/orbit-2.4 - >=x11-libs/pango-1.1.2 - >=x11-libs/gtk+-2.13.0 - >=gnome-base/librsvg-2.0.1 - >=dev-libs/libxml2-2.4.7 - >=x11-libs/startup-notification-0.8 - >=media-libs/libexif-0.5.12 - >=gnome-base/gconf-2.0 - >=gnome-base/gvfs-0.1.2 - beagle? ( || ( - dev-libs/libbeagle - =app-misc/beagle-0.2* ) ) - tracker? ( >=app-misc/tracker-0.6.4 ) - xmp? ( >=media-libs/exempi-2 )" - -DEPEND="${RDEPEND} - sys-devel/gettext - >=dev-util/pkgconfig-0.9 - >=dev-util/intltool-0.35 - doc? ( >=dev-util/gtk-doc-1.4 )" - -PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )" - -DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-update-mimedb - $(use_enable beagle) - $(use_enable tracker) - $(use_enable xmp)" -} - -src_prepare() { - # Fix update of scrollbars, bug #260965 - epatch "${FILESDIR}/${P}-scrollbars.patch" - - # Fix preview on playlists, bug #263162 - epatch "${FILESDIR}/${P}-playlist-preview.patch" - - # Fix non asyncness in custom icon filechooser, bug #263165 - epatch "${FILESDIR}/${P}-filechooser-icon.patch" - - # Fix scaling of thumbnails, bug #261219 - epatch "${FILESDIR}/${P}-thumbnail-scaling.patch" -} - -src_test() { - addwrite "/root/.gnome2_private" - unset SESSION_MANAGER - unset ORBIT_SOCKETDIR - unset DBUS_SESSION_BUS_ADDRESS - Xemake check || die "Test phase failed" -} - -pkg_postinst() { - gnome2_pkg_postinst - - elog "nautilus can use gstreamer to preview audio files. Just make sure" - elog "to have the necessary plugins available to play the media type you" - elog "want to preview" -} |