summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-base/nautilus/nautilus-2.18.3-r1.ebuild')
-rw-r--r--gnome-base/nautilus/nautilus-2.18.3-r1.ebuild78
1 files changed, 0 insertions, 78 deletions
diff --git a/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild b/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild
deleted file mode 100644
index c76e17e3e167..000000000000
--- a/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-base/nautilus/nautilus-2.18.3-r1.ebuild,v 1.8 2008/04/20 01:35:53 vapier Exp $
-
-inherit virtualx eutils gnome2
-
-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 gnome"
-# tracker cups flac gstreamer mad ogg vorbis
-
-RDEPEND=">=media-libs/libart_lgpl-2.3.10
- >=gnome-base/libbonobo-2.1
- >=gnome-base/eel-2.15.92
- >=media-sound/esound-0.2.27
- >=dev-libs/glib-2.6
- >=gnome-base/gnome-desktop-2.9.91
- >=gnome-base/libgnome-2.14.0
- >=gnome-base/libgnomeui-2.6
- >=gnome-base/gnome-vfs-2.15
- >=gnome-base/orbit-2.4
- >=x11-libs/pango-1.1.2
- >=x11-libs/gtk+-2.10
- >=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
- beagle? ( >=app-misc/beagle-0.0.12 )
- x11-libs/libICE
- x11-libs/libSM
- x11-proto/xproto
- virtual/eject"
-# x86? ( tracker? ( >=app-misc/tracker-0.0.1 ) )
-# !gstreamer? ( vorbis? ( media-sound/vorbis-tools ) )
-# gstreamer? (
-# >=media-libs/gstreamer-0.8
-# >=media-libs/gst-plugins-0.8
-# >=media-plugins/gst-plugins-gnomevfs-0.8
-# mad? ( >=media-plugins/gst-plugins-mad-0.8 )
-# ogg? ( >=media-plugins/gst-plugins-ogg-0.8 )
-# vorbis? ( >=media-plugins/gst-plugins-vorbis-0.8 )
-# flac? ( >=media-plugins/gst-plugins-flac-0.8 ) )"
-
-DEPEND="${RDEPEND}
- sys-devel/gettext
- >=dev-util/intltool-0.35
- >=dev-util/pkgconfig-0.9"
-
-PDEPEND="gnome? ( >=x11-themes/gnome-icon-theme-1.1.91 )"
-
-DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS README THANKS TODO"
-
-src_unpack() {
- gnome2_src_unpack
- # Fixes crashes in _browser mode_ folder opening with gtk+-2.12
- epatch "${FILESDIR}/${P}-gtk2.12-compatibility.patch"
-}
-
-pkg_setup() {
- G2CONF="--disable-update-mimedb $(use_enable beagle) --disable-tracker"
-}
-
-src_test() {
- addwrite "/root/.gnome2_private"
- Xmake check || die "Test phase failed"
-}
-
-pkg_postinst() {
- gnome2_pkg_postinst
- elog "nautilus can use mpg123 (media-sound/mpg123 or media-sound/mpg321)"
- elog "to preview mp3 files, and ogg123 (media-sound/vorbis-tools) to"
- elog "preview ogg files. If you want such previews, emerge those packages"
-}