summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2005-11-03 18:13:28 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2005-11-03 18:13:28 +0000
commit9e01364278cb17cb12f7220a4c5111e6e10fb439 (patch)
treec5affa44c9ea5e5b59bdfb9d0a82e188343e91da /games-strategy/crimson
parent Version bump - fixes some serious issues 2.0.4 had (diff)
downloadgentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.tar.gz
gentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.tar.bz2
gentoo-2-9e01364278cb17cb12f7220a4c5111e6e10fb439.zip
old
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'games-strategy/crimson')
-rw-r--r--games-strategy/crimson/crimson-0.4.2.ebuild48
-rw-r--r--games-strategy/crimson/crimson-0.4.3.ebuild52
-rw-r--r--games-strategy/crimson/crimson-0.4.4.ebuild52
-rw-r--r--games-strategy/crimson/crimson-0.4.5.ebuild52
-rw-r--r--games-strategy/crimson/crimson-0.4.6.ebuild52
-rw-r--r--games-strategy/crimson/crimson-0.4.7.ebuild54
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.21
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.31
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.41
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.51
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.61
-rw-r--r--games-strategy/crimson/files/digest-crimson-0.4.71
12 files changed, 0 insertions, 316 deletions
diff --git a/games-strategy/crimson/crimson-0.4.2.ebuild b/games-strategy/crimson/crimson-0.4.2.ebuild
deleted file mode 100644
index ba9631215359..000000000000
--- a/games-strategy/crimson/crimson-0.4.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.2.ebuild,v 1.3 2005/01/22 00:19:07 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=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- dev-libs/libxslt
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || 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/crimson-0.4.3.ebuild b/games-strategy/crimson/crimson-0.4.3.ebuild
deleted file mode 100644
index e8d007406c21..000000000000
--- a/games-strategy/crimson/crimson-0.4.3.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.3.ebuild,v 1.3 2005/01/22 00:19:07 mr_bones_ Exp $
-
-inherit eutils 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 ~ppc"
-IUSE="zlib"
-
-DEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- dev-libs/libxslt
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- pixmapsdir="/usr/share/pixmaps" \
- install || die "make install failed"
- dodoc NEWS README* THANKS TODO
- make_desktop_entry crimson "Crimson Fields" crimson.png
- 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/crimson-0.4.4.ebuild b/games-strategy/crimson/crimson-0.4.4.ebuild
deleted file mode 100644
index a698a7764a7e..000000000000
--- a/games-strategy/crimson/crimson-0.4.4.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.4.ebuild,v 1.2 2005/01/22 00:19:07 mr_bones_ Exp $
-
-inherit eutils 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 ~ppc"
-IUSE="zlib"
-
-DEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- dev-libs/libxslt
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- pixmapsdir="/usr/share/pixmaps" \
- install || die "make install failed"
- dodoc NEWS README* THANKS TODO
- make_desktop_entry crimson "Crimson Fields" crimson.png
- 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/crimson-0.4.5.ebuild b/games-strategy/crimson/crimson-0.4.5.ebuild
deleted file mode 100644
index b89c791d9c04..000000000000
--- a/games-strategy/crimson/crimson-0.4.5.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.5.ebuild,v 1.3 2005/01/22 00:19:07 mr_bones_ Exp $
-
-inherit eutils 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 ppc"
-IUSE="zlib"
-
-DEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- dev-libs/libxslt
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- pixmapsdir="/usr/share/pixmaps" \
- install || die "make install failed"
- dodoc NEWS README* THANKS TODO
- make_desktop_entry crimson "Crimson Fields" crimson.png
- 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/crimson-0.4.6.ebuild b/games-strategy/crimson/crimson-0.4.6.ebuild
deleted file mode 100644
index 24183d90cf8f..000000000000
--- a/games-strategy/crimson/crimson-0.4.6.ebuild
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.6.ebuild,v 1.3 2005/02/28 21:26:01 gustavoz Exp $
-
-inherit eutils 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 ppc sparc"
-IUSE="zlib"
-
-DEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- dev-libs/libxslt
- zlib? ( sys-libs/zlib )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_enable zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- pixmapsdir="/usr/share/pixmaps" \
- install || die "make install failed"
- dodoc NEWS README* THANKS TODO
- make_desktop_entry crimson "Crimson Fields" crimson.png
- 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/crimson-0.4.7.ebuild b/games-strategy/crimson/crimson-0.4.7.ebuild
deleted file mode 100644
index 10ac790d0524..000000000000
--- a/games-strategy/crimson/crimson-0.4.7.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/crimson/crimson-0.4.7.ebuild,v 1.2 2005/03/04 19:05:01 gustavoz Exp $
-
-inherit eutils 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="amd64 ppc sparc x86"
-IUSE="zlib"
-
-RDEPEND=">=media-libs/libsdl-1.1.5
- >=media-libs/sdl-mixer-1.2.4
- media-libs/sdl-ttf
- zlib? ( sys-libs/zlib )"
-DEPEND="${RDEPEND}
- dev-libs/libxslt"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- $(use_with zlib) \
- --enable-cfed \
- --enable-bi2cf \
- --enable-comet \
- --enable-cf2bmp \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make \
- DESTDIR="${D}" \
- pixmapsdir="/usr/share/pixmaps" \
- install || die "make install failed"
- dodoc NEWS README* THANKS TODO
- make_desktop_entry crimson "Crimson Fields" crimson.png
- 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.4.2 b/games-strategy/crimson/files/digest-crimson-0.4.2
deleted file mode 100644
index ef8051c703ed..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 a9bb1856fd7f2c5329aadec339082551 crimson-0.4.2.tar.bz2 617145
diff --git a/games-strategy/crimson/files/digest-crimson-0.4.3 b/games-strategy/crimson/files/digest-crimson-0.4.3
deleted file mode 100644
index 76abf05c3388..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 92dba4e4fd82cefce91a1d463f761833 crimson-0.4.3.tar.bz2 615707
diff --git a/games-strategy/crimson/files/digest-crimson-0.4.4 b/games-strategy/crimson/files/digest-crimson-0.4.4
deleted file mode 100644
index 7a0e387493c9..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 e8a97c5dc3078b53fd000e638200ed24 crimson-0.4.4.tar.bz2 632080
diff --git a/games-strategy/crimson/files/digest-crimson-0.4.5 b/games-strategy/crimson/files/digest-crimson-0.4.5
deleted file mode 100644
index 5170b48f183b..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.5
+++ /dev/null
@@ -1 +0,0 @@
-MD5 6e7b19859077a996797ac0d997728dcc crimson-0.4.5.tar.bz2 635418
diff --git a/games-strategy/crimson/files/digest-crimson-0.4.6 b/games-strategy/crimson/files/digest-crimson-0.4.6
deleted file mode 100644
index a051fdf9c5f7..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.6
+++ /dev/null
@@ -1 +0,0 @@
-MD5 ce6502a8cb6ba4e599940973cc77f7ff crimson-0.4.6.tar.bz2 670767
diff --git a/games-strategy/crimson/files/digest-crimson-0.4.7 b/games-strategy/crimson/files/digest-crimson-0.4.7
deleted file mode 100644
index 401827ca54cb..000000000000
--- a/games-strategy/crimson/files/digest-crimson-0.4.7
+++ /dev/null
@@ -1 +0,0 @@
-MD5 17b3278f1fcd23066f951c2d55eb94b1 crimson-0.4.7.tar.bz2 687226