mrueg 14/04/18 20:58:33 Modified: ChangeLog Added: igraph-0.6.5.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Revision Changes Path 1.8 dev-libs/igraph/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 9 Mar 2013 17:18:48 -0000 1.7 +++ ChangeLog 18 Apr 2014 20:58:32 -0000 1.8 @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/igraph -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v 1.7 2013/03/09 17:18:48 vadimk Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v 1.8 2014/04/18 20:58:32 mrueg Exp $ + +*igraph-0.6.5 (18 Apr 2014) + + 18 Apr 2014; Manuel RĂ¼ger <[email protected]> + +files/igraph-0.6.5-unbundle.patch, +igraph-0.6.5.ebuild: + Version bump. 09 Mar 2013; Vadim Kuznetsov [email protected] metadata.xml: maintainer needed 1.1 dev-libs/igraph/igraph-0.6.5.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.6.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.6.5.ebuild?rev=1.1&content-type=text/plain Index: igraph-0.6.5.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.6.5.ebuild,v 1.1 2014/04/18 20:58:32 mrueg Exp $ EAPI=5 AUTOTOOLS_AUTORECONF=true inherit autotools-utils toolchain-funcs DESCRIPTION="Creating and manipulating undirected and directed graphs" HOMEPAGE="http://igraph.sourceforge.net/index.html" SRC_URI="mirror://sourceforge/project/${PN}/C%20library/${PV}/${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 }
