caster 08/07/14 22:10:58
Modified: ChangeLog
Added: ginac-1.4.3.ebuild
Log:
Version bump
(Portage version: 2.1.5.2)
Modified: ChangeLog use.local.desc
Log:
Copy local USE flags from ant-tasks to ant for 1.7.1.
Revision Changes Path
1.18 sci-mathematics/ginac/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 1 Apr 2008 14:45:11 -0000 1.17
+++ ChangeLog 23 May 2008 10:40:11 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/ginac
# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.17 2008/04/01 14:45:11 markusle Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.18 2008/05/23 10:40:11 bicatali Exp $
+
+*ginac-1.4.3 (23 May 2008)
+
+ 23 May 2008; Sébastien Fabbro <bicatali@g.o> +ginac-1.4.3.ebuild:
+ Version bump
01 Apr 2008; Markus Dittrich <markusle@g.o>
+files/ginac-1.4.1-gcc4.3.patch, ginac-1.4.1.ebuild:
1.1 sci-mathematics/ginac/ginac-1.4.3.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild?rev=1.1&content-type=text/plain
Index: ginac-1.4.3.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.4.3.ebuild,v 1.1 2008/05/23 10:40:11 bicatali Exp $
inherit eutils
DESCRIPTION="C++ library and tools for symbolic calculations"
SRC_URI="ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/${P}.tar.bz2"
HOMEPAGE="http://www.ginac.de/"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND="sci-libs/cln"
DEPEND="${RDEPEND}
dev-util/pkgconfig
doc? ( app-doc/doxygen media-gfx/transfig virtual/latex-base )"
src_unpack() {
unpack ${A}
cd "${S}"
#epatch "${FILESDIR}"/${PN}-1.4.1-gcc4.3.patch
}
src_compile() {
econf || die "econf failed"
emake || die "emake failed"
if use doc; then
emake html || die "emake html failed"
# need to run twice to get the references right (you know, latex)
# do not add die function at the first one
make pdf
emake pdf || die "emake pdf failed"
fi
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc README NEWS AUTHORS || die
}
1.1681 profiles/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1681&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1681&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.1680&r2=1.1681
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
retrieving revision 1.1680
retrieving revision 1.1681
diff -u -r1.1680 -r1.1681
--- ChangeLog 14 Jul 2008 21:35:04 -0000 1.1680
+++ ChangeLog 14 Jul 2008 22:10:58 -0000 1.1681
@@ -1,11 +1,14 @@
# ChangeLog for profile directory
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1680 2008/07/14 21:35:04 caster Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1681 2008/07/14 22:10:58 caster Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If doubt put a record here!
+ 14 Jul 2008; Vlastimil Babka <caster@g.o> use.local.desc:
+ Copy local USE flags from ant-tasks to ant for 1.7.1.
+
14 Jul 2008; Vlastimil Babka <caster@g.o> package.mask:
Temp mask ant-1.7.1 until all commited and distfile propagated.
1.3627 profiles/use.local.desc
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3627&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?rev=1.3627&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/use.local.desc?r1=1.3626&r2=1.3627
Index: use.local.desc
===================================================================
RCS file: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v
retrieving revision 1.3626
retrieving revision 1.3627
diff -u -r1.3626 -r1.3627
--- use.local.desc 14 Jul 2008 06:56:53 -0000 1.3626
+++ use.local.desc 14 Jul 2008 22:10:58 -0000 1.3627
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3626 2008/07/14 06:56:53 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/use.local.desc,v 1.3627 2008/07/14 22:10:58 caster Exp $
# This file contains descriptions of local USE flags, and the ebuilds which
# contain them.
@@ -414,6 +414,20 @@
dev-games/ogre:devil - image loading support with DevIL
dev-games/ogre:double-precision - more precise calculations at the expense of speed
dev-haskell/gtk2hs:glade - Enable libglade bindings compilation
+dev-java/ant:antlr - Enable ANTLR Ant tasks
+dev-java/ant:bcel - Enable bcel (bytecode manipulation) Ant tasks
+dev-java/ant:bsf - Enable BSF (Bean Scripting Framework) Ant tasks
+dev-java/ant:commonslogging - Enable commons-logging Ant tasks
+dev-java/ant:commonsnet - Enable commons-net Ant tasks
+dev-java/ant:jai - Enable JAI (Java Imaging) Ant task
+dev-java/ant:javamail - Enable JavaMail Ant task
+dev-java/ant:jdepend - Enable Jdepend Ant tasks
+dev-java/ant:jmf - Enable JMF (Java Media Framework) Ant tasks
+dev-java/ant:jsch - Disable Jsch (ssh, scp and related) Ant tasks
+dev-java/ant:log4j - Enable Apache log4j Ant tasks
+dev-java/ant:oro - Enable Apache Oro Ant tasks
+dev-java/ant:regexp - Enable Apache Regexp Ant tasks
+dev-java/ant:resolver - Enable Apache Resolver Ant tasks
dev-java/ant-tasks:antlr - Enable ANTLR Ant tasks
dev-java/ant-tasks:bcel - Enable bcel (bytecode manipulation) Ant tasks
dev-java/ant-tasks:bsf - Enable BSF (Bean Scripting Framework) Ant tasks
--
gentoo-commits@g.o mailing list
|