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/nyancat: ChangeLog nyancat-0_pre20120302.ebuild
Date: Fri, 06 Feb 2015 21:40:31
Message-Id: 20150206214027.B16E011345@oystercatcher.gentoo.org
1 tupone 15/02/06 21:40:27
2
3 Modified: ChangeLog nyancat-0_pre20120302.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/nyancat/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 6 May 2014 18:15:47 -0000 1.6
23 +++ ChangeLog 6 Feb 2015 21:40:27 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-misc/nyancat
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.6 2014/05/06 18:15:47 mr_bones_ Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/ChangeLog,v 1.7 2015/02/06 21:40:27 tupone Exp $
30 +
31 + 06 Feb 2015; Tupone Alfredo <tupone@g.o> nyancat-0_pre20120302.ebuild:
32 + EAPI 5
33
34 06 May 2014; Michael Sterrett <mr_bones_@g.o>
35 nyancat-0_pre20120302.ebuild:
36
37
38
39 1.6 games-misc/nyancat/nyancat-0_pre20120302.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/nyancat-0_pre20120302.ebuild?rev=1.6&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/nyancat-0_pre20120302.ebuild?rev=1.6&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/nyancat/nyancat-0_pre20120302.ebuild?r1=1.5&r2=1.6
44
45 Index: nyancat-0_pre20120302.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-0_pre20120302.ebuild,v
48 retrieving revision 1.5
49 retrieving revision 1.6
50 diff -u -r1.5 -r1.6
51 --- nyancat-0_pre20120302.ebuild 6 May 2014 18:15:47 -0000 1.5
52 +++ nyancat-0_pre20120302.ebuild 6 Feb 2015 21:40:27 -0000 1.6
53 @@ -1,8 +1,8 @@
54 -# Copyright 1999-2014 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/nyancat/nyancat-0_pre20120302.ebuild,v 1.5 2014/05/06 18:15:47 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-misc/nyancat/nyancat-0_pre20120302.ebuild,v 1.6 2015/02/06 21:40:27 tupone Exp $
59
60 -EAPI=2
61 +EAPI=5
62 inherit games
63
64 DESCRIPTION="Nyan Cat Telnet Server"
65 @@ -15,11 +15,11 @@
66 IUSE=""
67
68 src_compile() {
69 - emake LFLAGS="${LDFLAGS} ${CFLAGS}" || die
70 + emake LFLAGS="${LDFLAGS} ${CFLAGS}"
71 }
72
73 src_install() {
74 - dogamesbin src/${PN} || die
75 + dogamesbin src/${PN}
76 dodoc README.md
77 prepgamesdirs
78 }