mrueg       14/07/07 02:29:25

  Modified:             ChangeLog
  Added:                igraph-0.7.1-r1.ebuild
  Log:
  Add subslot.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )

Revision  Changes    Path
1.11                 dev-libs/igraph/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.11&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?rev=1.11&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog   26 Jun 2014 14:04:57 -0000      1.10
+++ ChangeLog   7 Jul 2014 02:29:25 -0000       1.11
@@ -1,6 +1,11 @@
 # 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.10 2014/06/26 
14:04:57 mrueg Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/igraph/ChangeLog,v 1.11 2014/07/07 
02:29:25 mrueg Exp $
+
+*igraph-0.7.1-r1 (07 Jul 2014)
+
+  07 Jul 2014; Manuel RĂ¼ger <mr...@gentoo.org> +igraph-0.7.1-r1.ebuild:
+  Add subslot.
 
 *igraph-0.7.1 (26 Jun 2014)
 



1.1                  dev-libs/igraph/igraph-0.7.1-r1.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.7.1-r1.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/igraph/igraph-0.7.1-r1.ebuild?rev=1.1&content-type=text/plain

Index: igraph-0.7.1-r1.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-r1.ebuild,v 1.1 
2014/07/07 02:29:25 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/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
}




Reply via email to