diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2007-01-23 23:26:54 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2007-01-23 23:26:54 +0000 |
commit | 94d305066127e63322733e6ed43ed273b8c0890e (patch) | |
tree | 054c65bf066c10c696ef412283019b2bf4b477d0 /media-sound/last-exit | |
parent | Remove net-p2p/ldcc as we have a new patch for it (diff) | |
download | gentoo-2-94d305066127e63322733e6ed43ed273b8c0890e.tar.gz gentoo-2-94d305066127e63322733e6ed43ed273b8c0890e.tar.bz2 gentoo-2-94d305066127e63322733e6ed43ed273b8c0890e.zip |
New upstream release. Closes bug #163236.
(Portage version: 2.1.2-r2)
Diffstat (limited to 'media-sound/last-exit')
-rw-r--r-- | media-sound/last-exit/ChangeLog | 11 | ||||
-rw-r--r-- | media-sound/last-exit/files/digest-last-exit-4.0 | 3 | ||||
-rw-r--r-- | media-sound/last-exit/last-exit-4.0.ebuild | 44 |
3 files changed, 56 insertions, 2 deletions
diff --git a/media-sound/last-exit/ChangeLog b/media-sound/last-exit/ChangeLog index 31f173eb06a0..6e927c3e5f7d 100644 --- a/media-sound/last-exit/ChangeLog +++ b/media-sound/last-exit/ChangeLog @@ -1,6 +1,13 @@ # 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.6 2006/10/31 00:58:18 cardoe Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.7 2007/01/23 23:26:54 steev Exp $ + +*last-exit-4.0 (23 Jan 2007) + + 23 Jan 2007; Steev Klimaszewski <steev@gentoo.org> +last-exit-4.0.ebuild: + New version of last-exit. Now includes the new dbus-sharp so no need for the + old unmaintained crap. Closes bug #163236. Thanks to Daniel Herzog for + reporting. 31 Oct 2006; Doug Goldstein <cardoe@gentoo.org> last-exit-1.0.ebuild, last-exit-2.0.ebuild, last-exit-3.0.ebuild: diff --git a/media-sound/last-exit/files/digest-last-exit-4.0 b/media-sound/last-exit/files/digest-last-exit-4.0 new file mode 100644 index 000000000000..32d8c46744ab --- /dev/null +++ b/media-sound/last-exit/files/digest-last-exit-4.0 @@ -0,0 +1,3 @@ +MD5 5e4401bbad36d00894d3843cc2ef9338 last-exit-4.tar.bz2 374462 +RMD160 a1b1ab948f2380d37d01b9d6828e21f2636a1692 last-exit-4.tar.bz2 374462 +SHA256 9ff9656ed6b98bbbe82cfe6ff58a42a722b9546ffab189424ee1f3b7182c9a0e last-exit-4.tar.bz2 374462 diff --git a/media-sound/last-exit/last-exit-4.0.ebuild b/media-sound/last-exit/last-exit-4.0.ebuild new file mode 100644 index 000000000000..edf5abee8c11 --- /dev/null +++ b/media-sound/last-exit/last-exit-4.0.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/last-exit-4.0.ebuild,v 1.1 2007/01/23 23:26:54 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/${PN}-4.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~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 )" + +S=${WORKDIR}/"${PN}-3" + +pkg_setup() { + G2CONF="${G2CONF} \ + --disable-schemas-install" +} + +src_install() { + make DESTDIR="${D}" install +} + +pkg_postinst() { + gnome2_pkg_postinst + elog "You will unfortunately, need to restart X for this to work properly." +} |