diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 09:27:56 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-03-19 09:27:56 +0000 |
commit | abc2086fbde47568bcebe4f13b56bed1a53d6f34 (patch) | |
tree | c09fad44db0ed7796248b78078143bd5f21e9bd6 /games-strategy/crimson | |
parent | fix depends (Manifest recommit) (diff) | |
download | gentoo-2-abc2086fbde47568bcebe4f13b56bed1a53d6f34.tar.gz gentoo-2-abc2086fbde47568bcebe4f13b56bed1a53d6f34.tar.bz2 gentoo-2-abc2086fbde47568bcebe4f13b56bed1a53d6f34.zip |
clean out 0.3
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r-- | games-strategy/crimson/ChangeLog | 6 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.3.5.ebuild | 46 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.3.6.ebuild | 47 | ||||
-rw-r--r-- | games-strategy/crimson/crimson-0.3.7.ebuild | 46 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.3.5 | 1 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.3.6 | 1 | ||||
-rw-r--r-- | games-strategy/crimson/files/digest-crimson-0.3.7 | 1 |
7 files changed, 5 insertions, 143 deletions
diff --git a/games-strategy/crimson/ChangeLog b/games-strategy/crimson/ChangeLog index ef94fe16ebac..fa9139859033 100644 --- a/games-strategy/crimson/ChangeLog +++ b/games-strategy/crimson/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-strategy/crimson # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.5 2004/02/24 19:12:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/ChangeLog,v 1.6 2004/03/19 09:27:55 mr_bones_ Exp $ + + 19 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> crimson-0.3.5.ebuild, + crimson-0.3.6.ebuild, crimson-0.3.7.ebuild: + clean out 0.3 *crimson-0.4.0 (24 Feb 2004) diff --git a/games-strategy/crimson/crimson-0.3.5.ebuild b/games-strategy/crimson/crimson-0.3.5.ebuild deleted file mode 100644 index fb3c71a84b0a..000000000000 --- a/games-strategy/crimson/crimson-0.3.5.ebuild +++ /dev/null @@ -1,46 +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/crimson/crimson-0.3.5.ebuild,v 1.2 2004/02/20 07:38:17 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://www.lanipage.de/jens/" -SRC_URI="http://www.lanipage.de/jens/crimson/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" -IUSE="zlib" - -DEPEND=">=libsdl-1.1.5 - >=sdl-mixer-1.2.4 - zlib? ( sys-libs/zlib )" - -src_compile() { - egamesconf \ - `use_enable zlib` \ - --enable-cfed \ - --enable-bi2cf \ - --enable-comet \ - || die - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - dodoc NEWS README* THANKS TODO - prepgamesdirs -} - -pkg_postinst() { - echo - ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." - echo - - games_pkg_postinst -} diff --git a/games-strategy/crimson/crimson-0.3.6.ebuild b/games-strategy/crimson/crimson-0.3.6.ebuild deleted file mode 100644 index 51c9d67b8e9e..000000000000 --- a/games-strategy/crimson/crimson-0.3.6.ebuild +++ /dev/null @@ -1,47 +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/crimson/crimson-0.3.6.ebuild,v 1.2 2004/02/20 07:38:17 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://crimson.seul.org/" -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -KEYWORDS="x86" -SLOT="0" -IUSE="zlib" - -DEPEND=">=libsdl-1.1.5 - >=sdl-mixer-1.2.4 - dev-libs/libxslt - zlib? ( sys-libs/zlib )" - -src_compile() { - egamesconf \ - `use_enable zlib` \ - --enable-cfed \ - --enable-bi2cf \ - --enable-comet \ - || die - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - dodoc NEWS README* THANKS TODO - prepgamesdirs -} - -pkg_postinst() { - echo - ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." - echo - - games_pkg_postinst -} diff --git a/games-strategy/crimson/crimson-0.3.7.ebuild b/games-strategy/crimson/crimson-0.3.7.ebuild deleted file mode 100644 index add4f05411a5..000000000000 --- a/games-strategy/crimson/crimson-0.3.7.ebuild +++ /dev/null @@ -1,46 +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/crimson/crimson-0.3.7.ebuild,v 1.4 2004/02/20 07:38:17 mr_bones_ Exp $ - -inherit games - -DESCRIPTION="tactical war game in the tradition of Battle Isle" -HOMEPAGE="http://crimson.seul.org/" -SRC_URI="http://crimson.seul.org/files/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="zlib" - -DEPEND=">=libsdl-1.1.5 - >=sdl-mixer-1.2.4 - dev-libs/libxslt - zlib? ( sys-libs/zlib )" - -src_compile() { - egamesconf \ - `use_enable zlib` \ - --enable-cfed \ - --enable-bi2cf \ - --enable-comet \ - || die - emake || die "emake failed" -} - -src_install() { - make install DESTDIR=${D} || die "make install failed" - dodoc NEWS README* THANKS TODO - prepgamesdirs -} - -pkg_postinst() { - games_pkg_postinst - - echo - ewarn "Crimson Fields ${PV} is not save-game compatible with previous versions." - echo - einfo "If you have older save files and you wish to continue those games," - einfo "you'll need to remerge the version with which you started" - einfo "those save-games." -} diff --git a/games-strategy/crimson/files/digest-crimson-0.3.5 b/games-strategy/crimson/files/digest-crimson-0.3.5 deleted file mode 100644 index b5d66d42e147..000000000000 --- a/games-strategy/crimson/files/digest-crimson-0.3.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 9449aa7b8d75e1960aabf40e04de061e crimson-0.3.5.tar.bz2 520975 diff --git a/games-strategy/crimson/files/digest-crimson-0.3.6 b/games-strategy/crimson/files/digest-crimson-0.3.6 deleted file mode 100644 index c5afb0b81d87..000000000000 --- a/games-strategy/crimson/files/digest-crimson-0.3.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 9acdb9e20e2ebf35e8276aaf71b00bbc crimson-0.3.6.tar.bz2 521026 diff --git a/games-strategy/crimson/files/digest-crimson-0.3.7 b/games-strategy/crimson/files/digest-crimson-0.3.7 deleted file mode 100644 index d7f32f14f195..000000000000 --- a/games-strategy/crimson/files/digest-crimson-0.3.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 fa68b949f38e02523ce2be76fafcf412 crimson-0.3.7.tar.bz2 526040 |