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-mathematics/ginac: ChangeLog metadata.xml ginac-1.4.1.ebuild ginac-1.2.3.ebuild ginac-1.3.4.ebuild ginac-1.3.3.ebuild
Date: Fri, 11 Jan 2008 09:54:14
Message-Id: E1JDGaZ-0003LG-9W@stork.gentoo.org
1 bicatali 08/01/11 09:54:11
2
3 Modified: ChangeLog metadata.xml
4 Added: ginac-1.4.1.ebuild
5 Removed: ginac-1.2.3.ebuild ginac-1.3.4.ebuild
6 ginac-1.3.3.ebuild
7 Log:
8 Version bump. Added doc (bug #98776), removed some older versions, added longdescription
9 (Portage version: 2.1.4_rc14)
10
11 Revision Changes Path
12 1.16 sci-mathematics/ginac/ChangeLog
13
14 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.16&view=markup
15 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.16&content-type=text/plain
16 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?r1=1.15&r2=1.16
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v
21 retrieving revision 1.15
22 retrieving revision 1.16
23 diff -u -r1.15 -r1.16
24 --- ChangeLog 23 Oct 2007 19:22:17 -0000 1.15
25 +++ ChangeLog 11 Jan 2008 09:54:10 -0000 1.16
26 @@ -1,6 +1,14 @@
27 # ChangeLog for sci-mathematics/ginac
28 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.15 2007/10/23 19:22:17 welp Exp $
30 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.16 2008/01/11 09:54:10 bicatali Exp $
32 +
33 +*ginac-1.4.1 (11 Jan 2008)
34 +
35 + 11 Jan 2008; Sébastien Fabbro <bicatali@g.o>
36 + -files/ginac-1.3.3-gcc4.1-gentoo.patch, metadata.xml, -ginac-1.2.3.ebuild,
37 + -ginac-1.3.3.ebuild, -ginac-1.3.4.ebuild, +ginac-1.4.1.ebuild:
38 + Version bump. Added doc (bug #98776), removed some older versions, added
39 + longdescription.
40
41 23 Oct 2007; Peter Weller <welp@g.o> ginac-1.3.7.ebuild:
42 Stable on amd64 wrt bug 174318
43
44
45
46 1.3 sci-mathematics/ginac/metadata.xml
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/metadata.xml?rev=1.3&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/metadata.xml?rev=1.3&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/metadata.xml?r1=1.2&r2=1.3
51
52 Index: metadata.xml
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/metadata.xml,v
55 retrieving revision 1.2
56 retrieving revision 1.3
57 diff -u -r1.2 -r1.3
58 --- metadata.xml 31 Jul 2006 03:59:30 -0000 1.2
59 +++ metadata.xml 11 Jan 2008 09:54:10 -0000 1.3
60 @@ -2,4 +2,12 @@
61 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
62 <pkgmetadata>
63 <herd>sci-mathematics</herd>
64 +<longdescription lang="en">
65 + GiNaC is an iterated and recursive acronym for GiNaC is Not a CAS,
66 + where CAS stands for Computer Algebra System. It is designed to allow
67 + the creation of integrated systems that embed symbolic manipulations
68 + together with more established areas of computer science (like
69 + computation-intense numeric applications, graphical interfaces, etc.)
70 + under one roof.
71 +</longdescription>
72 </pkgmetadata>
73
74
75
76 1.1 sci-mathematics/ginac/ginac-1.4.1.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.1.ebuild?rev=1.1&content-type=text/plain
80
81 Index: ginac-1.4.1.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-mathematics/ginac/ginac-1.4.1.ebuild,v 1.1 2008/01/11 09:54:10 bicatali Exp $
86
87 DESCRIPTION="C++ library and tools for symbolic calculations"
88 SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2"
89 HOMEPAGE="http://www.ginac.de/"
90
91 LICENSE="GPL-2"
92 SLOT="0"
93 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
94 IUSE="doc"
95
96 RDEPEND="sci-libs/cln"
97 DEPEND="${RDEPEND}
98 dev-util/pkgconfig
99 doc? ( app-doc/doxygen media-gfx/transfig virtual/latex-base )"
100
101 src_compile() {
102 econf \
103 --docdir=/usr/share/doc/${PF} \
104 --htmldir=/usr/share/doc/${PF}/html \
105 || die "econf failed"
106 emake || die "emake failed"
107 if use doc; then
108 emake html || die "emake html failed"
109 # need to run twice to get the references right (you know, latex)
110 # do not add die function at the first one
111 make pdf
112 emake pdf || die "emake pdf failed"
113 fi
114 }
115
116 src_install() {
117 emake DESTDIR="${D}" install || die "emake install failed"
118 dodoc README NEWS AUTHORS || die
119 }
120
121
122
123 --
124 gentoo-commits@l.g.o mailing list