diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-07-30 03:32:24 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-07-30 03:32:24 +0000 |
commit | 05fc626007ab224670879ec634be1ce6105ac65a (patch) | |
tree | b8684a96aaa2f5dcc9dcc828f123266d96a5a159 /media-sound | |
parent | Version bump wrt Bug #142142. (diff) | |
download | gentoo-2-05fc626007ab224670879ec634be1ce6105ac65a.tar.gz gentoo-2-05fc626007ab224670879ec634be1ce6105ac65a.tar.bz2 gentoo-2-05fc626007ab224670879ec634be1ce6105ac65a.zip |
New upstream version
(Portage version: 2.1.1_pre4)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/last-exit/ChangeLog | 7 | ||||
-rw-r--r-- | media-sound/last-exit/files/digest-last-exit-2.0 | 3 | ||||
-rw-r--r-- | media-sound/last-exit/last-exit-2.0.ebuild | 41 |
3 files changed, 50 insertions, 1 deletions
diff --git a/media-sound/last-exit/ChangeLog b/media-sound/last-exit/ChangeLog index 36da231c87ed..2bc989c672cf 100644 --- a/media-sound/last-exit/ChangeLog +++ b/media-sound/last-exit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-sound/last-exit # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.1 2006/07/11 02:35:58 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.2 2006/07/30 03:32:24 steev Exp $ + +*last-exit-2.0 (30 Jul 2006) + + 30 Jul 2006; Steev Klimaszewski <steev@gentoo.org> +last-exit-2.0.ebuild: + New upstream release *last-exit-1.0 (11 Jul 2006) diff --git a/media-sound/last-exit/files/digest-last-exit-2.0 b/media-sound/last-exit/files/digest-last-exit-2.0 new file mode 100644 index 000000000000..53d141b4b4be --- /dev/null +++ b/media-sound/last-exit/files/digest-last-exit-2.0 @@ -0,0 +1,3 @@ +MD5 85e31cbf8827284422d9328a71d777f2 last-exit-2.0.tar.bz2 318424 +RMD160 1cf9a7752c380180b4a26bb4e734c7208871e5e9 last-exit-2.0.tar.bz2 318424 +SHA256 65406ed4afb47b3287e77d5cc856c784f52b233d85dbc2047fcf880f9f3b41ff last-exit-2.0.tar.bz2 318424 diff --git a/media-sound/last-exit/last-exit-2.0.ebuild b/media-sound/last-exit/last-exit-2.0.ebuild new file mode 100644 index 000000000000..bbb1d9215305 --- /dev/null +++ b/media-sound/last-exit/last-exit-2.0.ebuild @@ -0,0 +1,41 @@ +# 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.1 2006/07/30 03:32:24 steev 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="~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" + +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." +} |