summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2015-06-09 05:45:20 +0000
committerThomas Kahle <tomka@gentoo.org>2015-06-09 05:45:20 +0000
commit3aa9838cc8efd2eb927343765663e40147cee82d (patch)
tree6d5b238efd61d826de5921e086785f69ecae58e5 /sci-mathematics/4ti2
parentVersion bump. (diff)
downloadgentoo-2-3aa9838cc8efd2eb927343765663e40147cee82d.tar.gz
gentoo-2-3aa9838cc8efd2eb927343765663e40147cee82d.tar.bz2
gentoo-2-3aa9838cc8efd2eb927343765663e40147cee82d.zip
bump to 1.6.6
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics/4ti2')
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.6.ebuild38
-rw-r--r--sci-mathematics/4ti2/ChangeLog7
2 files changed, 44 insertions, 1 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.6.ebuild b/sci-mathematics/4ti2/4ti2-1.6.6.ebuild
new file mode 100644
index 000000000000..39b1b498c9be
--- /dev/null
+++ b/sci-mathematics/4ti2/4ti2-1.6.6.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.6.ebuild,v 1.1 2015/06/09 05:45:20 tomka Exp $
+
+EAPI=5
+
+AUTOTOOLS_AUTORECONF=true
+# The swig subdir is not used, so we can skip running autotools in it. #518000
+AT_NO_RECURSIVE=1
+
+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 c9b9a2fa7466..c601aeaa9a90 100644
--- a/sci-mathematics/4ti2/ChangeLog
+++ b/sci-mathematics/4ti2/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sci-mathematics/4ti2
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.21 2015/06/05 13:16:32 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.22 2015/06/09 05:45:20 tomka Exp $
+
+*4ti2-1.6.6 (09 Jun 2015)
+
+ 09 Jun 2015; Thomas Kahle <tomka@gentoo.org> +4ti2-1.6.6.ebuild:
+ bump to 1.6.6
*4ti2-1.6.5 (05 Jun 2015)