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-roguelike/angband: ChangeLog angband-3.3.2.ebuild
Date: Thu, 02 Feb 2012 15:53:08
Message-Id: 20120202155258.D029E2004B@flycatcher.gentoo.org
1 mr_bones_ 12/02/02 15:52:58
2
3 Modified: ChangeLog angband-3.3.2.ebuild
4 Log:
5 autotools eclass isn't used
6
7 (Portage version: 2.1.10.41/cvs/Linux i686)
8
9 Revision Changes Path
10 1.41 games-roguelike/angband/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 20 Dec 2011 00:19:32 -0000 1.40
23 +++ ChangeLog 2 Feb 2012 15:52:58 -0000 1.41
24 @@ -1,6 +1,9 @@
25 # ChangeLog for games-roguelike/angband
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.40 2011/12/20 00:19:32 mr_bones_ Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/ChangeLog,v 1.41 2012/02/02 15:52:58 mr_bones_ Exp $
30 +
31 + 02 Feb 2012; Michael Sterrett <mr_bones_@g.o> angband-3.3.2.ebuild:
32 + autotools eclass isn't used
33
34 *angband-3.3.2 (20 Dec 2011)
35
36
37
38
39 1.2 games-roguelike/angband/angband-3.3.2.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild?r1=1.1&r2=1.2
44
45 Index: angband-3.3.2.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- angband-3.3.2.ebuild 20 Dec 2011 00:19:32 -0000 1.1
52 +++ angband-3.3.2.ebuild 2 Feb 2012 15:52:58 -0000 1.2
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v 1.1 2011/12/20 00:19:32 mr_bones_ Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/games-roguelike/angband/angband-3.3.2.ebuild,v 1.2 2012/02/02 15:52:58 mr_bones_ Exp $
59
60 EAPI=2
61 -inherit autotools eutils versionator games
62 +inherit eutils versionator games
63
64 MAJOR_PV=$(get_version_component_range 1-2)
65 MY_P=${PN}-v${PV}