summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2015-06-05 13:16:32 +0000
committerThomas Kahle <tomka@gentoo.org>2015-06-05 13:16:32 +0000
commitb9e1266daf9304ce8a45ed65f9b6c24f83bb4de8 (patch)
tree4dbd09add569d29c6277ee05fd763928c4986a50 /sci-mathematics
parentAdd github to remote-id in metadata.xml (diff)
downloadgentoo-2-b9e1266daf9304ce8a45ed65f9b6c24f83bb4de8.tar.gz
gentoo-2-b9e1266daf9304ce8a45ed65f9b6c24f83bb4de8.tar.bz2
gentoo-2-b9e1266daf9304ce8a45ed65f9b6c24f83bb4de8.zip
bump to 1.6.5
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.5.ebuild38
-rw-r--r--sci-mathematics/4ti2/ChangeLog7
2 files changed, 44 insertions, 1 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.5.ebuild b/sci-mathematics/4ti2/4ti2-1.6.5.ebuild
new file mode 100644
index 000000000000..07088b629882
--- /dev/null
+++ b/sci-mathematics/4ti2/4ti2-1.6.5.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.5.ebuild,v 1.1 2015/06/05 13:16:32 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 ffaeb37f4834..c9b9a2fa7466 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.20 2015/03/22 13:08:28 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.21 2015/06/05 13:16:32 tomka Exp $
+
+*4ti2-1.6.5 (05 Jun 2015)
+
+ 05 Jun 2015; Thomas Kahle <tomka@gentoo.org> +4ti2-1.6.5.ebuild:
+ bump to 1.6.5
22 Mar 2015; Thomas Kahle <tomka@gentoo.org> -4ti2-1.3.2-r1.ebuild,
-files/4ti2-1.3.2-gcc47.patch: