summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:56:46 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-02-05 03:56:46 +0000
commitec637c21c1c712cffa9069caaf306918d2a961bd (patch)
treec723947e1148419f2b2467b494887001030fffc0 /games-rpg
parentold (diff)
downloadgentoo-2-ec637c21c1c712cffa9069caaf306918d2a961bd.tar.gz
gentoo-2-ec637c21c1c712cffa9069caaf306918d2a961bd.tar.bz2
gentoo-2-ec637c21c1c712cffa9069caaf306918d2a961bd.zip
old
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-rpg')
-rw-r--r--games-rpg/freedroidrpg/ChangeLog6
-rw-r--r--games-rpg/freedroidrpg/freedroidrpg-0.15.ebuild57
2 files changed, 5 insertions, 58 deletions
diff --git a/games-rpg/freedroidrpg/ChangeLog b/games-rpg/freedroidrpg/ChangeLog
index 81cdde210d5e..6c25927c7fea 100644
--- a/games-rpg/freedroidrpg/ChangeLog
+++ b/games-rpg/freedroidrpg/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-rpg/freedroidrpg
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/ChangeLog,v 1.43 2015/01/28 10:23:57 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/ChangeLog,v 1.44 2015/02/05 03:56:46 mr_bones_ Exp $
+
+ 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+ -freedroidrpg-0.15.ebuild:
+ old
28 Jan 2015; Agostino Sarubbo <ago@gentoo.org> freedroidrpg-0.15.1.ebuild:
Stable for ppc, wrt bug #534288
diff --git a/games-rpg/freedroidrpg/freedroidrpg-0.15.ebuild b/games-rpg/freedroidrpg/freedroidrpg-0.15.ebuild
deleted file mode 100644
index ca79ac018a19..000000000000
--- a/games-rpg/freedroidrpg/freedroidrpg-0.15.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-rpg/freedroidrpg/freedroidrpg-0.15.ebuild,v 1.5 2013/02/01 00:03:14 mr_bones_ Exp $
-
-EAPI=2
-PYTHON_DEPEND="2"
-inherit eutils python games
-
-DESCRIPTION="A modification of the classical Freedroid engine into an RPG"
-HOMEPAGE="http://freedroid.sourceforge.net/"
-SRC_URI="mirror://sourceforge/freedroid/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="opengl vorbis"
-
-RDEPEND="media-libs/libsdl[opengl?,video]
- dev-lang/lua
- virtual/jpeg
- media-libs/libpng
- media-libs/sdl-image[jpeg,png]
- media-libs/sdl-mixer[vorbis?]
- >=media-libs/sdl-gfx-2.0.21
- vorbis? ( media-libs/libogg media-libs/libvorbis )
- x11-libs/libX11
- opengl? ( virtual/opengl )"
-DEPEND="${RDEPEND}
- dev-lang/python"
-
-pkg_setup() {
- python_set_active_version 2
- games_pkg_setup
-}
-
-src_prepare() {
- python_convert_shebangs -r 2 .
-
- # No need for executable game resources
- find sound graphics -type f -exec chmod -c a-x '{}' +
-}
-
-src_configure() {
- egamesconf \
- --disable-dependency-tracking \
- --disable-fastmath \
- $(use_enable opengl) \
- $(use_enable vorbis)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
- rm -f "${D}/${GAMES_BINDIR}/"{croppy,pngtoico,*glue*,explode*,make_atlas}
- newicon win32/w32icon2_64x64.png ${PN}.png
- make_desktop_entry freedroidRPG "Freedroid RPG"
- prepgamesdirs
-}