summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:27:56 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-03-19 09:27:56 +0000
commit96704f48a837fcc0061d09b933d4d155d62c49c3 (patch)
treedf61f01dbcae9fa42952d268337f870c34c612d3 /games-strategy
parentfix depends (diff)
downloadhistorical-96704f48a837fcc0061d09b933d4d155d62c49c3.tar.gz
historical-96704f48a837fcc0061d09b933d4d155d62c49c3.tar.bz2
historical-96704f48a837fcc0061d09b933d4d155d62c49c3.zip
clean out 0.3
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/crimson/ChangeLog6
-rw-r--r--games-strategy/crimson/Manifest10
-rw-r--r--games-strategy/crimson/crimson-0.3.5.ebuild46
-rw-r--r--games-strategy/crimson/crimson-0.3.6.ebuild47
-rw-r--r--games-strategy/crimson/crimson-0.3.7.ebuild46
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.3.51
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.3.61
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.3.71
8 files changed, 7 insertions, 151 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/Manifest b/games-strategy/crimson/Manifest
index eb6b32861db0..ce7b58aeea1a 100644
--- a/games-strategy/crimson/Manifest
+++ b/games-strategy/crimson/Manifest
@@ -1,10 +1,4 @@
-MD5 89dfc5273bdefee8903cb6e63af6d446 ChangeLog 1144
-MD5 a17e64d4ff42866a3d5f0f50a8340afe crimson-0.3.5.ebuild 1120
-MD5 ce2796df983cea543af539c1266cfc6f crimson-0.3.6.ebuild 1128
-MD5 a30c9d4ce8f9629d6d7323eaab258343 metadata.xml 241
-MD5 e7a6353a95044d2f6df3a504ff881e91 crimson-0.3.7.ebuild 1128
+MD5 2cc0a4ef88ff8172c867868380cd7995 ChangeLog 1284
+MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 f3eaec5cdbdbe374f0f1308e12b1d785 crimson-0.4.0.ebuild 1204
-MD5 571a373b01d27d864351481dd6ca1d2b files/digest-crimson-0.3.5 66
-MD5 4b64ed31d5393441841c632c6966b4ab files/digest-crimson-0.3.6 66
-MD5 081dd9e0d0046a6757dc638e057071e5 files/digest-crimson-0.3.7 66
MD5 57ff5fc6413a35032e2ae1ed7c3f602c files/digest-crimson-0.4.0 66
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