Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-util/gslist: gslist-0.8.8a.ebuild ChangeLog
Date: Wed, 25 Feb 2015 08:19:45
Message-Id: 20150225081941.2482412824@oystercatcher.gentoo.org
1 mr_bones_ 15/02/25 08:19:41
2
3 Modified: gslist-0.8.8a.ebuild ChangeLog
4 Log:
5 Fix S
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.5 games-util/gslist/gslist-0.8.8a.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?r1=1.4&r2=1.5
15
16 Index: gslist-0.8.8a.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- gslist-0.8.8a.ebuild 19 Feb 2015 10:06:50 -0000 1.4
23 +++ gslist-0.8.8a.ebuild 25 Feb 2015 08:19:41 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.4 2015/02/19 10:06:50 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.5 2015/02/25 08:19:41 mr_bones_ Exp $
29
30 EAPI=5
31 inherit eutils games
32 @@ -18,7 +18,7 @@
33 DEPEND="${RDEPEND}
34 app-arch/unzip"
35
36 -S=${WORKDIR}/${PN}
37 +S=${WORKDIR}
38
39 src_prepare() {
40 emake clean
41
42
43
44 1.10 games-util/gslist/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.10&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.10&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.9&r2=1.10
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v
53 retrieving revision 1.9
54 retrieving revision 1.10
55 diff -u -r1.9 -r1.10
56 --- ChangeLog 19 Feb 2015 10:06:50 -0000 1.9
57 +++ ChangeLog 25 Feb 2015 08:19:41 -0000 1.10
58 @@ -1,6 +1,9 @@
59 # ChangeLog for games-util/gslist
60 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.9 2015/02/19 10:06:50 mr_bones_ Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.10 2015/02/25 08:19:41 mr_bones_ Exp $
63 +
64 + 25 Feb 2015; Michael Sterrett <mr_bones_@g.o> gslist-0.8.8a.ebuild:
65 + Fix S
66
67 19 Feb 2015; Michael Sterrett <mr_bones_@g.o> gslist-0.8.8a.ebuild:
68 EAPI=5