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-action/chickens: chickens-0.2.4.ebuild ChangeLog
Date: Wed, 31 Dec 2014 12:19:19
Message-Id: 20141231121913.75C61E909@oystercatcher.gentoo.org
1 tupone 14/12/31 12:19:13
2
3 Modified: chickens-0.2.4.ebuild ChangeLog
4 Log:
5 Migration to EAPI 4
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.19 games-action/chickens/chickens-0.2.4.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild?r1=1.18&r2=1.19
15
16 Index: chickens-0.2.4.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- chickens-0.2.4.ebuild 26 Apr 2014 09:10:30 -0000 1.18
23 +++ chickens-0.2.4.ebuild 31 Dec 2014 12:19:13 -0000 1.19
24 @@ -1,8 +1,8 @@
25 # Copyright 1999-2014 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.18 2014/04/26 09:10:30 ulm Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/chickens-0.2.4.ebuild,v 1.19 2014/12/31 12:19:13 tupone Exp $
29
30 -EAPI=2
31 +EAPI=4
32 inherit eutils games
33
34 MY_P="ChickensForLinux-Linux-${PV}"
35 @@ -45,14 +45,14 @@
36 }
37
38 src_install() {
39 - dogamesbin ${PN} || die "dogamesbin failed"
40 + dogamesbin ${PN}
41 insinto "${GAMES_DATADIR}"/${PN}
42 - doins -r dat sound || die "doins failed"
43 + doins -r dat sound
44 dodoc AUTHOR README
45 insinto "${GAMES_STATEDIR}"/${PN}
46 - doins HighScores || die "doins failed"
47 + doins HighScores
48 insinto "${GAMES_SYSCONFDIR}"/${PN}
49 - doins options.cfg || die "doins failed"
50 + doins options.cfg
51 fperms g+w "${GAMES_STATEDIR}"/${PN}/HighScores
52 make_desktop_entry ${PN} Chickens
53 prepgamesdirs
54
55
56
57 1.19 games-action/chickens/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?rev=1.19&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?rev=1.19&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/chickens/ChangeLog?r1=1.18&r2=1.19
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v
66 retrieving revision 1.18
67 retrieving revision 1.19
68 diff -u -r1.18 -r1.19
69 --- ChangeLog 26 Apr 2014 09:10:30 -0000 1.18
70 +++ ChangeLog 31 Dec 2014 12:19:13 -0000 1.19
71 @@ -1,6 +1,9 @@
72 # ChangeLog for games-action/chickens
73 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.18 2014/04/26 09:10:30 ulm Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/games-action/chickens/ChangeLog,v 1.19 2014/12/31 12:19:13 tupone Exp $
76 +
77 + 31 Dec 2014; Tupone Alfredo <tupone@g.o> chickens-0.2.4.ebuild:
78 + Migration to EAPI 4
79
80 26 Apr 2014; Ulrich Müller <ulm@g.o> chickens-0.2.4.ebuild:
81 Fix LICENSE, add mirror and bindist restrictions, update SRC_URI, bug 506790.