Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/units: ChangeLog units-1.86.ebuild units-1.87.ebuild units-1.80-r1.ebuild
Date: Fri, 26 Oct 2007 07:52:10
Message-Id: E1IlJz8-0002j9-4a@stork.gentoo.org
1 jer 07/10/26 07:52:02
2
3 Modified: ChangeLog units-1.86.ebuild
4 Added: units-1.87.ebuild
5 Removed: units-1.80-r1.ebuild
6 Log:
7 Version bump.
8 (Portage version: 2.1.3.16)
9
10 Revision Changes Path
11 1.18 sci-calculators/units/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.18&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.18&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.17&r2=1.18
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v
20 retrieving revision 1.17
21 retrieving revision 1.18
22 diff -u -r1.17 -r1.18
23 --- ChangeLog 21 May 2007 21:12:01 -0000 1.17
24 +++ ChangeLog 26 Oct 2007 07:52:01 -0000 1.18
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sci-calculators/units
27 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.17 2007/05/21 21:12:01 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.18 2007/10/26 07:52:01 jer Exp $
30 +
31 +*units-1.87 (26 Oct 2007)
32 +
33 + 26 Oct 2007; Jeroen Roovers <jer@g.o> -units-1.80-r1.ebuild,
34 + +units-1.87.ebuild:
35 + Version bump.
36
37 21 May 2007; Raúl Porcel <armin76@g.o> units-1.86.ebuild:
38 alpha stable wrt #164094
39
40
41
42 1.9 sci-calculators/units/units-1.86.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.86.ebuild?rev=1.9&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.86.ebuild?rev=1.9&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.86.ebuild?r1=1.8&r2=1.9
47
48 Index: units-1.86.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.86.ebuild,v
51 retrieving revision 1.8
52 retrieving revision 1.9
53 diff -u -r1.8 -r1.9
54 --- units-1.86.ebuild 15 Jul 2007 06:05:01 -0000 1.8
55 +++ units-1.86.ebuild 26 Oct 2007 07:52:01 -0000 1.9
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2007 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.86.ebuild,v 1.8 2007/07/15 06:05:01 mr_bones_ Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.86.ebuild,v 1.9 2007/10/26 07:52:01 jer Exp $
61
62 inherit eutils
63
64 @@ -23,6 +23,6 @@
65 }
66
67 src_install() {
68 - einstall datadir=${D}/usr/share/${PN}/ || die
69 + einstall datadir="${D}"/usr/share/${PN}/ || die
70 dodoc ChangeLog NEWS README
71 }
72
73
74
75 1.1 sci-calculators/units/units-1.87.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.87.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.87.ebuild?rev=1.1&content-type=text/plain
79
80 Index: units-1.87.ebuild
81 ===================================================================
82 # Copyright 1999-2007 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.87.ebuild,v 1.1 2007/10/26 07:52:01 jer Exp $
85
86 inherit eutils
87
88 DESCRIPTION="program for units conversion and units calculation"
89 SRC_URI="http://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
90 HOMEPAGE="http://www.gnu.org/software/units/units.html"
91
92 LICENSE="GPL-2"
93 SLOT="0"
94 IUSE=""
95 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
96
97 DEPEND=">=sys-libs/readline-4.1-r2
98 >=sys-libs/ncurses-5.2-r3"
99
100 src_compile() {
101 #Note: the trailing / is required in the datadir path.
102 econf --datadir=/usr/share/${PN}/ || die
103 emake || die
104 }
105
106 src_install() {
107 einstall datadir="${D}"/usr/share/${PN}/ || die
108 dodoc ChangeLog NEWS README
109 }
110
111
112
113 --
114 gentoo-commits@g.o mailing list