summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <nyhm@gentoo.org>2007-06-12 01:12:26 +0000
committerTristan Heaven <nyhm@gentoo.org>2007-06-12 01:12:26 +0000
commit0b85bb62e625bc6ef9d72a029d0b26217b1efe94 (patch)
tree1c7b4a6a44db975eb8884e41e9566295c37f41a1 /games-puzzle/ngstar
parentStable on amd64 wrt bug 180358 (diff)
downloadgentoo-2-0b85bb62e625bc6ef9d72a029d0b26217b1efe94.tar.gz
gentoo-2-0b85bb62e625bc6ef9d72a029d0b26217b1efe94.tar.bz2
gentoo-2-0b85bb62e625bc6ef9d72a029d0b26217b1efe94.zip
rm old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-puzzle/ngstar')
-rw-r--r--games-puzzle/ngstar/files/digest-ngstar-2.1.83
-rw-r--r--games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild4
-rw-r--r--games-puzzle/ngstar/ngstar-2.1.8.ebuild29
3 files changed, 2 insertions, 34 deletions
diff --git a/games-puzzle/ngstar/files/digest-ngstar-2.1.8 b/games-puzzle/ngstar/files/digest-ngstar-2.1.8
deleted file mode 100644
index 460c87d186fc..000000000000
--- a/games-puzzle/ngstar/files/digest-ngstar-2.1.8
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 9b4866b16f32e670f8b97e477dcd62fe ngstar-2.1.8-src.tar.bz2 45851
-RMD160 6b31bcbf0c5bcf385bca391fd9dea92e207e7321 ngstar-2.1.8-src.tar.bz2 45851
-SHA256 c8a2cf84d2a4bb40280d4ce307ceaed8f97d2183f79f7a82b38b78aaedb73fb3 ngstar-2.1.8-src.tar.bz2 45851
diff --git a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
index b8c36f1982d0..968012072cdd 100644
--- a/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
+++ b/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.3 2007/06/10 16:07:25 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8-r2.ebuild,v 1.4 2007/06/12 01:12:26 nyhm Exp $
inherit eutils games
@@ -10,7 +10,7 @@ SRC_URI="http://cycojesus.free.fr/faire/coder/jouer/ng-star/files/${P}-src.tar.b
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
IUSE=""
DEPEND="sys-libs/ncurses
diff --git a/games-puzzle/ngstar/ngstar-2.1.8.ebuild b/games-puzzle/ngstar/ngstar-2.1.8.ebuild
deleted file mode 100644
index 9ed8e3b9a2af..000000000000
--- a/games-puzzle/ngstar/ngstar-2.1.8.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/ngstar/ngstar-2.1.8.ebuild,v 1.2 2006/04/12 00:08:45 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="NGStar is a clone of a HP48 game called dstar"
-HOMEPAGE="http://cycojesus.free.fr/faire/coder/jouer/ng-star/"
-SRC_URI="http://cycojesus.free.fr/faire/coder/jouer/ng-star/files/${P}-src.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="sys-libs/ncurses"
-
-src_compile() {
- ./configure \
- --prefix "${GAMES_PREFIX}" \
- --without-fltk2 || die "configure failed"
- emake || die "emake failed"
-}
-
-src_install() {
- egamesinstall
- dodoc AUTHORS Changelog README TODO
- prepgamesdirs
-}