bicatali    14/04/05 23:19:57

  Modified:             ChangeLog
  Added:                colpack-1.0.9.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.8-prefix/cvs/Linux x86_64, signed Manifest commit with 
key 0x13CB1360)

Revision  Changes    Path
1.5                  sci-libs/colpack/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Sep 2012 22:03:38 -0000      1.4
+++ ChangeLog   5 Apr 2014 23:19:57 -0000       1.5
@@ -1,6 +1,11 @@
 # ChangeLog for sci-libs/colpack
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v 1.4 2012/09/17 
22:03:38 bicatali Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/ChangeLog,v 1.5 2014/04/05 
23:19:57 bicatali Exp $
+
+*colpack-1.0.9 (05 Apr 2014)
+
+  05 Apr 2014; Sébastien Fabbro <[email protected]> +colpack-1.0.9.ebuild:
+  Version bump
 
   17 Sep 2012; Sébastien Fabbro <[email protected]>
   +files/colpack-1.0.8-no-bin.patch, colpack-1.0.8.ebuild:



1.1                  sci-libs/colpack/colpack-1.0.9.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/colpack-1.0.9.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-libs/colpack/colpack-1.0.9.ebuild?rev=1.1&content-type=text/plain

Index: colpack-1.0.9.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-libs/colpack/colpack-1.0.9.ebuild,v 1.1 
2014/04/05 23:19:57 bicatali Exp $

EAPI=5

AUTOTOOLS_IN_SOURCE_BUILD=1
AUTOTOOLS_AUTORECONF=1

inherit eutils toolchain-funcs autotools-utils

MYPN=ColPack

DESCRIPTION="C++ algorithms for specialized vertex coloring problems"
LICENSE="GPL-3 LGPL-3"
HOMEPAGE="http://www.cscapes.org/coloringpage/software.htm";
SRC_URI="http://cscapes.cs.purdue.edu/download/${MYPN}/${MYPN}-${PV}.tar.gz";

SLOT="0"
IUSE="openmp static-libs"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"

RDEPEND=""
DEPEND="${RDEPEND}"

S="${WORKDIR}/${MYPN}-${PV}"

PATCHES=(
        "${FILESDIR}"/${PN}-1.0.6-flags.patch
        "${FILESDIR}"/${PN}-1.0.8-no-bin.patch
)

pkg_setup() {
        if use openmp && [[ $(tc-getCC)$ == *gcc* ]] && ! tc-has-openmp; then
                ewarn "You are using gcc without OpenMP"
                die "Need an OpenMP capable compiler"
        fi
}

src_configure() {
        local myeconfargs=(     $(use_enable openmp) )
        autotools-utils_src_configure
}




Reply via email to