summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2004-06-19 08:33:01 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2004-06-19 08:33:01 +0000
commita32b86330f520137861c72ff48ea4c5d1146dfa2 (patch)
treeca2417f3a55d1d4c48dbf3392406ec40cdbdcf5e /games-board/hexxagon
parentupdate ChangeLog to reflect all the changes on last commit. (Manifest recommit) (diff)
downloadgentoo-2-a32b86330f520137861c72ff48ea4c5d1146dfa2.tar.gz
gentoo-2-a32b86330f520137861c72ff48ea4c5d1146dfa2.tar.bz2
gentoo-2-a32b86330f520137861c72ff48ea4c5d1146dfa2.zip
clean older ebuild
Diffstat (limited to 'games-board/hexxagon')
-rw-r--r--games-board/hexxagon/files/digest-hexxagon-0.3.11
-rw-r--r--games-board/hexxagon/hexxagon-0.3.1.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/games-board/hexxagon/files/digest-hexxagon-0.3.1 b/games-board/hexxagon/files/digest-hexxagon-0.3.1
deleted file mode 100644
index 607bd115aa14..000000000000
--- a/games-board/hexxagon/files/digest-hexxagon-0.3.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 281847cb62a3998971fb22681c3d9676 hexxagon-0.3.1.tar.gz 140398
diff --git a/games-board/hexxagon/hexxagon-0.3.1.ebuild b/games-board/hexxagon/hexxagon-0.3.1.ebuild
deleted file mode 100644
index e7bb416f8557..000000000000
--- a/games-board/hexxagon/hexxagon-0.3.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2004 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/hexxagon/hexxagon-0.3.1.ebuild,v 1.2 2004/02/23 23:54:29 mr_bones_ Exp $
-
-inherit games
-
-DESCRIPTION="clone of the original DOS game"
-SRC_URI="http://nesqi.homeip.net/hexxagon/download/${P}.tar.gz"
-HOMEPAGE="http://nesqi.homeip.net/hexxagon/"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="readline gtk"
-
-DEPEND="|| (
- readline? ( sys-libs/readline )
- gtk? ( =x11-libs/gtk+-1* )
- sys-libs/readline
- )"
-
-src_compile() {
- egamesconf || die
- emake || die
-}
-
-src_install() {
- make install DESTDIR=${D} || die
- dodoc README
- prepgamesdirs
-}