summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-01-19 00:13:39 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-01-19 00:13:39 +0000
commit7f14c5c4e602d54fa00e1c51ee7820e23b3b6696 (patch)
tree7f3626b48f0490747a7cb8a382c82c9c7c82d877 /games-strategy/outerspace
parentFix bug#202381, bug#203880 (diff)
downloadgentoo-2-7f14c5c4e602d54fa00e1c51ee7820e23b3b6696.tar.gz
gentoo-2-7f14c5c4e602d54fa00e1c51ee7820e23b3b6696.tar.bz2
gentoo-2-7f14c5c4e602d54fa00e1c51ee7820e23b3b6696.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-strategy/outerspace')
-rw-r--r--games-strategy/outerspace/files/digest-outerspace-0.5.63.13
-rw-r--r--games-strategy/outerspace/files/digest-outerspace-0.5.643
-rw-r--r--games-strategy/outerspace/files/digest-outerspace-0.5.653
-rw-r--r--games-strategy/outerspace/outerspace-0.5.63.1.ebuild41
-rw-r--r--games-strategy/outerspace/outerspace-0.5.64.ebuild41
-rw-r--r--games-strategy/outerspace/outerspace-0.5.65.ebuild41
6 files changed, 0 insertions, 132 deletions
diff --git a/games-strategy/outerspace/files/digest-outerspace-0.5.63.1 b/games-strategy/outerspace/files/digest-outerspace-0.5.63.1
deleted file mode 100644
index b579c2dcb495..000000000000
--- a/games-strategy/outerspace/files/digest-outerspace-0.5.63.1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 bde2d76ee6c0ed462f61bf0320e537a1 OuterSpace-0.5.63.1.tar.gz 1682349
-RMD160 254c0986f577a8af9c6d3ef7618f63a763db64b4 OuterSpace-0.5.63.1.tar.gz 1682349
-SHA256 12b941e90067c9dd5800be27ac6fea994bab9e14c8362b56421011d3bf6856b5 OuterSpace-0.5.63.1.tar.gz 1682349
diff --git a/games-strategy/outerspace/files/digest-outerspace-0.5.64 b/games-strategy/outerspace/files/digest-outerspace-0.5.64
deleted file mode 100644
index 77c8053dafae..000000000000
--- a/games-strategy/outerspace/files/digest-outerspace-0.5.64
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 11a784a9e39a67f29186748d23f47a00 OuterSpace-0.5.64.tar.gz 1807617
-RMD160 8596d1be5cce75181c3e8cd7be1146c232ee4af5 OuterSpace-0.5.64.tar.gz 1807617
-SHA256 e4374ee1a9ce8b08bc8b88a35ebe93400a9b433d89fc705efa411b13bac1ee51 OuterSpace-0.5.64.tar.gz 1807617
diff --git a/games-strategy/outerspace/files/digest-outerspace-0.5.65 b/games-strategy/outerspace/files/digest-outerspace-0.5.65
deleted file mode 100644
index 7a66bf5bd5d9..000000000000
--- a/games-strategy/outerspace/files/digest-outerspace-0.5.65
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 587144fb267929d4720761ece10aa307 OuterSpace-0.5.65.tar.gz 2182005
-RMD160 9c019cf54d662c28a2db8bf5f9eeae9fb2ff2123 OuterSpace-0.5.65.tar.gz 2182005
-SHA256 a75cd981fffc2f889f9c9c616aafc5d02d1f62b62f616e255d883c31c685ce5f OuterSpace-0.5.65.tar.gz 2182005
diff --git a/games-strategy/outerspace/outerspace-0.5.63.1.ebuild b/games-strategy/outerspace/outerspace-0.5.63.1.ebuild
deleted file mode 100644
index 9c8af0df84b6..000000000000
--- a/games-strategy/outerspace/outerspace-0.5.63.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.63.1.ebuild,v 1.1 2007/05/28 21:53:08 nyhm Exp $
-
-inherit eutils games
-
-MY_PN=${PN/outerspace/OuterSpace}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="on-line strategy game taking place in the dangerous universe"
-HOMEPAGE="http://www.ospace.net/"
-SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygame-1.7
- >=dev-lang/python-2.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
- "${FILESDIR}"/${PN} > ${PN} \
- || die "sed failed"
-}
-
-src_install() {
- insinto "$(games_get_libdir)"/${PN}
- doins -r osc.py lib libsrvr || die "doins lib failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r res || die "doins data failed"
- dogamesbin ${PN} || die "dogamesbin failed"
- newicon res/icon32.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
- prepgamesdirs
-}
diff --git a/games-strategy/outerspace/outerspace-0.5.64.ebuild b/games-strategy/outerspace/outerspace-0.5.64.ebuild
deleted file mode 100644
index 45a750009710..000000000000
--- a/games-strategy/outerspace/outerspace-0.5.64.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.64.ebuild,v 1.1 2007/06/16 21:02:27 nyhm Exp $
-
-inherit eutils games
-
-MY_PN=${PN/outerspace/OuterSpace}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="on-line strategy game taking place in the dangerous universe"
-HOMEPAGE="http://www.ospace.net/"
-SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygame-1.7
- >=dev-lang/python-2.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
- "${FILESDIR}"/${PN} > ${PN} \
- || die "sed failed"
-}
-
-src_install() {
- insinto "$(games_get_libdir)"/${PN}
- doins -r osc.py lib libsrvr || die "doins lib failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r res || die "doins data failed"
- dogamesbin ${PN} || die "dogamesbin failed"
- newicon res/icon32.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
- prepgamesdirs
-}
diff --git a/games-strategy/outerspace/outerspace-0.5.65.ebuild b/games-strategy/outerspace/outerspace-0.5.65.ebuild
deleted file mode 100644
index 743cb9e2fd76..000000000000
--- a/games-strategy/outerspace/outerspace-0.5.65.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/outerspace/outerspace-0.5.65.ebuild,v 1.1 2007/08/12 00:27:49 nyhm Exp $
-
-inherit eutils games
-
-MY_PN=${PN/outerspace/OuterSpace}
-MY_P=${MY_PN}-${PV}
-DESCRIPTION="on-line strategy game taking place in the dangerous universe"
-HOMEPAGE="http://www.ospace.net/"
-SRC_URI="mirror://sourceforge/ospace/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygame-1.7
- >=dev-lang/python-2.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \
- -e "s:@GENTOO_LIBDIR@:$(games_get_libdir)/${PN}:" \
- "${FILESDIR}"/${PN} > ${PN} \
- || die "sed failed"
-}
-
-src_install() {
- insinto "$(games_get_libdir)"/${PN}
- doins -r osc.py lib libsrvr || die "doins lib failed"
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r res || die "doins data failed"
- dogamesbin ${PN} || die "dogamesbin failed"
- newicon res/icon32.png ${PN}.png
- make_desktop_entry ${PN} ${MY_PN}
- prepgamesdirs
-}