diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:22:35 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-02-12 18:22:35 +0000 |
commit | 4690219b1d2707b2c3f440abd733e07c1b197dd5 (patch) | |
tree | d8fa8ef60280d0081b8bc714973479ef09f7574a /games-simulation/planets | |
parent | Add metadata.xml (diff) | |
download | historical-4690219b1d2707b2c3f440abd733e07c1b197dd5.tar.gz historical-4690219b1d2707b2c3f440abd733e07c1b197dd5.tar.bz2 historical-4690219b1d2707b2c3f440abd733e07c1b197dd5.zip |
old
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'games-simulation/planets')
-rw-r--r-- | games-simulation/planets/Manifest | 2 | ||||
-rw-r--r-- | games-simulation/planets/planets-0.1.12.ebuild | 41 |
2 files changed, 0 insertions, 43 deletions
diff --git a/games-simulation/planets/Manifest b/games-simulation/planets/Manifest index 45007135725c..19148756b8d6 100644 --- a/games-simulation/planets/Manifest +++ b/games-simulation/planets/Manifest @@ -1,8 +1,6 @@ DIST planets-0.1.10.tgz 49555 RMD160 0ed1b7334a173f2e2ffd9c4ac5cc49beeefed11f SHA1 0778f4b1c8000778bd7d947b6bc9962bb9f53e82 SHA256 e323126b5c9bb1462397e693fa3880a758fcd9f9ddd25c3e6fe092fa19324eeb -DIST planets-0.1.12.tgz 50010 RMD160 e634b643411cdbfa9b6bbbbf8d862ba179ac962d SHA1 97b002de6776b01651845e9395703230c0f9aee9 SHA256 a895f04c64fd061ac866d32a0356beb8a687022a7cb773c86c8d7d8b084f6ad9 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.12.ebuild 1016 RMD160 bf8b2f4b1711f69f4a26246be4d90d6935e7f56b SHA1 e1a88d8a3d5c7760bd82bc7b8dcc4524141acccf SHA256 c97751fa93fb87f839e8ecce8a18e7c196c5db050b9b34bf049c73404bd9cde1 EBUILD planets-0.1.13.ebuild 1017 RMD160 a1f5b2a697db2642d72d4e98a7f36fc44404d689 SHA1 168fb636266506f5cf52a17ae481e86d83ae446e SHA256 2be8b93d13a0f1303eb6e5521209554c5ecabe7d3c37ea50cc3900dc2c14e4cf MISC ChangeLog 1399 RMD160 af3d10c81e6fe8cc27802442a9eabb8819c0552d SHA1 326d9c952568dc04603fade1a53ff40feb5d63dc SHA256 ef18a7286758525e6e3ca33c67e92c8a9b1313f08e7e23a4cb3e7458dacd6ca9 MISC metadata.xml 158 RMD160 cbd9984bb6b426c8c9cee5022fe0a26261612fea SHA1 be5251fa1dacef5c41b74761bb1c8c54fb633b9e SHA256 1423a4fdd4a79b1728a2056d9e300f7e1074253095d82726218d9e9b953888a3 diff --git a/games-simulation/planets/planets-0.1.12.ebuild b/games-simulation/planets/planets-0.1.12.ebuild deleted file mode 100644 index 23c3ad03bcad..000000000000 --- a/games-simulation/planets/planets-0.1.12.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.12.ebuild,v 1.2 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 -} |