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 | d00b98a3314700aab0837ba86d970e03432d7026 (patch) | |
tree | 971ec5a1beb373cf4168b01db52d71809d1ded5a /games-strategy/glob2 | |
parent | version bump (Manifest recommit) (diff) | |
download | gentoo-2-d00b98a3314700aab0837ba86d970e03432d7026.tar.gz gentoo-2-d00b98a3314700aab0837ba86d970e03432d7026.tar.bz2 gentoo-2-d00b98a3314700aab0837ba86d970e03432d7026.zip |
clean older ebuilds
Diffstat (limited to 'games-strategy/glob2')
-rw-r--r-- | games-strategy/glob2/ChangeLog | 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 |
5 files changed, 5 insertions, 68 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/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 -} |