diff options
Diffstat (limited to 'media-sound/last-exit/last-exit-2.0.ebuild')
-rw-r--r-- | media-sound/last-exit/last-exit-2.0.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/media-sound/last-exit/last-exit-2.0.ebuild b/media-sound/last-exit/last-exit-2.0.ebuild deleted file mode 100644 index 04649fea287b..000000000000 --- a/media-sound/last-exit/last-exit-2.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-2.0.ebuild,v 1.4 2006/10/31 00:58:18 cardoe Exp $ - -inherit mono gnome2 eutils - -DESCRIPTION="Gnome/GTK+ alternative to the last.fm player" -HOMEPAGE="http://www.o-hand.com/~iain/last-exit/" -SRC_URI="http://www.o-hand.com/~iain/last-exit/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=gnome-base/gconf-2.0 - >=x11-libs/gtk+-2.6 - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-base-0.10 - >=media-plugins/gst-plugins-mad-0.10 - >=media-plugins/gst-plugins-gconf-0.10 - >=media-plugins/gst-plugins-gnomevfs-0.10 - >=dev-lang/mono-1.0 - >=dev-dotnet/gtk-sharp-1.9.2 - >=dev-dotnet/gnome-sharp-1.9.2 - >=dev-dotnet/glade-sharp-1.9.2 - >=dev-dotnet/gconf-sharp-1.9.2 - || ( >=dev-libs/dbus-glib-0.71 <sys-apps/dbus-0.90 )" - -pkg_setup() { - G2CONF="${G2CONF} \ - --disable-schemas-install" -} - -src_install() { - make DESTDIR="${D}" install -} - -pkg_postinst() { - gnome2_pkg_postinst - einfo "You will unfortunately, need to restart X for this to work properly." -} |