summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-09-03 15:18:48 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-09-03 15:18:48 +0000
commit42f861de89d644d32912f421ad35dc1f287d670b (patch)
tree8a0d05f2120118d731bcf3bf1fc4923d58dc04a4 /games-puzzle/lpairs
parentx86 stable wrt #235730 (diff)
downloadgentoo-2-42f861de89d644d32912f421ad35dc1f287d670b.tar.gz
gentoo-2-42f861de89d644d32912f421ad35dc1f287d670b.tar.bz2
gentoo-2-42f861de89d644d32912f421ad35dc1f287d670b.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-puzzle/lpairs')
-rw-r--r--games-puzzle/lpairs/lpairs-1.0.1.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/games-puzzle/lpairs/lpairs-1.0.1.ebuild b/games-puzzle/lpairs/lpairs-1.0.1.ebuild
deleted file mode 100644
index bb7df8dc26ec..000000000000
--- a/games-puzzle/lpairs/lpairs-1.0.1.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/lpairs/lpairs-1.0.1.ebuild,v 1.10 2006/08/22 08:21:20 mr_bones_ 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
-}