Gentoo Archives: gentoo-commits

From: "Sebastien Fabbro (bicatali)" <bicatali@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-calculators/pgcalc2: metadata.xml ChangeLog pgcalc2-2.2.10.ebuild
Date: Sat, 30 Aug 2008 17:06:20
Message-Id: E1KZTtw-0005nz-0I@stork.gentoo.org
1 bicatali 08/08/30 17:06:16
2
3 Modified: metadata.xml ChangeLog
4 Added: pgcalc2-2.2.10.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.23-gentoo-r9 x86_64)
8
9 Revision Changes Path
10 1.3 sci-calculators/pgcalc2/metadata.xml
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/metadata.xml?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/metadata.xml?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/metadata.xml?r1=1.2&r2=1.3
15
16 Index: metadata.xml
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/pgcalc2/metadata.xml,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- metadata.xml 15 Sep 2007 11:20:59 -0000 1.2
23 +++ metadata.xml 30 Aug 2008 17:06:15 -0000 1.3
24 @@ -3,11 +3,11 @@
25 <pkgmetadata>
26 <herd>sci</herd>
27 <longdescription lang="en">
28 -PG Calculator is a scientific skinnable calculator for KDE. It works
29 -in algebraic and RPN mode, recognizes real and complex numbers, and
30 -allows simple vectors manipulations. It has up to 80 built-in functions,
31 -allows user-defined variables, supports numbers inputing in binary, octal,
32 -hexadecimal, and exponential formats. Graphical user interface can be
33 -easy changed with skins.
34 + PG Calculator is a scientific skinnable calculator for KDE. It works
35 + in algebraic and RPN mode, recognizes real and complex numbers, and
36 + allows simple vectors manipulations. It has up to 80 built-in functions,
37 + allows user-defined variables, supports numbers inputing in binary, octal,
38 + hexadecimal, and exponential formats. Graphical user interface can be
39 + easy changed with skins.
40 </longdescription>
41 </pkgmetadata>
42
43
44
45 1.6 sci-calculators/pgcalc2/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/ChangeLog?rev=1.6&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/ChangeLog?rev=1.6&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/ChangeLog?r1=1.5&r2=1.6
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sci-calculators/pgcalc2/ChangeLog,v
54 retrieving revision 1.5
55 retrieving revision 1.6
56 diff -u -r1.5 -r1.6
57 --- ChangeLog 8 Jan 2008 15:18:13 -0000 1.5
58 +++ ChangeLog 30 Aug 2008 17:06:15 -0000 1.6
59 @@ -1,6 +1,12 @@
60 # ChangeLog for sci-calculators/pgcalc2
61 # Copyright 2004-2008 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pgcalc2/ChangeLog,v 1.5 2008/01/08 15:18:13 bicatali Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/sci-calculators/pgcalc2/ChangeLog,v 1.6 2008/08/30 17:06:15 bicatali Exp $
64 +
65 +*pgcalc2-2.2.10 (30 Aug 2008)
66 +
67 + 30 Aug 2008; Sébastien Fabbro <bicatali@g.o> metadata.xml,
68 + +pgcalc2-2.2.10.ebuild:
69 + Version bump
70
71 08 Jan 2008; Sébastien Fabbro <bicatali@g.o> pgcalc2-2.2.6.ebuild:
72 Added kdelibs and friend dependency with need-kde function (bug #204797)
73
74
75
76 1.1 sci-calculators/pgcalc2/pgcalc2-2.2.10.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/pgcalc2-2.2.10.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-calculators/pgcalc2/pgcalc2-2.2.10.ebuild?rev=1.1&content-type=text/plain
80
81 Index: pgcalc2-2.2.10.ebuild
82 ===================================================================
83 # Copyright 1999-2008 Gentoo Foundation
84 # Distributed under the terms of the GNU General Public License v2
85 # $Header: /var/cvsroot/gentoo-x86/sci-calculators/pgcalc2/pgcalc2-2.2.10.ebuild,v 1.1 2008/08/30 17:06:15 bicatali Exp $
86
87 inherit versionator kde
88
89 MY_PV=$(get_major_version).$(get_version_component_range 2)-$(get_version_component_range 3)
90 MY_P=${PN}-${MY_PV}
91
92 DESCRIPTION="Powerful scientific calculator for KDE"
93 SRC_URI="mirror://sourceforge/${PN/2/}/${MY_P}.tar.gz"
94 HOMEPAGE="http://www.pgcalc.net"
95
96 SLOT="0"
97 LICENSE="GPL-2"
98 KEYWORDS="~amd64 ~ppc ~x86"
99 IUSE="doc"
100
101 need-kde 3
102
103 S="${WORKDIR}/${MY_P}"
104
105 src_install() {
106 emake DESTDIR="${D}" install || die "emake install failed"
107 dodoc AUTHORS
108 if use doc; then
109 dohtml -r "${S}"/htmldoc/* || die "dohtml failed"
110 fi
111 }
112
113 pkg_postinst() {
114 einfo "To use another skin, start ${PN} with:"
115 einfo "\t ${MY_PN} --skinname=<skin>"
116 einfo "<skin> is one of $(ls /usr/share/apps/pgcalc2/skins)"
117 }