Gentoo Archives: gentoo-commits

From: "Bernard Cafarelli (voyageur)" <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnustep-apps/stepulator: ChangeLog stepulator-1.0-r2.ebuild stepulator-1.0.ebuild stepulator-1.0-r1.ebuild
Date: Tue, 11 Sep 2007 11:18:14
Message-Id: E1IV3e3-0005sY-Mk@stork.gentoo.org
1 voyageur 07/09/11 11:11:03
2
3 Modified: ChangeLog
4 Added: stepulator-1.0-r2.ebuild
5 Removed: stepulator-1.0.ebuild stepulator-1.0-r1.ebuild
6 Log:
7 Port to new gnustep eclasses
8 (Portage version: 2.1.3.9)
9
10 Revision Changes Path
11 1.6 gnustep-apps/stepulator/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/stepulator/ChangeLog?rev=1.6&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/stepulator/ChangeLog?rev=1.6&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/stepulator/ChangeLog?r1=1.5&r2=1.6
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/ChangeLog,v
20 retrieving revision 1.5
21 retrieving revision 1.6
22 diff -u -r1.5 -r1.6
23 --- ChangeLog 18 Aug 2007 15:24:12 -0000 1.5
24 +++ ChangeLog 11 Sep 2007 11:11:03 -0000 1.6
25 @@ -1,6 +1,14 @@
26 # ChangeLog for gnustep-apps/stepulator
27 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/ChangeLog,v 1.5 2007/08/18 15:24:12 angelos Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/ChangeLog,v 1.6 2007/09/11 11:11:03 voyageur Exp $
30 +
31 +*stepulator-1.0-r2 (11 Sep 2007)
32 +
33 + 11 Sep 2007; Bernard Cafarelli <voyageur@g.o>
34 + -stepulator-1.0.ebuild, -stepulator-1.0-r1.ebuild,
35 + +stepulator-1.0-r2.ebuild:
36 + Port to new gnustep eclasses
37 + Remove old versions
38
39 18 Aug 2007; Christoph Mende <angelos@g.o>
40 stepulator-1.0-r1.ebuild:
41
42
43
44 1.1 gnustep-apps/stepulator/stepulator-1.0-r2.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: stepulator-1.0-r2.ebuild
50 ===================================================================
51 # Copyright 1999-2007 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/gnustep-apps/stepulator/stepulator-1.0-r2.ebuild,v 1.1 2007/09/11 11:11:03 voyageur Exp $
54
55 inherit gnustep-2
56
57 S=${WORKDIR}/${PN/s/S}-gs
58
59 DESCRIPTION="A Reverse Polish Notation calculator"
60 HOMEPAGE="http://www.linuks.mine.nu/stepulator/index.html"
61 SRC_URI="http://www.linuks.mine.nu/stepulator/${PN}-gs-${PV}.tar.Z"
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~x86"
65
66
67
68 --
69 gentoo-commits@g.o mailing list