diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-02 07:11:23 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-04-02 07:11:23 +0000 |
commit | b2df8897af022392baaf4e652d118c33028cf001 (patch) | |
tree | cbdaab88ec958b442d3c8e7053bd5aca9a98d5e6 /games-arcade/spout | |
parent | version bump; clean old versions (diff) | |
download | gentoo-2-b2df8897af022392baaf4e652d118c33028cf001.tar.gz gentoo-2-b2df8897af022392baaf4e652d118c33028cf001.tar.bz2 gentoo-2-b2df8897af022392baaf4e652d118c33028cf001.zip |
clean old version; tidy
(Portage version: 2.0.51.19)
Diffstat (limited to 'games-arcade/spout')
-rw-r--r-- | games-arcade/spout/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/spout/files/digest-spout-1.2 | 1 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.2.ebuild | 44 | ||||
-rw-r--r-- | games-arcade/spout/spout-1.3.ebuild | 13 |
4 files changed, 12 insertions, 54 deletions
diff --git a/games-arcade/spout/ChangeLog b/games-arcade/spout/ChangeLog index 16cb686195ec..c45a7f9a734c 100644 --- a/games-arcade/spout/ChangeLog +++ b/games-arcade/spout/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-arcade/spout -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.4 2004/11/11 00:32:49 josejx Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.5 2005/04/02 07:11:23 mr_bones_ Exp $ + + 02 Apr 2005; Michael Sterrett <mr_bones_@gentoo.org> -spout-1.2.ebuild, + spout-1.3.ebuild: + clean old version; tidy 11 Nov 2004; Joseph Jezak <josejx@gentoo.org> spout-1.3.ebuild: Marked ppc stable. diff --git a/games-arcade/spout/files/digest-spout-1.2 b/games-arcade/spout/files/digest-spout-1.2 deleted file mode 100644 index e96bdb944d93..000000000000 --- a/games-arcade/spout/files/digest-spout-1.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 952ac74f75b93d3b4fbd9ce9cde0e6d0 spout-unix-1.2.tar.bz2 84679 diff --git a/games-arcade/spout/spout-1.2.ebuild b/games-arcade/spout/spout-1.2.ebuild deleted file mode 100644 index 91443244aa03..000000000000 --- a/games-arcade/spout/spout-1.2.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.2.ebuild,v 1.4 2004/07/22 20:57:45 dholm Exp $ - -inherit eutils games - -MY_P="spout-unix-${PV}" -DESCRIPTION="Abstract Japanese caveflier / shooter" -HOMEPAGE="http://code.mizzenblog.com/index.php?cat=2" -SRC_URI="http://code.mizzenblog.com/spout/${MY_P}.tar.bz2" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -IUSE="" - -DEPEND="virtual/x11 - >=media-libs/libsdl-1.2.6" - -S="${WORKDIR}/${MY_P}" - -src_install() { - dogamesbin spout || die "dogamesbin failed" - insinto /usr/share/pixmaps - doins spout.png - make_desktop_entry spout "Spout" spout.png - dodoc README - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - echo - einfo "To play in fullscreen mode, do 'spout f'." - einfo "To play in a greater resolution, do 'spout x', where" - einfo "x is an integer; the larger x is, the higher the resolution." - echo - einfo "To play:" - einfo "Accelerate - spacebar, enter, z, x" - einfo "Pause - escape" - einfo "Exit - shift+escape" - einfo "Rotate - left or right" - echo -} diff --git a/games-arcade/spout/spout-1.3.ebuild b/games-arcade/spout/spout-1.3.ebuild index 1878805f8b43..a660ce039255 100644 --- a/games-arcade/spout/spout-1.3.ebuild +++ b/games-arcade/spout/spout-1.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 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.2 2004/11/11 00:32:49 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.3 2005/04/02 07:11:23 mr_bones_ Exp $ inherit eutils games @@ -11,19 +11,18 @@ SRC_URI="http://code.mizzenblog.com/spout/${MY_P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="x86 ppc" +KEYWORDS="ppc x86" IUSE="" DEPEND="virtual/x11 >=media-libs/libsdl-1.2.6" -S="${WORKDIR}/${MY_P}" +S=${WORKDIR}/${MY_P} src_install() { dogamesbin spout || die "dogamesbin failed" - insinto /usr/share/pixmaps - doins spout.png - make_desktop_entry spout "Spout" spout.png + doicon spout.png + make_desktop_entry spout "Spout" dodoc README prepgamesdirs } |