diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:48:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2013-01-30 22:48:15 +0000 |
commit | eacd0bba032b27e58c806f3efc9f7ce26fdc1095 (patch) | |
tree | 379ab11505420ced0e202a9e9872e90cc21c427a | |
parent | Stable for x86, wrt bug #454654 (diff) | |
download | gentoo-2-eacd0bba032b27e58c806f3efc9f7ce26fdc1095.tar.gz gentoo-2-eacd0bba032b27e58c806f3efc9f7ce26fdc1095.tar.bz2 gentoo-2-eacd0bba032b27e58c806f3efc9f7ce26fdc1095.zip |
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
-rw-r--r-- | games-arcade/stardork/ChangeLog | 8 | ||||
-rw-r--r-- | games-arcade/stardork/stardork-0.6.ebuild | 32 |
2 files changed, 5 insertions, 35 deletions
diff --git a/games-arcade/stardork/ChangeLog b/games-arcade/stardork/ChangeLog index b5b543f1624f..459cb460ab95 100644 --- a/games-arcade/stardork/ChangeLog +++ b/games-arcade/stardork/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-arcade/stardork -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.11 2012/01/28 14:55:58 phajdan.jr Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/ChangeLog,v 1.12 2013/01/30 22:48:15 mr_bones_ Exp $ + + 30 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org> -stardork-0.6.ebuild: + old 28 Jan 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> stardork-0.7.ebuild: x86 stable wrt bug #399461 @@ -34,4 +37,3 @@ +stardork-0.6.ebuild: Initial commit; Ebuild submitted by Adrian Fruehwirth <fruehwia@spengergasse.at> in bug #72936 - diff --git a/games-arcade/stardork/stardork-0.6.ebuild b/games-arcade/stardork/stardork-0.6.ebuild deleted file mode 100644 index 61e33943850e..000000000000 --- a/games-arcade/stardork/stardork-0.6.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/stardork/stardork-0.6.ebuild,v 1.7 2012/01/20 11:38:53 ssuominen Exp $ - -inherit toolchain-funcs games - -DESCRIPTION="An ncurses-based space shooter" -HOMEPAGE="http://stardork.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 x86" -IUSE="" - -DEPEND="sys-libs/ncurses" - -src_unpack() { - unpack ${A} - cd "${S}" - rm -f Makefile -} - -src_compile() { - emake CC="$(tc-getCC)" LDLIBS=-lncurses ${PN} || die "emake failed" -} - -src_install() { - dogamesbin ${PN} || die "dogamesbin failed" - dodoc README - prepgamesdirs -} |