summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2014-04-23 14:44:02 +0000
committerThomas Kahle <tomka@gentoo.org>2014-04-23 14:44:02 +0000
commitab3596501dcef343719ebf89ecc839ec6207f817 (patch)
treeef76da1186bfff774e35557ff9c94cb0ad004df6 /sci-mathematics/4ti2
parentVersion bump (bug #508506). (diff)
downloadgentoo-2-ab3596501dcef343719ebf89ecc839ec6207f817.tar.gz
gentoo-2-ab3596501dcef343719ebf89ecc839ec6207f817.tar.bz2
gentoo-2-ab3596501dcef343719ebf89ecc839ec6207f817.zip
bump to 1.6.2
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.2.ebuild36
-rw-r--r--sci-mathematics/4ti2/ChangeLog9
2 files changed, 43 insertions, 2 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
new file mode 100644
index 000000000000..3d943469972f
--- /dev/null
+++ b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.1 2014/04/23 14:44:02 tomka Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils
+
+DESCRIPTION="Software package for algebraic, geometric and combinatorial problems"
+HOMEPAGE="http://www.4ti2.de/"
+SRC_URI="http://4ti2.de/version_${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~x86-macos"
+IUSE="static-libs"
+
+DEPEND="
+ sci-mathematics/glpk:0[gmp]
+ dev-libs/gmp[cxx]"
+RDEPEND="${DEPEND}"
+
+AUTOTOOLS_IN_SOURCE_BUILD=1
+
+PATCHES=(
+ "${FILESDIR}"/${PN}-1.3.2-gold.patch
+ )
+
+src_prepare() {
+ sed \
+ -e "s:^CXX.*$:CXX=$(tc-getCXX):g" \
+ -i m4/glpk-check.m4 || die
+ autotools-utils_src_prepare
+}
diff --git a/sci-mathematics/4ti2/ChangeLog b/sci-mathematics/4ti2/ChangeLog
index d992989958d8..bede901e4c7d 100644
--- a/sci-mathematics/4ti2/ChangeLog
+++ b/sci-mathematics/4ti2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/4ti2
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.14 2013/09/11 21:34:48 tomka Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.15 2014/04/23 14:44:02 tomka Exp $
+
+*4ti2-1.6.2 (23 Apr 2014)
+
+ 23 Apr 2014; Thomas Kahle <tom@gentoo.org> +4ti2-1.6.2.ebuild:
+ bump to 1.6.2
*4ti2-1.6 (11 Sep 2013)