diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-31 02:31:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-03-31 02:31:55 +0000 |
commit | e49e1aae2dc006b83cf12b4223b99c5a101743d3 (patch) | |
tree | 33197e8616cca5fd7ffa56e5914229ebe941586d /games-arcade | |
parent | stable on arm64 (diff) | |
download | gentoo-2-e49e1aae2dc006b83cf12b4223b99c5a101743d3.tar.gz gentoo-2-e49e1aae2dc006b83cf12b4223b99c5a101743d3.tar.bz2 gentoo-2-e49e1aae2dc006b83cf12b4223b99c5a101743d3.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/spout/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/games-arcade/spout/ChangeLog b/games-arcade/spout/ChangeLog index 8596b9e0fe07..d1d7981d2a7b 100644 --- a/games-arcade/spout/ChangeLog +++ b/games-arcade/spout/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/spout -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.8 2007/04/24 15:13:43 drizzt Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.9 2015/03/31 02:31:55 mr_bones_ Exp $ + + 31 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> spout-1.3.ebuild: + EAPI=5 24 Apr 2007; Timothy Redaelli <drizzt@gentoo.org> spout-1.3.ebuild: Add ~x86-fbsd keyword. @@ -32,4 +35,3 @@ 21 Jul 2004; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml, +spout-1.2.ebuild: Initial commit - ebuild supplied by rohan@mizzenblog.com via bug #57558 - diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild index 88a26144b0c6..5fde40358647 100644 --- a/games-arcade/spout/spout-1.3.ebuild +++ b/games-arcade/spout/spout-1.3.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.7 2007/04/24 15:13:43 drizzt Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.8 2015/03/31 02:31:55 mr_bones_ Exp $ +EAPI=5 inherit eutils games MY_P="spout-unix-${PV}" @@ -15,11 +16,12 @@ KEYWORDS="ppc x86 ~x86-fbsd" IUSE="" DEPEND=">=media-libs/libsdl-1.2.6" +RDEPEND=${DEPEND} S=${WORKDIR}/${MY_P} src_install() { - dogamesbin spout || die "dogamesbin failed" + dogamesbin spout doicon spout.png make_desktop_entry spout "Spout" dodoc README |