diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:47:38 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2005-10-31 08:47:38 +0000 |
commit | 82147667a23543551aaee407241595f78dcb1977 (patch) | |
tree | ccc5c50236e912308fbceb8cd96afdd6efeb6b09 /games-puzzle | |
parent | tidy (diff) | |
download | historical-82147667a23543551aaee407241595f78dcb1977.tar.gz historical-82147667a23543551aaee407241595f78dcb1977.tar.bz2 historical-82147667a23543551aaee407241595f78dcb1977.zip |
old
Package-Manager: portage-2.0.51.22-r3
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/easysok/easysok-0.3.3.ebuild | 15 | ||||
-rw-r--r-- | games-puzzle/easysok/files/digest-easysok-0.3.3 | 1 | ||||
-rw-r--r-- | games-puzzle/gweled/files/digest-gweled-0.4 | 1 | ||||
-rw-r--r-- | games-puzzle/gweled/files/digest-gweled-0.6 | 1 | ||||
-rw-r--r-- | games-puzzle/gweled/gweled-0.4.ebuild | 29 | ||||
-rw-r--r-- | games-puzzle/gweled/gweled-0.6.ebuild | 40 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 | 1 | ||||
-rw-r--r-- | games-puzzle/hoh-bin/hoh-bin-1.0.ebuild | 38 |
8 files changed, 0 insertions, 126 deletions
diff --git a/games-puzzle/easysok/easysok-0.3.3.ebuild b/games-puzzle/easysok/easysok-0.3.3.ebuild deleted file mode 100644 index d8bdea0cc2ff..000000000000 --- a/games-puzzle/easysok/easysok-0.3.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2004 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/easysok/easysok-0.3.3.ebuild,v 1.6 2004/08/15 06:53:43 vapier Exp $ - -inherit kde -need-kde 3 - -DESCRIPTION="Sokoban clone with editor, solver, and other neat goodies" -HOMEPAGE="http://easysok.sourceforge.net/" -SRC_URI="mirror://sourceforge/easysok/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc amd64" -IUSE="" diff --git a/games-puzzle/easysok/files/digest-easysok-0.3.3 b/games-puzzle/easysok/files/digest-easysok-0.3.3 deleted file mode 100644 index 97b515fe827c..000000000000 --- a/games-puzzle/easysok/files/digest-easysok-0.3.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 bfc22c339f3fb46c6bbe09df6eb993ad easysok-0.3.3.tar.bz2 915396 diff --git a/games-puzzle/gweled/files/digest-gweled-0.4 b/games-puzzle/gweled/files/digest-gweled-0.4 deleted file mode 100644 index 52b46b9c8b4a..000000000000 --- a/games-puzzle/gweled/files/digest-gweled-0.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 68da42ad8e7e7f1ac1309e7fb69c007b gweled-0.4.tar.gz 160543 diff --git a/games-puzzle/gweled/files/digest-gweled-0.6 b/games-puzzle/gweled/files/digest-gweled-0.6 deleted file mode 100644 index b8cdf990b18c..000000000000 --- a/games-puzzle/gweled/files/digest-gweled-0.6 +++ /dev/null @@ -1 +0,0 @@ -MD5 40b4eaa8e1aca93cf6bc9d91a3c2c048 gweled-0.6.tar.gz 168308 diff --git a/games-puzzle/gweled/gweled-0.4.ebuild b/games-puzzle/gweled/gweled-0.4.ebuild deleted file mode 100644 index bfdfad188965..000000000000 --- a/games-puzzle/gweled/gweled-0.4.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gweled/gweled-0.4.ebuild,v 1.6 2005/01/27 21:20:44 wolf31o2 Exp $ - -inherit flag-o-matic - -DESCRIPTION="Bejeweled clone game" -HOMEPAGE="http://sebdelestaing.free.fr/gweled/" -SRC_URI="http://sebdelestaing.free.fr/gweled/Release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 amd64" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/librsvg-2 - >=gnome-base/libgnomeui-2" - -src_compile() { - filter-flags -fomit-frame-pointer - econf || die - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS NEWS -} diff --git a/games-puzzle/gweled/gweled-0.6.ebuild b/games-puzzle/gweled/gweled-0.6.ebuild deleted file mode 100644 index 54d1c16837ad..000000000000 --- a/games-puzzle/gweled/gweled-0.6.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/gweled/gweled-0.6.ebuild,v 1.2 2005/09/19 18:30:50 wolf31o2 Exp $ - -inherit eutils flag-o-matic games - -DESCRIPTION="Bejeweled clone game" -HOMEPAGE="http://sebdelestaing.free.fr/gweled/" -SRC_URI="http://sebdelestaing.free.fr/gweled/Release/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64 ~ppc" -IUSE="" - -DEPEND=">=x11-libs/gtk+-2 - >=gnome-base/librsvg-2 - >=gnome-base/libgnomeui-2" - -src_unpack() { - unpack ${A} - # Adding gcc4 patch from halcy0n - epatch ${FILESDIR}/${P}-gcc4.patch -} - -src_compile() { - filter-flags -fomit-frame-pointer - econf || die "econf failed" - - sed -e 's/\(\$(scoredir)\)/\$(DESTDIR)\/\1/g' \ - -i Makefile || die "sed failed" - - emake || die "emake failed" -} - -src_install() { - make DESTDIR="${D}" install || die "make install failed" - dodoc AUTHORS NEWS - prepgamesdirs -} diff --git a/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 b/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 deleted file mode 100644 index 7d30c9a78e9b..000000000000 --- a/games-puzzle/hoh-bin/files/digest-hoh-bin-1.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 6a6dce88f65cd313e2ff58f59574bee4 hohlin-10.tar.bz2 14808737 diff --git a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild b/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild deleted file mode 100644 index 979135c25973..000000000000 --- a/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/hoh-bin/hoh-bin-1.0.ebuild,v 1.5 2005/08/23 19:18:23 wolf31o2 Exp $ - -inherit games - -S="${WORKDIR}/hoh-install-1.0" -DESCRIPTION="PC remake of the spectrum game" -HOMEPAGE="http://retrospec.sgn.net/games/hoh/" -SRC_URI="http://retrospec.sgn.net/download.php?id=63\&path=games/hoh/bin/hohlin-${PV/./}.tar.bz2" - -RESTRICT="nostrip" -LICENSE="free-noncomm" -SLOT="0" -KEYWORDS="x86" -IUSE="" - -DEPEND="virtual/x11" - -src_compile() { - cat > "${T}/hoh" <<-EOF - #!/bin/bash - export LD_LIBRARY_PATH="${GAMES_PREFIX_OPT}/HoH/data/runtime" - cd "${GAMES_PREFIX_OPT}/HoH/data" - exec ./HoH \$@ -EOF -} - -src_install() { - local DATADIR="${GAMES_PREFIX_OPT}/HoH/data" - local DOCDIR="${GAMES_PREFIX_OPT}/HoH/docs" - - dogamesbin "${T}/hoh" || die "dogames bin failed" - dodir "${DATADIR}" "${DOCDIR}" || die "dodir failed" - cp -pPRf data/* "${D}/${DATADIR}/" || die "cp failed (data)" - cp -pPRf docs/* "${D}/${DOCDIR}/" || die "cp failed (docs)" - prepgamesdirs -} |