mrueg 14/06/26 14:04:58 Modified: ChangeLog Added: igraph-0.7.1.ebuild Log: Version bump. Tests still fail. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.10 dev-libs/igraph/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 26 Jun 2014 13:57:11 -0000 1.9 +++ ChangeLog 26 Jun 2014 14:04:57 -0000 1.10 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/igraph # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v 1.9 2014/06/26 13:57:11 kensington Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v 1.10 2014/06/26 14:04:57 mrueg Exp $ + +*igraph-0.7.1 (26 Jun 2014) + + 26 Jun 2014; Manuel RĂ¼ger <[email protected]> + +files/igraph-0.7.1-unbundle.patch, +igraph-0.7.1.ebuild: + Version bump. Tests still fail. 26 Jun 2014; Michael Palimaka <[email protected]> -files/igraph-0.6.4-unbundle.patch, -igraph-0.6.4.ebuild: 1.1 dev-libs/igraph/igraph-0.7.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.7.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.7.1.ebuild?rev=1.1&content-type=text/plain Index: igraph-0.7.1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/igraph-0.7.1.ebuild,v 1.1 2014/06/26 14:04:57 mrueg Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils toolchain-funcs DESCRIPTION="Creating and manipulating undirected and directed graphs" HOMEPAGE="http://igraph.org" SRC_URI="http://igraph.org/nightly/get/c/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="debug gmp static-libs" RDEPEND=" dev-libs/libxml2 >=sci-libs/arpack-3 virtual/blas virtual/lapack >=sci-libs/cxsparse-3 sci-mathematics/glpk gmp? ( dev-libs/gmp )" DEPEND="${RDEPEND} virtual/pkgconfig" PATCHES=( "${FILESDIR}"/${P}-unbundle.patch ) src_prepare() { # rm -rf src/{cs,f2c,lapack,f2c.h} optional/glpk || die # rm -rf src/cs optional/glpk || die autotools-utils_src_prepare } src_configure() { tc-export PKG_CONFIG local myeconfargs=( $(use_enable gmp) $(use_enable debug) --disable-tls --with-external-arpack --with-external-blas --with-external-lapack --with-external-f2c --with-external-glpk ) autotools-utils_src_configure }
