diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-06 19:07:52 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-01-06 19:07:52 +0000 |
commit | 1710def9e44d4866b6bb9f01281a8ccea537ece9 (patch) | |
tree | 8b4e673448edcb9dd69f5a191a9cbc3f35359206 /games-puzzle/xlogical | |
parent | use epatch (diff) | |
download | gentoo-2-1710def9e44d4866b6bb9f01281a8ccea537ece9.tar.gz gentoo-2-1710def9e44d4866b6bb9f01281a8ccea537ece9.tar.bz2 gentoo-2-1710def9e44d4866b6bb9f01281a8ccea537ece9.zip |
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-puzzle/xlogical')
-rw-r--r-- | games-puzzle/xlogical/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/xlogical/xlogical-1.0.7.ebuild | 15 |
2 files changed, 13 insertions, 9 deletions
diff --git a/games-puzzle/xlogical/ChangeLog b/games-puzzle/xlogical/ChangeLog index 0c935a90f342..98e6b87db085 100644 --- a/games-puzzle/xlogical/ChangeLog +++ b/games-puzzle/xlogical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xlogical -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.7 2013/07/21 11:11:24 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.8 2015/01/06 19:07:52 mr_bones_ Exp $ + + 06 Jan 2015; Michael Sterrett <mr_bones_@gentoo.org> xlogical-1.0.7.ebuild: + EAPI=5 21 Jul 2013; Agostino Sarubbo <ago@gentoo.org> xlogical-1.0.7.ebuild: Stable for amd64, wrt bug #477426 diff --git a/games-puzzle/xlogical/xlogical-1.0.7.ebuild b/games-puzzle/xlogical/xlogical-1.0.7.ebuild index 8df44a179c1e..0674ea14097a 100644 --- a/games-puzzle/xlogical/xlogical-1.0.7.ebuild +++ b/games-puzzle/xlogical/xlogical-1.0.7.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.9 2013/07/21 11:11:24 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.10 2015/01/06 19:07:52 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit autotools versionator eutils games MY_PV=$(replace_version_separator 2 '-' ) @@ -17,7 +17,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="alt_gfx" -RDEPEND="media-libs/libsdl +RDEPEND="media-libs/libsdl[sound,video] media-libs/sdl-image[jpeg] media-libs/sdl-mixer[mod]" DEPEND="${RDEPEND} @@ -39,18 +39,19 @@ src_prepare() { epatch \ "${FILESDIR}"/${P}-gcc41.patch \ "${FILESDIR}"/${P}-gcc43.patch + mv configure.in configure.ac eautoreconf } src_install() { - dogamesbin ${PN} || die + dogamesbin ${PN} insinto "${GAMES_DATADIR}"/${PN} - doins -r ${PN}.{properties,levels} music sound images || die + doins -r ${PN}.{properties,levels} music sound images find "${D}" -name "Makefile*" -exec rm -f '{}' + insinto "${GAMES_STATEDIR}"/${PN} - doins ${PN}.scores || die + doins ${PN}.scores fperms 0660 "${GAMES_STATEDIR}"/${PN}/${PN}.scores dodoc AUTHORS ChangeLog NEWS README TODO |