diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-02-27 20:28:32 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-02-27 20:28:32 +0000 |
commit | c2795c1d9f9d52983af7527ec34bf8e82dca4dac (patch) | |
tree | 46538a9c82f393dde8b468270ef5d5aa61995c25 /games-puzzle/xpired | |
parent | EAPI 5 (diff) | |
download | gentoo-2-c2795c1d9f9d52983af7527ec34bf8e82dca4dac.tar.gz gentoo-2-c2795c1d9f9d52983af7527ec34bf8e82dca4dac.tar.bz2 gentoo-2-c2795c1d9f9d52983af7527ec34bf8e82dca4dac.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-puzzle/xpired')
-rw-r--r-- | games-puzzle/xpired/ChangeLog | 7 | ||||
-rw-r--r-- | games-puzzle/xpired/xpired-1.22.ebuild | 12 |
2 files changed, 11 insertions, 8 deletions
diff --git a/games-puzzle/xpired/ChangeLog b/games-puzzle/xpired/ChangeLog index 669d94e6b96c..c0b81de00d61 100644 --- a/games-puzzle/xpired/ChangeLog +++ b/games-puzzle/xpired/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-puzzle/xpired -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/ChangeLog,v 1.8 2014/08/10 21:21:13 slyfox Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/ChangeLog,v 1.9 2015/02/27 20:28:32 tupone Exp $ + + 27 Feb 2015; Tupone Alfredo <tupone@gentoo.org> xpired-1.22.ebuild: + EAPI 5 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> xpired-1.22.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/games-puzzle/xpired/xpired-1.22.ebuild b/games-puzzle/xpired/xpired-1.22.ebuild index c6c13618d67c..08832849a82e 100644 --- a/games-puzzle/xpired/xpired-1.22.ebuild +++ b/games-puzzle/xpired/xpired-1.22.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2014 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/xpired/xpired-1.22.ebuild,v 1.13 2014/08/10 21:21:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/xpired/xpired-1.22.ebuild,v 1.14 2015/02/27 20:28:32 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games DESCRIPTION="A Sokoban-styled puzzle game with lots more action" @@ -17,6 +17,7 @@ IUSE="" DEPEND="media-libs/sdl-gfx media-libs/sdl-image[jpeg] media-libs/sdl-mixer[mod]" +RDEPEND="${DEPEND}" S=${WORKDIR}/src @@ -25,15 +26,14 @@ PATCHES=( "${FILESDIR}"/${P}-ldflags.patch ) src_compile() { emake \ PREFIX=/usr/games \ - SHARE_PREFIX=/usr/share/games/xpired \ - || die + SHARE_PREFIX=/usr/share/games/xpired } src_install() { emake \ PREFIX="${D}/usr/games" \ SHARE_PREFIX="${D}/usr/share/games/${PN}" \ - install || die + install newicon img/icon.bmp ${PN}.bmp make_desktop_entry xpired Xpired /usr/share/pixmaps/${PN}.bmp make_desktop_entry xpiredit "Xpired Level Editor" |