summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:10:37 +0000
committerSebastien Fabbro <bicatali@gentoo.org>2011-11-25 18:10:37 +0000
commit920e15aefa8f1a1ac5999b8b637a9455e52e3dad (patch)
tree47733dda5273a1a5bd72b228678276d67c927865 /sci-mathematics/ginac
parentppc/ppc64 stable wrt #388613 (diff)
downloadgentoo-2-920e15aefa8f1a1ac5999b8b637a9455e52e3dad.tar.gz
gentoo-2-920e15aefa8f1a1ac5999b8b637a9455e52e3dad.tar.bz2
gentoo-2-920e15aefa8f1a1ac5999b8b637a9455e52e3dad.zip
Version bump
(Portage version: 2.1.10.37/cvs/Linux x86_64)
Diffstat (limited to 'sci-mathematics/ginac')
-rw-r--r--sci-mathematics/ginac/ChangeLog8
-rw-r--r--sci-mathematics/ginac/ginac-1.5.5.ebuild58
-rw-r--r--sci-mathematics/ginac/ginac-1.6.2.ebuild (renamed from sci-mathematics/ginac/ginac-1.6.0.ebuild)2
3 files changed, 8 insertions, 60 deletions
diff --git a/sci-mathematics/ginac/ChangeLog b/sci-mathematics/ginac/ChangeLog
index 725d14951a5e..816cb116eef0 100644
--- a/sci-mathematics/ginac/ChangeLog
+++ b/sci-mathematics/ginac/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-mathematics/ginac
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.54 2011/10/05 18:46:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ChangeLog,v 1.55 2011/11/25 18:10:37 bicatali Exp $
+
+*ginac-1.6.2 (25 Nov 2011)
+
+ 25 Nov 2011; Sébastien Fabbro <bicatali@gentoo.org> -ginac-1.5.5.ebuild,
+ -ginac-1.6.0.ebuild, +ginac-1.6.2.ebuild:
+ Version bump
05 Oct 2011; Alexis Ballier <aballier@gentoo.org> ginac-1.5.5.ebuild,
ginac-1.5.8.ebuild, ginac-1.6.0.ebuild, ginac-1.6.1.ebuild:
diff --git a/sci-mathematics/ginac/ginac-1.5.5.ebuild b/sci-mathematics/ginac/ginac-1.5.5.ebuild
deleted file mode 100644
index 5a5e27e20dc0..000000000000
--- a/sci-mathematics/ginac/ginac-1.5.5.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.5.5.ebuild,v 1.8 2011/10/05 18:46:53 aballier Exp $
-
-EAPI=2
-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 x86"
-IUSE="doc"
-
-RDEPEND=">=sci-libs/cln-1.2.2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig
- doc? ( app-doc/doxygen
- media-gfx/transfig
- dev-texlive/texlive-fontsrecommended
- )"
-
-src_prepare() {
- epatch "${FILESDIR}"/${PN}-1.5.1-pkgconfig.patch
-}
-
-src_compile() {
- emake || die "emake failed"
- if use doc; then
- export VARTEXFONTS="${T}"/fonts
- cd "${S}/doc/reference"
- #pdf generation for reference failed (1.5.1), bug #264774
- #emake html pdf || die "emake doc reference failed"
- emake html || die "emake ref failed"
- cd "${S}/doc/tutorial"
- emake ginac.pdf ginac.html || die "emake doc tutorial failed"
- fi
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc README NEWS AUTHORS || die
-
- if use doc; then
- cd doc
- insinto /usr/share/doc/${PF}
- newins tutorial/ginac.pdf tutorial.pdf || die "tutorial install failed"
- #newins reference/ginac.pdf reference.pdf || die "ref install failed"
- insinto /usr/share/doc/${PF}/html/reference
- doins -r reference/html_files/* || die
- insinto /usr/share/doc/${PF}/html
- newins tutorial/ginac.html tutorial.html
- insinto /usr/share/doc/${PF}/examples
- doins examples/*.cpp examples/ginac-examples.txt
- fi
-}
diff --git a/sci-mathematics/ginac/ginac-1.6.0.ebuild b/sci-mathematics/ginac/ginac-1.6.2.ebuild
index 8ae56b2fe3f5..e4028c5a4bb5 100644
--- a/sci-mathematics/ginac/ginac-1.6.0.ebuild
+++ b/sci-mathematics/ginac/ginac-1.6.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.0.ebuild,v 1.2 2011/10/05 18:46:53 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/ginac/ginac-1.6.2.ebuild,v 1.1 2011/11/25 18:10:37 bicatali Exp $
EAPI=4
inherit eutils