Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog use.local.desc
Date: Mon, 14 Jul 2008 22:11:01
Message-Id: E1KIWG2-0002Vz-RN@stork.gentoo.org
1 caster 08/07/14 22:10:58
2
3 Modified: ChangeLog
4 Added: ginac-1.4.3.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.5.2)
8
9 Modified: ChangeLog use.local.desc
10 Log:
11 Copy local USE flags from ant-tasks to ant for 1.7.1.
12
13 Revision Changes Path
14 1.18 sci-mathematics/ginac/ChangeLog
15
16 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.18&view=markup
17 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.18&content-type=text/plain
18 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?r1=1.17&r2=1.18
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v
23 retrieving revision 1.17
24 retrieving revision 1.18
25 diff -u -r1.17 -r1.18
26 --- ChangeLog 1 Apr 2008 14:45:11 -0000 1.17
27 +++ ChangeLog 23 May 2008 10:40:11 -0000 1.18
28 @@ -1,6 +1,11 @@
29 # ChangeLog for sci-mathematics/ginac
30 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.17 2008/04/01 14:45:11 markusle Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.18 2008/05/23 10:40:11 bicatali Exp $
33 +
34 +*ginac-1.4.3 (23 May 2008)
35 +
36 + 23 May 2008; Sébastien Fabbro <bicatali@g.o> +ginac-1.4.3.ebuild:
37 + Version bump
38
39 01 Apr 2008; Markus Dittrich <markusle@g.o>
40 +files/ginac-1.4.1-gcc4.3.patch, ginac-1.4.1.ebuild:
41
42
43
44 1.1 sci-mathematics/ginac/ginac-1.4.3.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild?rev=1.1&content-type=text/plain
48
49 Index: ginac-1.4.3.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.1 2008/05/23 10:40:11 bicatali Exp $
54
55 inherit eutils
56
57 DESCRIPTION="C++ library and tools for symbolic calculations"
58 SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2"
59 HOMEPAGE="http://www.ginac.de/"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
64 IUSE="doc"
65
66 RDEPEND="sci-libs/cln"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 doc? ( app-doc/doxygen media-gfx/transfig virtual/latex-base )"
70
71 src_unpack() {
72 unpack ${A}
73 cd "${S}"
74 #epatch "${FILESDIR}"/${PN}-1.4.1-gcc4.3.patch
75 }
76
77 src_compile() {
78 econf || die "econf failed"
79 emake || die "emake failed"
80 if use doc; then
81 emake html || die "emake html failed"
82 # need to run twice to get the references right (you know, latex)
83 # do not add die function at the first one
84 make pdf
85 emake pdf || die "emake pdf failed"
86 fi
87 }
88
89 src_install() {
90 emake DESTDIR="${D}" install || die "emake install failed"
91 dodoc README NEWS AUTHORS || die
92 }
93
94
95
96 1.1681 profiles/ChangeLog
97
98 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1681&view=markup
99 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1681&content-type=text/plain
100 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.1680&r2=1.1681
101
102 Index: ChangeLog
103 ===================================================================
104 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
105 retrieving revision 1.1680
106 retrieving revision 1.1681
107 diff -u -r1.1680 -r1.1681
108 --- ChangeLog 14 Jul 2008 21:35:04 -0000 1.1680
109 +++ ChangeLog 14 Jul 2008 22:10:58 -0000 1.1681
110 @@ -1,11 +1,14 @@
111 # ChangeLog for profile directory
112 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
113 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1680 2008/07/14 21:35:04 caster Exp $
114 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1681 2008/07/14 22:10:58 caster Exp $
115 #
116 # This ChangeLog should include records for all changes in profiles directory.
117 # Only typo fixes which don't affect portage/repoman behaviour could be avoided
118 # here. If doubt put a record here!
119
120 + 14 Jul 2008; Vlastimil Babka <caster@g.o> use.local.desc:
121 + Copy local USE flags from ant-tasks to ant for 1.7.1.
122 +
123 14 Jul 2008; Vlastimil Babka <caster@g.o> package.mask:
124 Temp mask ant-1.7.1 until all commited and distfile propagated.
125
126
127
128
129 1.3627 profiles/use.local.desc
130
131 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3627&view=markup
132 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3627&content-type=text/plain
133 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?r1=1.3626&r2=1.3627
134
135 Index: use.local.desc
136 ===================================================================
137 RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
138 retrieving revision 1.3626
139 retrieving revision 1.3627
140 diff -u -r1.3626 -r1.3627
141 --- use.local.desc 14 Jul 2008 06:56:53 -0000 1.3626
142 +++ use.local.desc 14 Jul 2008 22:10:58 -0000 1.3627
143 @@ -1,6 +1,6 @@
144 # Copyright 1999-2008 Gentoo Foundation.
145 # Distributed under the terms of the GNU General Public License v2
146 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3626 2008/07/14 06:56:53 hanno Exp $
147 +# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3627 2008/07/14 22:10:58 caster Exp $
148
149 # This file contains descriptions of local USE flags, and the ebuilds which
150 # contain them.
151 @@ -414,6 +414,20 @@
152 dev-games/ogre:devil - image loading support with DevIL
153 dev-games/ogre:double-precision - more precise calculations at the expense of speed
154 dev-haskell/gtk2hs:glade - Enable libglade bindings compilation
155 +dev-java/ant:antlr - Enable ANTLR Ant tasks
156 +dev-java/ant:bcel - Enable bcel (bytecode manipulation) Ant tasks
157 +dev-java/ant:bsf - Enable BSF (Bean Scripting Framework) Ant tasks
158 +dev-java/ant:commonslogging - Enable commons-logging Ant tasks
159 +dev-java/ant:commonsnet - Enable commons-net Ant tasks
160 +dev-java/ant:jai - Enable JAI (Java Imaging) Ant task
161 +dev-java/ant:javamail - Enable JavaMail Ant task
162 +dev-java/ant:jdepend - Enable Jdepend Ant tasks
163 +dev-java/ant:jmf - Enable JMF (Java Media Framework) Ant tasks
164 +dev-java/ant:jsch - Disable Jsch (ssh, scp and related) Ant tasks
165 +dev-java/ant:log4j - Enable Apache log4j Ant tasks
166 +dev-java/ant:oro - Enable Apache Oro Ant tasks
167 +dev-java/ant:regexp - Enable Apache Regexp Ant tasks
168 +dev-java/ant:resolver - Enable Apache Resolver Ant tasks
169 dev-java/ant-tasks:antlr - Enable ANTLR Ant tasks
170 dev-java/ant-tasks:bcel - Enable bcel (bytecode manipulation) Ant tasks
171 dev-java/ant-tasks:bsf - Enable BSF (Bean Scripting Framework) Ant tasks
172
173
174
175 --
176 gentoo-commits@l.g.o mailing list