diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2015-03-31 20:01:35 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2015-03-31 20:01:35 +0000 |
commit | 52cb8a44f4382d8fa4ecc96850fb08e0f033e6f7 (patch) | |
tree | 21c1ab27128be86cf51c1393137d873bfb144290 /games-strategy | |
parent | Update dependency after package move of eselect modules to app-eselect. (diff) | |
download | gentoo-2-52cb8a44f4382d8fa4ecc96850fb08e0f033e6f7.tar.gz gentoo-2-52cb8a44f4382d8fa4ecc96850fb08e0f033e6f7.tar.bz2 gentoo-2-52cb8a44f4382d8fa4ecc96850fb08e0f033e6f7.zip |
EAPI 5
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/xconq/ChangeLog | 5 | ||||
-rw-r--r-- | games-strategy/xconq/xconq-7.4.1.ebuild | 13 |
2 files changed, 10 insertions, 8 deletions
diff --git a/games-strategy/xconq/ChangeLog b/games-strategy/xconq/ChangeLog index b58017db6999..a124d597998a 100644 --- a/games-strategy/xconq/ChangeLog +++ b/games-strategy/xconq/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/xconq # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.17 2015/03/25 15:42:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.18 2015/03/31 20:01:35 tupone Exp $ + + 31 Mar 2015; Tupone Alfredo <tupone@gentoo.org> xconq-7.4.1.ebuild: + EAPI 5 25 Mar 2015; Justin Lecher <jlec@gentoo.org> xconq-7.4.1.ebuild: Fix tcl/tk slotting diff --git a/games-strategy/xconq/xconq-7.4.1.ebuild b/games-strategy/xconq/xconq-7.4.1.ebuild index 8f49255ee580..d9231a6e4b0f 100644 --- a/games-strategy/xconq/xconq-7.4.1.ebuild +++ b/games-strategy/xconq/xconq-7.4.1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.17 2015/03/25 15:42:07 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.18 2015/03/31 20:01:35 tupone Exp $ -EAPI=2 +EAPI=5 inherit eutils games @@ -38,20 +38,19 @@ src_compile() { emake \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS}" \ - datadir="${GAMES_DATADIR}"/${PN} \ - || die "emake failed" + datadir="${GAMES_DATADIR}"/${PN} } src_install() { - dogamesbin x11/{imf2x,x2imf,xconq,ximfapp} || die "dogamesbin failed" + dogamesbin x11/{imf2x,x2imf,xconq,ximfapp} insinto "${GAMES_DATADIR}"/${PN} - doins -r images lib tcltk/*.tcl || die "doins failed" + doins -r images lib tcltk/*.tcl rm -f "${D}/${GAMES_DATADIR}"/${PN}/{images,lib}/{m,M}ake* dodir "${GAMES_STATEDIR}"/${PN} touch "${D}/${GAMES_STATEDIR}"/${PN}/scores.xcq - fperms 660 "${GAMES_STATEDIR}"/${PN}/scores.xcq || die + fperms 660 "${GAMES_STATEDIR}"/${PN}/scores.xcq doman x11/${PN}.6 dodoc ChangeLog NEWS README |