Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/xconq: ChangeLog xconq-7.4.1.ebuild
Date: Tue, 31 Mar 2015 20:01:38
Message-Id: 20150331200135.3B25F14F07@oystercatcher.gentoo.org
1 tupone 15/03/31 20:01:35
2
3 Modified: ChangeLog xconq-7.4.1.ebuild
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.18 games-strategy/xconq/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 25 Mar 2015 15:42:07 -0000 1.17
23 +++ ChangeLog 31 Mar 2015 20:01:35 -0000 1.18
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-strategy/xconq
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.17 2015/03/25 15:42:07 jlec Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/ChangeLog,v 1.18 2015/03/31 20:01:35 tupone Exp $
29 +
30 + 31 Mar 2015; Tupone Alfredo <tupone@g.o> xconq-7.4.1.ebuild:
31 + EAPI 5
32
33 25 Mar 2015; Justin Lecher <jlec@g.o> xconq-7.4.1.ebuild:
34 Fix tcl/tk slotting
35
36
37
38 1.18 games-strategy/xconq/xconq-7.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?rev=1.18&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?rev=1.18&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild?r1=1.17&r2=1.18
43
44 Index: xconq-7.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v
47 retrieving revision 1.17
48 retrieving revision 1.18
49 diff -u -r1.17 -r1.18
50 --- xconq-7.4.1.ebuild 25 Mar 2015 15:42:07 -0000 1.17
51 +++ xconq-7.4.1.ebuild 31 Mar 2015 20:01:35 -0000 1.18
52 @@ -1,8 +1,8 @@
53 # Copyright 1999-2015 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.17 2015/03/25 15:42:07 jlec Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/xconq/xconq-7.4.1.ebuild,v 1.18 2015/03/31 20:01:35 tupone Exp $
57
58 -EAPI=2
59 +EAPI=5
60
61 inherit eutils games
62
63 @@ -38,20 +38,19 @@
64 emake \
65 CFLAGS="${CFLAGS}" \
66 LDFLAGS="${LDFLAGS}" \
67 - datadir="${GAMES_DATADIR}"/${PN} \
68 - || die "emake failed"
69 + datadir="${GAMES_DATADIR}"/${PN}
70 }
71
72 src_install() {
73 - dogamesbin x11/{imf2x,x2imf,xconq,ximfapp} || die "dogamesbin failed"
74 + dogamesbin x11/{imf2x,x2imf,xconq,ximfapp}
75
76 insinto "${GAMES_DATADIR}"/${PN}
77 - doins -r images lib tcltk/*.tcl || die "doins failed"
78 + doins -r images lib tcltk/*.tcl
79 rm -f "${D}/${GAMES_DATADIR}"/${PN}/{images,lib}/{m,M}ake*
80
81 dodir "${GAMES_STATEDIR}"/${PN}
82 touch "${D}/${GAMES_STATEDIR}"/${PN}/scores.xcq
83 - fperms 660 "${GAMES_STATEDIR}"/${PN}/scores.xcq || die
84 + fperms 660 "${GAMES_STATEDIR}"/${PN}/scores.xcq
85
86 doman x11/${PN}.6
87 dodoc ChangeLog NEWS README