summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 20:09:43 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2013-01-22 20:09:43 +0000
commit239ffe5fcca8372037407de6b62facb11f61ca83 (patch)
treeff1e53be7d347740c6f29185134e1c5307b104d4 /games-puzzle
parentold (diff)
downloadgentoo-2-239ffe5fcca8372037407de6b62facb11f61ca83.tar.gz
gentoo-2-239ffe5fcca8372037407de6b62facb11f61ca83.tar.bz2
gentoo-2-239ffe5fcca8372037407de6b62facb11f61ca83.zip
old
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/fish-fillets/ChangeLog9
-rw-r--r--games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild58
2 files changed, 6 insertions, 61 deletions
diff --git a/games-puzzle/fish-fillets/ChangeLog b/games-puzzle/fish-fillets/ChangeLog
index c6de220a8de2..d6004f11a6f4 100644
--- a/games-puzzle/fish-fillets/ChangeLog
+++ b/games-puzzle/fish-fillets/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-puzzle/fish-fillets
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.56 2012/05/04 04:45:27 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/ChangeLog,v 1.57 2013/01/22 20:09:43 mr_bones_ Exp $
+
+ 22 Jan 2013; Michael Sterrett <mr_bones_@gentoo.org>
+ -fish-fillets-1.0.0.ebuild:
+ old
04 May 2012; Jeff Horelick <jdhore@gentoo.org> fish-fillets-1.0.0.ebuild,
fish-fillets-1.0.1.ebuild:
@@ -250,4 +254,3 @@
12 May 2004; Michael Sterrett <mr_bones_@gentoo.org>
fish-fillets-0.3.0.ebuild, metadata.xml:
initial commit (bug #47426)
-
diff --git a/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild b/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild
deleted file mode 100644
index 8953ed008972..000000000000
--- a/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-puzzle/fish-fillets/fish-fillets-1.0.0.ebuild,v 1.5 2012/05/04 04:45:27 jdhore Exp $
-
-EAPI=2
-inherit autotools eutils games
-
-DATA_PV="1.0.0"
-DESCRIPTION="Underwater puzzle game - find a safe way out"
-HOMEPAGE="http://fillets.sourceforge.net/"
-SRC_URI="mirror://sourceforge/fillets/fillets-ng-${PV}.tar.gz
- mirror://sourceforge/fillets/fillets-ng-data-${DATA_PV}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE=""
-
-RDEPEND=">=media-libs/libsdl-1.2[audio,video]
- >=media-libs/sdl-mixer-1.2.5[vorbis]
- >=media-libs/sdl-image-1.2.2[png]
- media-libs/smpeg
- x11-libs/libX11
- media-libs/sdl-ttf
- dev-libs/fribidi
- >=dev-lang/lua-5"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-S=${WORKDIR}/fillets-ng-${PV}
-
-src_prepare() {
- #.mod was renamed to .fmod in lua 5.1.3 - bug #223271
- sed -i \
- -e 's/\.mod(/.fmod(/' \
- $(grep -rl "\.mod\>" "${WORKDIR}"/fillets-ng-data-${DATA_PV}) \
- || die "sed failed"
- rm -f missing
- eautoreconf
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- --datadir="${GAMES_DATADIR}/${PN}"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog NEWS README TODO
- insinto "${GAMES_DATADIR}/${PN}"
- cd "${WORKDIR}"/fillets-ng-data-${DATA_PV} || die
- rm -f COPYING
- doins -r * || die "doins failed"
- newicon images/icon.png ${PN}.png
- make_desktop_entry fillets "Fish Fillets NG"
- prepgamesdirs
-}