tomka       15/06/05 13:16:32

  Modified:             ChangeLog
  Added:                4ti2-1.6.5.ebuild
  Log:
  bump to 1.6.5
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
565C32BC)

Revision  Changes    Path
1.21                 sci-mathematics/4ti2/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.21&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?rev=1.21&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog   22 Mar 2015 13:08:28 -0000      1.20
+++ ChangeLog   5 Jun 2015 13:16:32 -0000       1.21
@@ -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 <to...@gentoo.org> +4ti2-1.6.5.ebuild:
+  bump to 1.6.5
 
   22 Mar 2015; Thomas Kahle <to...@gentoo.org> -4ti2-1.3.2-r1.ebuild,
   -files/4ti2-1.3.2-gcc47.patch:



1.1                  sci-mathematics/4ti2/4ti2-1.6.5.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.5.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/4ti2/4ti2-1.6.5.ebuild?rev=1.1&content-type=text/plain

Index: 4ti2-1.6.5.ebuild
===================================================================
# 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
}




Reply via email to