summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:28:58 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-06-22 21:28:58 +0000
commit859a1372431109b050d55612618adf77467916db (patch)
tree6611fc9e4a745bd548750bb9927162699196b579 /games-simulation
parentMove from xfce-extra. (diff)
downloadhistorical-859a1372431109b050d55612618adf77467916db.tar.gz
historical-859a1372431109b050d55612618adf77467916db.tar.bz2
historical-859a1372431109b050d55612618adf77467916db.zip
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-simulation')
-rw-r--r--games-simulation/planets/Manifest12
-rw-r--r--games-simulation/planets/planets-0.1.10.ebuild41
2 files changed, 0 insertions, 53 deletions
diff --git a/games-simulation/planets/Manifest b/games-simulation/planets/Manifest
index 89d6ba1ebb56..e4ac0447e5a3 100644
--- a/games-simulation/planets/Manifest
+++ b/games-simulation/planets/Manifest
@@ -1,16 +1,4 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-DIST planets-0.1.10.tgz 49555 RMD160 0ed1b7334a173f2e2ffd9c4ac5cc49beeefed11f SHA1 0778f4b1c8000778bd7d947b6bc9962bb9f53e82 SHA256 e323126b5c9bb1462397e693fa3880a758fcd9f9ddd25c3e6fe092fa19324eeb
DIST planets-0.1.13.tgz 49732 RMD160 aca43156b191f221f257ab1738d33621d2277016 SHA1 76f530a81c86afd4f8c43589a8dfd1e51892a975 SHA256 cd4be19dc1e16cc3d5bb20fdfa2af025b50cd21dbce5d1e8b3041c4e786c3624
-EBUILD planets-0.1.10.ebuild 1014 RMD160 b4469d509bcbecaaba735cf0a414adc38d0ba949 SHA1 f161a1f03f8606e5cf1036f06147a73eb6d1bf19 SHA256 27da973377a82a548906085eb988393d0cebb60af5744f96ce8e532eed4f3602
EBUILD planets-0.1.13.ebuild 1014 RMD160 7716cf221de8d5d663a680c8dcb45eee84eb850a SHA1 3b9a96b0b83411ea705f0c2611fb87f0916d7f93 SHA256 92a1677de52d606a83c63211c54dda7b88f621fb38d2217768dd92639ecd6f44
MISC ChangeLog 1815 RMD160 6e08b667d226ac112bdf790a91fda388493162bc SHA1 f6d94f19acd231409f8964a9ee47c0f0acc2a5b6 SHA256 c718fe3be256ee5c96b53df4041cdd8fabffd3e35e5a071338dfe236683a593e
MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.9 (GNU/Linux)
-
-iEYEARECAAYFAkhevn4ACgkQNQqtfCuFneM8KwCfXdWE1rmVis/y5ff77nfPUOEr
-nOAAmwdlu95sIFxahS+SvLrt/VNnz12j
-=dQGr
------END PGP SIGNATURE-----
diff --git a/games-simulation/planets/planets-0.1.10.ebuild b/games-simulation/planets/planets-0.1.10.ebuild
deleted file mode 100644
index e08993e23706..000000000000
--- a/games-simulation/planets/planets-0.1.10.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-simulation/planets/planets-0.1.10.ebuild,v 1.12 2006/11/04 19:26:10 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="a simple interactive planetary system simulator"
-SRC_URI="http://planets.homedns.org/dist/${P}.tgz"
-HOMEPAGE="http://planets.homedns.org/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/tcl
- dev-lang/tk"
-DEPEND="${RDEPEND}
- dev-lang/ocaml"
-
-pkg_setup() {
- # response to bug #134257
- if ! built_with_use dev-lang/ocaml tk ; then
- eerror "${PN} doesn't build properly if"
- eerror "dev-lang/ocaml is built without tk support."
- die "Please emerge dev-lang/ocaml with USE=tk"
- fi
- games_pkg_setup
-}
-
-src_compile() {
- make clean
- make planets || die "make failed"
-}
-
-src_install() {
- dogamesbin planets || die "dogamesbin failed"
- doman planets.1
- dodoc CREDITS CHANGES TODO KEYBINDINGS.txt README
- prepgamesdirs
-}