diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-09 23:11:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-06-09 23:11:29 +0000 |
commit | 539e184905b2e413a6e9001972e5aae7ff8ebf00 (patch) | |
tree | a1619b54e59c9276157a8b29ce4d54d46934c66c /games-strategy | |
parent | version bump (diff) | |
download | historical-539e184905b2e413a6e9001972e5aae7ff8ebf00.tar.gz historical-539e184905b2e413a6e9001972e5aae7ff8ebf00.tar.bz2 historical-539e184905b2e413a6e9001972e5aae7ff8ebf00.zip |
clean older ebuilds
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/glob2/Manifest | 6 | ||||
-rw-r--r-- | games-strategy/glob2/files/digest-glob2-0.8.2 | 1 | ||||
-rw-r--r-- | games-strategy/glob2/files/digest-glob2-0.8.4 | 1 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.2.ebuild | 35 | ||||
-rw-r--r-- | games-strategy/glob2/glob2-0.8.4.ebuild | 30 |
6 files changed, 6 insertions, 73 deletions
diff --git a/games-strategy/glob2/ChangeLog b/games-strategy/glob2/ChangeLog index fcda69d828a0..53479865ed2f 100644 --- a/games-strategy/glob2/ChangeLog +++ b/games-strategy/glob2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/glob2 # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.7 2004/06/09 23:10:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/ChangeLog,v 1.8 2004/06/09 23:11:29 mr_bones_ Exp $ + + 09 Jun 2004; Michael Sterrett <mr_bones_@gentoo.org> glob2-0.8.2.ebuild, + glob2-0.8.4.ebuild: + clean older ebuilds *glob2-0.8.6 (09 Jun 2004) diff --git a/games-strategy/glob2/Manifest b/games-strategy/glob2/Manifest index 0681ed2b235e..9211b80d02cb 100644 --- a/games-strategy/glob2/Manifest +++ b/games-strategy/glob2/Manifest @@ -1,10 +1,6 @@ -MD5 377caace50c9b24b2c57d21e3f807b82 ChangeLog 915 -MD5 822f58ff10912b1b0423d2d26abac7d8 glob2-0.8.2.ebuild 877 +MD5 ea94b0773a92d4dd20033b2e7dd00780 ChangeLog 1035 MD5 be3faa436a456146cab34d1a7ba5e534 metadata.xml 546 -MD5 da91bc4c8fc63efae0f5cd7c33b39830 glob2-0.8.4.ebuild 803 MD5 4fc1ba385226ef12cd7bb0e4a8989704 glob2-0.8.5.ebuild 792 MD5 9725e75aaa82db9487b0c6bb2a0dda51 glob2-0.8.6.ebuild 791 -MD5 67766c04790525af71ebb3123dba9ab6 files/digest-glob2-0.8.2 64 -MD5 e8cc791632e58ca3f01958e42c3f3032 files/digest-glob2-0.8.4 64 MD5 b937864a33c8d01a8f3123fe37ce9ff0 files/digest-glob2-0.8.5 64 MD5 abff570d633d214e267f3986090ee981 files/digest-glob2-0.8.6 64 diff --git a/games-strategy/glob2/files/digest-glob2-0.8.2 b/games-strategy/glob2/files/digest-glob2-0.8.2 deleted file mode 100644 index a76c63957867..000000000000 --- a/games-strategy/glob2/files/digest-glob2-0.8.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 fe8f89b03fe56137203c12a72524ed09 glob2-0.8.2.tar.gz 3945089 diff --git a/games-strategy/glob2/files/digest-glob2-0.8.4 b/games-strategy/glob2/files/digest-glob2-0.8.4 deleted file mode 100644 index f2e36900b4cc..000000000000 --- a/games-strategy/glob2/files/digest-glob2-0.8.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 55c3b2631c0386c457cca0e967a7a9de glob2-0.8.4.tar.gz 3998699 diff --git a/games-strategy/glob2/glob2-0.8.2.ebuild b/games-strategy/glob2/glob2-0.8.2.ebuild deleted file mode 100644 index f98f65214ed4..000000000000 --- a/games-strategy/glob2/glob2-0.8.2.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.2.ebuild,v 1.3 2004/03/10 23:02:21 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="state of the art Real Time Strategy (RTS) game" -HOMEPAGE="http://www.ysagoon.com/glob2/" -SRC_URI="http://www.ysagoon.com/glob2/data/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" -IUSE="opengl" - -DEPEND="virtual/glibc - opengl? ( virtual/opengl ) - media-libs/libsdl - media-libs/libpng - media-libs/sdl-net - media-libs/sdl-image - media-libs/libvorbis - =media-libs/freetype-2* - sys-libs/zlib" - -src_compile() { - egamesconf `use_enable opengl` || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} diff --git a/games-strategy/glob2/glob2-0.8.4.ebuild b/games-strategy/glob2/glob2-0.8.4.ebuild deleted file mode 100644 index 3a6c6edbc141..000000000000 --- a/games-strategy/glob2/glob2-0.8.4.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/glob2/glob2-0.8.4.ebuild,v 1.2 2004/03/22 23:06:03 dholm Exp $ - -inherit games - -DESCRIPTION="state of the art Real Time Strategy (RTS) game" -HOMEPAGE="http://www.ysagoon.com/glob2/" -SRC_URI="http://www.ysagoon.com/glob2/data/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ~ppc" -#IUSE="opengl" #opengl not ready yet. -IUSE="" - -DEPEND="virtual/glibc - >=media-libs/libsdl-1.2.0 - media-libs/libpng - media-libs/sdl-net - media-libs/sdl-image - media-libs/libvorbis - =media-libs/freetype-2* - sys-libs/zlib" - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS ChangeLog NEWS README TODO - prepgamesdirs -} |