diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 21:11:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2012-09-04 21:11:17 +0000 |
commit | d548a5d828ce92f0ba2ec2c2b4e860b0a3a8e01e (patch) | |
tree | e9221d0d51e9623a7311a46880e0dd791257165e /games-puzzle | |
parent | Version bump #433605 by teidakankan. (diff) | |
download | gentoo-2-d548a5d828ce92f0ba2ec2c2b4e860b0a3a8e01e.tar.gz gentoo-2-d548a5d828ce92f0ba2ec2c2b4e860b0a3a8e01e.tar.bz2 gentoo-2-d548a5d828ce92f0ba2ec2c2b4e860b0a3a8e01e.zip |
any mod support will do
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/xlogical/ChangeLog | 8 | ||||
-rw-r--r-- | games-puzzle/xlogical/xlogical-1.0.7.ebuild | 15 |
2 files changed, 12 insertions, 11 deletions
diff --git a/games-puzzle/xlogical/ChangeLog b/games-puzzle/xlogical/ChangeLog index d4620340fd85..e756b73fa8a8 100644 --- a/games-puzzle/xlogical/ChangeLog +++ b/games-puzzle/xlogical/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xlogical -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.5 2009/01/13 02:02:32 mr_bones_ Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/ChangeLog,v 1.6 2012/09/04 21:11:17 mr_bones_ Exp $ + + 04 Sep 2012; Michael Sterrett <mr_bones_@gentoo.org> xlogical-1.0.7.ebuild: + any mod support will do 13 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> metadata.xml, xlogical-1.0.7.ebuild: @@ -21,4 +24,3 @@ 12 Jan 2007; <tupone@gentoo.org> +files/xlogical-1.0.7-gcc41.patch, +metadata.xml, +xlogical-1.0.7.ebuild: New ebuild by Anton Romanov. Bug #90582 - diff --git a/games-puzzle/xlogical/xlogical-1.0.7.ebuild b/games-puzzle/xlogical/xlogical-1.0.7.ebuild index dd89dfc02c72..0a2bf78e5ebb 100644 --- a/games-puzzle/xlogical/xlogical-1.0.7.ebuild +++ b/games-puzzle/xlogical/xlogical-1.0.7.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 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.7 2009/01/13 02:02:32 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xlogical/xlogical-1.0.7.ebuild,v 1.8 2012/09/04 21:11:17 mr_bones_ Exp $ EAPI=2 inherit autotools versionator eutils games @@ -19,7 +19,7 @@ IUSE="alt_gfx" RDEPEND="media-libs/libsdl media-libs/sdl-image[jpeg] - media-libs/sdl-mixer[mikmod]" + media-libs/sdl-mixer[mod]" DEPEND="${RDEPEND} alt_gfx? ( app-arch/unzip )" @@ -34,7 +34,7 @@ src_unpack() { } src_prepare() { - sed -i '/^CXXFLAGS/d' Makefile.am || die "sed failed" + sed -i '/^CXXFLAGS/d' Makefile.am || die edos2unix properties.h anim.h exception.h epatch \ "${FILESDIR}"/${P}-gcc41.patch \ @@ -43,15 +43,14 @@ src_prepare() { } src_install() { - dogamesbin ${PN} || die "installing the binary failed" + dogamesbin ${PN} || die insinto "${GAMES_DATADIR}"/${PN} - doins -r ${PN}.{properties,levels} music sound images \ - || die "installing game data failed" + doins -r ${PN}.{properties,levels} music sound images || die find "${D}" -name "Makefile*" -exec rm -f '{}' + insinto "${GAMES_STATEDIR}"/${PN} - doins ${PN}.scores || die "installing hi-score failed" + doins ${PN}.scores || die fperms 0660 "${GAMES_STATEDIR}"/${PN}/${PN}.scores dodoc AUTHORS ChangeLog NEWS README TODO |