diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 08:53:48 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-02-06 08:53:48 +0000 |
commit | a2ea59faebb0a5d532ef9bb034a2b753a8e9f5a8 (patch) | |
tree | 01b66f9e77cf08bf24d88b9d6b530c6517627b0c /games-action/snipes | |
parent | touch DEPEND #80959 (diff) | |
download | gentoo-2-a2ea59faebb0a5d532ef9bb034a2b753a8e9f5a8.tar.gz gentoo-2-a2ea59faebb0a5d532ef9bb034a2b753a8e9f5a8.tar.bz2 gentoo-2-a2ea59faebb0a5d532ef9bb034a2b753a8e9f5a8.zip |
Version bump #80651.
(Portage version: 2.0.51-r15)
Diffstat (limited to 'games-action/snipes')
-rw-r--r-- | games-action/snipes/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/snipes/Manifest | 2 | ||||
-rw-r--r-- | games-action/snipes/files/digest-snipes-1.0.0 | 1 | ||||
-rw-r--r-- | games-action/snipes/files/digest-snipes-1.0.1 | 1 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.0.ebuild | 29 | ||||
-rw-r--r-- | games-action/snipes/snipes-1.0.1.ebuild | 32 |
6 files changed, 41 insertions, 31 deletions
diff --git a/games-action/snipes/ChangeLog b/games-action/snipes/ChangeLog index dee9358b18cd..e6c983d13799 100644 --- a/games-action/snipes/ChangeLog +++ b/games-action/snipes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/snipes # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.1 2005/01/29 05:39:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/ChangeLog,v 1.2 2005/02/06 08:53:48 vapier Exp $ + +*snipes-1.0.1 (06 Feb 2005) + + 06 Feb 2005; Mike Frysinger <vapier@gentoo.org> +snipes-1.0.1.ebuild: + Version bump #80651. *snipes-1.0.0 (29 Jan 2004) diff --git a/games-action/snipes/Manifest b/games-action/snipes/Manifest index 38d507135dd7..7110ebe069e4 100644 --- a/games-action/snipes/Manifest +++ b/games-action/snipes/Manifest @@ -1,4 +1,6 @@ MD5 dc49ab2949b8e4f055c4bf1679aa6309 snipes-1.0.0.ebuild 747 MD5 9f631e96f3219ffc1a3fbd0d86f1476b ChangeLog 343 MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158 +MD5 9da9fb404c3c3bef501fbf71332d8a01 snipes-1.0.1.ebuild 934 MD5 771a4dfb93969895e2a785032ab43264 files/digest-snipes-1.0.0 63 +MD5 172388d4988d5654bc384eb7a28ea6a2 files/digest-snipes-1.0.1 63 diff --git a/games-action/snipes/files/digest-snipes-1.0.0 b/games-action/snipes/files/digest-snipes-1.0.0 deleted file mode 100644 index e1ab225f8527..000000000000 --- a/games-action/snipes/files/digest-snipes-1.0.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 0f9500f4981205a92e75c9b8dff033c0 snipes-1.0.0.tar.gz 79223 diff --git a/games-action/snipes/files/digest-snipes-1.0.1 b/games-action/snipes/files/digest-snipes-1.0.1 new file mode 100644 index 000000000000..883bd4618627 --- /dev/null +++ b/games-action/snipes/files/digest-snipes-1.0.1 @@ -0,0 +1 @@ +MD5 1f6819d18582b67b3a1085be1759cc34 snipes-1.0.1.tar.gz 33101 diff --git a/games-action/snipes/snipes-1.0.0.ebuild b/games-action/snipes/snipes-1.0.0.ebuild deleted file mode 100644 index d4c145ba23cd..000000000000 --- a/games-action/snipes/snipes-1.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.0.ebuild,v 1.1 2005/01/29 05:39:03 vapier Exp $ - -inherit games toolchain-funcs - -DESCRIPTION="2D scrolling shooter, resemble s old DOS game of same name" -HOMEPAGE="http://geocities.com/fnorddaemon/" -SRC_URI="http://geocities.com/fnorddaemon/snipes-1.0.0.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="virtual/libc - >=media-libs/libsdl-1.2.0" - -src_compile() { - $(tc-getCC) \ - $(sdl-config --cflags --libs) \ - ${CFLAGS} ${LDFLAGS} \ - snipes.c -o snipes \ - || die "compile failed" -} - -src_install() { - dogamesbin snipes || die "dogamesbin failed." -} diff --git a/games-action/snipes/snipes-1.0.1.ebuild b/games-action/snipes/snipes-1.0.1.ebuild new file mode 100644 index 000000000000..03dd1f4ead18 --- /dev/null +++ b/games-action/snipes/snipes-1.0.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/snipes/snipes-1.0.1.ebuild,v 1.1 2005/02/06 08:53:48 vapier Exp $ + +inherit games toolchain-funcs flag-o-matic + +DESCRIPTION="2D scrolling shooter, resembles old DOS game of same name" +HOMEPAGE="http://geocities.com/fnorddaemon/" +SRC_URI="http://geocities.com/fnorddaemon/snipes-1.0.1.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 ppc x86" +IUSE="" + +DEPEND="virtual/libc + >=media-libs/libsdl-1.2.0" + +src_compile() { + export CC=$(tc-getCC) + append-flags $(sdl-config --cflags) + append-ldflags $(sdl-config --libs) + + emake bin2h || die "bin2h failed" + ./bitms.sh || die "./bitms.sh failed" + emake snipes || die "snipes failed" +} + +src_install() { + dogamesbin snipes || die "dogamesbin failed" + doman snipes.6 +} |