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-misc/lucidlife: ChangeLog lucidlife-0.9.2.ebuild
Date: Fri, 06 Feb 2015 21:28:24
Message-Id: 20150206212820.7E55311345@oystercatcher.gentoo.org
1 tupone 15/02/06 21:28:20
2
3 Modified: ChangeLog lucidlife-0.9.2.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.7 games-misc/lucidlife/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 3 May 2012 03:29:41 -0000 1.6
23 +++ ChangeLog 6 Feb 2015 21:28:20 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-misc/lucidlife
26 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.6 2012/05/03 03:29:41 jdhore Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/ChangeLog,v 1.7 2015/02/06 21:28:20 tupone Exp $
30 +
31 + 06 Feb 2015; Tupone Alfredo <tupone@g.o> lucidlife-0.9.2.ebuild:
32 + EAPI 5
33
34 03 May 2012; Jeff Horelick <jdhore@g.o> lucidlife-0.9.2.ebuild:
35 dev-util/pkgconfig -> virtual/pkgconfig
36
37
38
39 1.7 games-misc/lucidlife/lucidlife-0.9.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?rev=1.7&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?rev=1.7&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild?r1=1.6&r2=1.7
44
45 Index: lucidlife-0.9.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v
48 retrieving revision 1.6
49 retrieving revision 1.7
50 diff -u -r1.6 -r1.7
51 --- lucidlife-0.9.2.ebuild 3 May 2012 03:29:41 -0000 1.6
52 +++ lucidlife-0.9.2.ebuild 6 Feb 2015 21:28:20 -0000 1.7
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2012 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.6 2012/05/03 03:29:41 jdhore Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-misc/lucidlife/lucidlife-0.9.2.ebuild,v 1.7 2015/02/06 21:28:20 tupone Exp $
59
60 -EAPI=2
61 +EAPI=5
62
63 inherit autotools eutils games
64
65 @@ -32,9 +32,9 @@
66 emake install \
67 desktopdir=/usr/share/applications \
68 pixmapdir=/usr/share/pixmaps \
69 - DESTDIR="${D}" || die "install failed"
70 + DESTDIR="${D}"
71
72 prepgamesdirs
73
74 - dodoc AUTHORS ChangeLog NEWS README TODO || die
75 + dodoc AUTHORS ChangeLog NEWS README TODO
76 }