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.88.ebuild
Date: Wed, 17 Feb 2010 19:45:27
Message-Id: E1Nhppr-0003Jw-51@stork.gentoo.org
1 jer 10/02/17 19:45:23
2
3 Modified: ChangeLog
4 Added: units-1.88.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux i686)
8
9 Revision Changes Path
10 1.26 sci-calculators/units/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 27 Nov 2007 16:26:23 -0000 1.25
23 +++ ChangeLog 17 Feb 2010 19:45:22 -0000 1.26
24 @@ -1,6 +1,11 @@
25 # ChangeLog for sci-calculators/units
26 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.25 2007/11/27 16:26:23 jer Exp $
28 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/ChangeLog,v 1.26 2010/02/17 19:45:22 jer Exp $
30 +
31 +*units-1.88 (17 Feb 2010)
32 +
33 + 17 Feb 2010; Jeroen Roovers <jer@g.o> +units-1.88.ebuild:
34 + Version bump.
35
36 27 Nov 2007; Jeroen Roovers <jer@g.o> -units-1.86.ebuild:
37 Remove old version.
38
39
40
41 1.1 sci-calculators/units/units-1.88.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.88.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/units/units-1.88.ebuild?rev=1.1&content-type=text/plain
45
46 Index: units-1.88.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/units/units-1.88.ebuild,v 1.1 2010/02/17 19:45:22 jer Exp $
51
52 EAPI="2"
53
54 inherit eutils
55
56 DESCRIPTION="unit conversion program"
57 SRC_URI="http://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
58 HOMEPAGE="http://www.gnu.org/software/units/units.html"
59
60 LICENSE="GPL-3"
61 SLOT="0"
62 IUSE=""
63 KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
64
65 DEPEND=">=sys-libs/readline-4.1-r2
66 >=sys-libs/ncurses-5.2-r3"
67
68 src_configure() {
69 econf --datadir=/usr/share/${PN} || die "econf failed"
70 }
71
72 src_install() {
73 einstall datadir="${D}"/usr/share/${PN} || die "emake install failed"
74 dodoc ChangeLog NEWS README
75 }