summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-11-27 22:15:53 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-11-27 22:15:53 +0000
commita63ba75f3879c3236e4afd6f5d8a10faa88bd75e (patch)
tree6e1fb565ad368a7b27341cf5dde0bb17a5741b52 /games-puzzle/lpairs
parentversion bump (diff)
downloadgentoo-2-a63ba75f3879c3236e4afd6f5d8a10faa88bd75e.tar.gz
gentoo-2-a63ba75f3879c3236e4afd6f5d8a10faa88bd75e.tar.bz2
gentoo-2-a63ba75f3879c3236e4afd6f5d8a10faa88bd75e.zip
old
(Portage version: 2.1.3.19)
Diffstat (limited to 'games-puzzle/lpairs')
-rw-r--r--games-puzzle/lpairs/files/digest-lpairs-1.0.23
-rw-r--r--games-puzzle/lpairs/lpairs-1.0.2.ebuild29
2 files changed, 0 insertions, 32 deletions
diff --git a/games-puzzle/lpairs/files/digest-lpairs-1.0.2 b/games-puzzle/lpairs/files/digest-lpairs-1.0.2
deleted file mode 100644
index 9f460f43feeb..000000000000
--- a/games-puzzle/lpairs/files/digest-lpairs-1.0.2
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 ecf4f1fee192d4ca6c878b701d1c29a1 lpairs-1.0.2.tar.gz 649189
-RMD160 191c214f80749b0a188580dfcc2b7ba26b02f635 lpairs-1.0.2.tar.gz 649189
-SHA256 190c39b2e1131b09612799dc455d7c7b5049a61c21ed1a1ba98450c161f4b134 lpairs-1.0.2.tar.gz 649189
diff --git a/games-puzzle/lpairs/lpairs-1.0.2.ebuild b/games-puzzle/lpairs/lpairs-1.0.2.ebuild
deleted file mode 100644
index 68135ab35587..000000000000
--- a/games-puzzle/lpairs/lpairs-1.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/lpairs/lpairs-1.0.2.ebuild,v 1.1 2007/11/05 07:09:21 tupone Exp $
-
-inherit games
-
-DESCRIPTION="A classical memory game"
-HOMEPAGE="http://lgames.sourceforge.net/index.php?project=LPairs"
-SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl"
-
-src_compile() {
- egamesconf \
- --datadir="${GAMES_DATADIR_BASE}" \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README AUTHORS TODO ChangeLog
- prepgamesdirs
-}