tomka       14/04/23 14:44:02

  Modified:             ChangeLog
  Added:                4ti2-1.6.2.ebuild
  Log:
  bump to 1.6.2
  
  (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/4ti2/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   11 Sep 2013 21:34:48 -0000      1.14
+++ ChangeLog   23 Apr 2014 14:44:02 -0000      1.15
@@ -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 <t...@gentoo.org> +4ti2-1.6.2.ebuild:
+  bump to 1.6.2
 
 *4ti2-1.6 (11 Sep 2013)
 



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

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

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




Reply via email to