diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-02 07:03:14 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-01-02 07:03:14 +0000 |
commit | 562b70d4b5ba2d1d98cd8249daf04e4ca6947067 (patch) | |
tree | 5897c075e6ccddd529f2acb93288e6f26caa4b61 /games-action/gltron | |
parent | version bump (bug 36677) (diff) | |
download | gentoo-2-562b70d4b5ba2d1d98cd8249daf04e4ca6947067.tar.gz gentoo-2-562b70d4b5ba2d1d98cd8249daf04e4ca6947067.tar.bz2 gentoo-2-562b70d4b5ba2d1d98cd8249daf04e4ca6947067.zip |
version bump (bug 36677)
Diffstat (limited to 'games-action/gltron')
-rw-r--r-- | games-action/gltron/ChangeLog | 7 | ||||
-rw-r--r-- | games-action/gltron/Manifest | 6 | ||||
-rw-r--r-- | games-action/gltron/files/digest-gltron-0.70 | 1 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.62.ebuild | 4 | ||||
-rw-r--r-- | games-action/gltron/gltron-0.70.ebuild | 29 |
5 files changed, 41 insertions, 6 deletions
diff --git a/games-action/gltron/ChangeLog b/games-action/gltron/ChangeLog index 6991cdae75fb..7463b754378f 100644 --- a/games-action/gltron/ChangeLog +++ b/games-action/gltron/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for games-action/gltron # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.2 2003/09/10 20:29:18 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/ChangeLog,v 1.3 2004/01/02 07:03:08 mr_bones_ Exp $ + +*gltron-0.70 (01 Jan 2004) + + 01 Jan 2004; Michael Sterrett <mr_bones_@gentoo.org> gltron-0.70.ebuild: + version bump (bug 36677) 06 Jun 2003; Martin Holzer <mholzer@gentoo.org> gltron-0.62.ebuild: Added sdl-sound to RDPEND. Closes #20158. diff --git a/games-action/gltron/Manifest b/games-action/gltron/Manifest index 73219c02b443..a862e9367256 100644 --- a/games-action/gltron/Manifest +++ b/games-action/gltron/Manifest @@ -1,6 +1,6 @@ -MD5 2330c51526b07e18e933fbfb36d794b2 ChangeLog 1574 -MD5 d208fe75aa19371deac4af058bd0fb89 gltron-0.62.ebuild 764 +MD5 198955f1c87ad6b3da22191562561fa8 ChangeLog 1708 +MD5 345351cc207ee4d08dc2d0b5cb6dd446 gltron-0.62.ebuild 767 MD5 b244cf1c41a78cacb62296d573935c07 metadata.xml 245 -MD5 5c776b0ee58d498279c1b69cd278aeaf gltron-0.70.ebuild 818 +MD5 3fe7edbc299e58c93acb6a94d9c99d21 gltron-0.70.ebuild 779 MD5 3c3a2ca79ec73b429fa5f12310fccdbd files/digest-gltron-0.62 71 MD5 e609d589da3c307eeae20a7b515cb920 files/digest-gltron-0.70 71 diff --git a/games-action/gltron/files/digest-gltron-0.70 b/games-action/gltron/files/digest-gltron-0.70 new file mode 100644 index 000000000000..35454d6685d1 --- /dev/null +++ b/games-action/gltron/files/digest-gltron-0.70 @@ -0,0 +1 @@ +MD5 300e54914844f36c199415d6d8b0372a gltron-0.70-source.tar.gz 2182440 diff --git a/games-action/gltron/gltron-0.62.ebuild b/games-action/gltron/gltron-0.62.ebuild index e3d6d0656ecf..7b92e9ab5fe8 100644 --- a/games-action/gltron/gltron-0.62.ebuild +++ b/games-action/gltron/gltron-0.62.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.62.ebuild,v 1.1 2003/09/10 19:29:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.62.ebuild,v 1.2 2004/01/02 07:03:08 mr_bones_ Exp $ inherit games diff --git a/games-action/gltron/gltron-0.70.ebuild b/games-action/gltron/gltron-0.70.ebuild new file mode 100644 index 000000000000..33f0508ac353 --- /dev/null +++ b/games-action/gltron/gltron-0.70.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/games-action/gltron/gltron-0.70.ebuild,v 1.1 2004/01/02 07:03:08 mr_bones_ Exp $ + +inherit games + +DESCRIPTION="3d tron, just like the movie" +HOMEPAGE="http://gltron.sourceforge.net/" +SRC_URI="mirror://sourceforge/gltron/${P}-source.tar.gz" + +KEYWORDS="x86 ppc" +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND="virtual/x11 + virtual/opengl + sys-libs/zlib + media-libs/libpng + >=media-libs/libsdl-1.2 + media-libs/sdl-mixer + media-libs/sdl-sound" + +src_install() { + make DESTDIR="${D}" install || die "make install failed" + dodoc ChangeLog README || die "dodoc failed" + dohtml *.html || die "dohtml failed" + prepgamesdirs +} |