summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2014-11-14 09:58:13 +0000
committerThomas Kahle <tomka@gentoo.org>2014-11-14 09:58:13 +0000
commit2cf7f61132659d98d02d42e1e27a9b45af6075c8 (patch)
tree7dc7a38fa37e0ba1d8b65943b28659ab0d6ba71a /sci-mathematics
parentMoving package from dev-python, where it was wrongly committed (diff)
downloadgentoo-2-2cf7f61132659d98d02d42e1e27a9b45af6075c8.tar.gz
gentoo-2-2cf7f61132659d98d02d42e1e27a9b45af6075c8.tar.bz2
gentoo-2-2cf7f61132659d98d02d42e1e27a9b45af6075c8.zip
Fix bug 518000 (thanks Alexander Tsoy), remove old.
(Portage version: 2.2.8-r2/cvs/Linux x86_64, signed Manifest commit with key 565C32BC)
Diffstat (limited to 'sci-mathematics')
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.2.ebuild3
-rw-r--r--sci-mathematics/4ti2/4ti2-1.6.ebuild36
-rw-r--r--sci-mathematics/4ti2/ChangeLog6
3 files changed, 7 insertions, 38 deletions
diff --git a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
index ae9f9f0fb1f4..0323d702e14d 100644
--- a/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
+++ b/sci-mathematics/4ti2/4ti2-1.6.2.ebuild
@@ -1,10 +1,11 @@
# 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.2 2014/07/18 12:27:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.2.ebuild,v 1.3 2014/11/14 09:58:13 tomka Exp $
EAPI=5
AUTOTOOLS_AUTORECONF=true
+AT_NO_RECURSIVE=1
inherit autotools-utils
diff --git a/sci-mathematics/4ti2/4ti2-1.6.ebuild b/sci-mathematics/4ti2/4ti2-1.6.ebuild
deleted file mode 100644
index c530ff4b6116..000000000000
--- a/sci-mathematics/4ti2/4ti2-1.6.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.ebuild,v 1.1 2013/09/11 21:34:48 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 f993b8cc0d32..0eb8207dfe99 100644
--- a/sci-mathematics/4ti2/ChangeLog
+++ b/sci-mathematics/4ti2/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-mathematics/4ti2
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.16 2014/07/18 12:27:10 nimiux Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v 1.17 2014/11/14 09:58:13 tomka Exp $
+
+ 14 Nov 2014; Thomas Kahle <tomka@gentoo.org> -4ti2-1.6.ebuild,
+ 4ti2-1.6.2.ebuild:
+ Fix bug 518000 (thanks Alexander Tsoy), remove old.
18 Jul 2014; Chema Alonso <nimiux@gentoo.org> 4ti2-1.6.2.ebuild:
Stable for amd64 wrt bug #511442