summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-10-28 14:15:27 +0000
committerMike Frysinger <vapier@gentoo.org>2003-10-28 14:15:27 +0000
commitc8029c7953d5b2c8cbb15c647fc8b7aa4a923ace (patch)
tree0e978006ca1687a722bd090df2903d079da7b507 /games-puzzle
parentmetadata/unmask (diff)
downloadgentoo-2-c8029c7953d5b2c8cbb15c647fc8b7aa4a923ace.tar.gz
gentoo-2-c8029c7953d5b2c8cbb15c647fc8b7aa4a923ace.tar.bz2
gentoo-2-c8029c7953d5b2c8cbb15c647fc8b7aa4a923ace.zip
old
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/pingus/files/digest-pingus-0.6.01
-rw-r--r--games-puzzle/pingus/pingus-0.6.0.ebuild33
2 files changed, 0 insertions, 34 deletions
diff --git a/games-puzzle/pingus/files/digest-pingus-0.6.0 b/games-puzzle/pingus/files/digest-pingus-0.6.0
deleted file mode 100644
index 2ae1b8a4f4d2..000000000000
--- a/games-puzzle/pingus/files/digest-pingus-0.6.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9cd678272b97dbdb53f42324be31eacd pingus-0.6.0.tar.bz2 9585580
diff --git a/games-puzzle/pingus/pingus-0.6.0.ebuild b/games-puzzle/pingus/pingus-0.6.0.ebuild
deleted file mode 100644
index b200eb785ca6..000000000000
--- a/games-puzzle/pingus/pingus-0.6.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/pingus/pingus-0.6.0.ebuild,v 1.1 2003/09/10 06:36:00 vapier Exp $
-
-inherit games
-
-DESCRIPTION="free Lemmings clone"
-HOMEPAGE="http://pingus.seul.org/"
-SRC_URI="http://pingus.seul.org/files/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=media-libs/hermes-1.3.2-r2
- =dev-games/clanlib-0.6.5*
- >=dev-libs/libxml2-2.5.6"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/${PV}-gcc3.patch
-}
-
-src_compile() {
- egamesconf || die
- emake || die
-}
-
-src_install() {
- einstall bindir=${D}/${GAMES_BINDIR} || die
- prepgamesdirs
-}