diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-10-17 21:09:45 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-10-17 21:09:45 +0000 |
commit | e1f55a8e5622e45594d6a92c0a4922ffdfa4b4e8 (patch) | |
tree | b0ba622b8ee2e690b588e77f655bf7d1731c7a6e /media-sound/last-exit | |
parent | Washs configure prog doesnt like ghc being specified with an absolute path (diff) | |
download | gentoo-2-e1f55a8e5622e45594d6a92c0a4922ffdfa4b4e8.tar.gz gentoo-2-e1f55a8e5622e45594d6a92c0a4922ffdfa4b4e8.tar.bz2 gentoo-2-e1f55a8e5622e45594d6a92c0a4922ffdfa4b4e8.zip |
New version bump, adding ~ppc keyword as well, thanks to Andy Botting <andy@andybotting> for reporting. Closes bug #150249.
(Portage version: 2.1.2_pre3-r3)
Diffstat (limited to 'media-sound/last-exit')
-rw-r--r-- | media-sound/last-exit/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/last-exit/files/digest-last-exit-3.0 | 3 | ||||
-rw-r--r-- | media-sound/last-exit/last-exit-3.0.ebuild | 43 |
3 files changed, 53 insertions, 1 deletions
diff --git a/media-sound/last-exit/ChangeLog b/media-sound/last-exit/ChangeLog index 5ce45aeae946..3ca80b6c2621 100644 --- a/media-sound/last-exit/ChangeLog +++ b/media-sound/last-exit/ChangeLog @@ -1,6 +1,12 @@ # 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.3 2006/08/01 16:28:27 metalgod Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/last-exit/ChangeLog,v 1.4 2006/10/17 21:09:45 steev Exp $ + +*last-exit-3.0 (17 Oct 2006) + + 17 Oct 2006; Steev Klimaszewski <steev@gentoo.org> +last-exit-3.0.ebuild: + New version bump, adding ~ppc keyword as well, thanks to Andy + Botting <andy@andybotting> for reporting. Closes bug #150249. 01 Aug 2006; Luis Medinas <metalgod@gentoo.org> last-exit-2.0.ebuild: Added ~amd64 keyword closes bug #142313. diff --git a/media-sound/last-exit/files/digest-last-exit-3.0 b/media-sound/last-exit/files/digest-last-exit-3.0 new file mode 100644 index 000000000000..94718f6225a4 --- /dev/null +++ b/media-sound/last-exit/files/digest-last-exit-3.0 @@ -0,0 +1,3 @@ +MD5 ddd3de15655264a2a5368fcf5c00584b last-exit-3.tar.bz2 327056 +RMD160 0cf1c83307d946f7e4ea9dd460376bcf970b91bb last-exit-3.tar.bz2 327056 +SHA256 267d8d2bc91c745aad17ef89f35e299b826fee8fdbe7b926b040b5b7dfb98ccc last-exit-3.tar.bz2 327056 diff --git a/media-sound/last-exit/last-exit-3.0.ebuild b/media-sound/last-exit/last-exit-3.0.ebuild new file mode 100644 index 000000000000..beac43e5518e --- /dev/null +++ b/media-sound/last-exit/last-exit-3.0.ebuild @@ -0,0 +1,43 @@ +# 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-3.0.ebuild,v 1.1 2006/10/17 21:09:45 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}-3.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" + +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." +} |