ottxor      15/01/06 21:56:20

  Modified:             ChangeLog
  Added:                libquo-1.2.2.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
C2000586)

Revision  Changes    Path
1.2                  sys-cluster/libquo/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libquo/ChangeLog?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libquo/ChangeLog?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libquo/ChangeLog?r1=1.1&r2=1.2

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog   19 Nov 2014 21:33:27 -0000      1.1
+++ ChangeLog   6 Jan 2015 21:56:20 -0000       1.2
@@ -1,6 +1,11 @@
 # ChangeLog for sys-cluster/libquo
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.1 
2014/11/19 21:33:27 ottxor Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/ChangeLog,v 1.2 
2015/01/06 21:56:20 ottxor Exp $
+
+*libquo-1.2.2 (06 Jan 2015)
+
+  06 Jan 2015; Christoph Junghans <[email protected]> +libquo-1.2.2.ebuild:
+  version bump
 
 *libquo-1.2 (19 Nov 2014)
 



1.1                  sys-cluster/libquo/libquo-1.2.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild?rev=1.1&content-type=text/plain

Index: libquo-1.2.2.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-cluster/libquo/libquo-1.2.2.ebuild,v 1.1 
2015/01/06 21:56:20 ottxor Exp $

EAPI=5

inherit autotools-utils

DESCRIPTION="run-time tuning of process binding policies made easy"
HOMEPAGE="http://losalamos.github.io/libquo/";
SRC_URI="http://losalamos.github.io/${PN}/dists/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64"
IUSE="fortran"

DEPEND="
        virtual/mpi[fortran?]
        sys-process/numactl
        sys-apps/hwloc[numa,xml]
        "
RDEPEND="${DEPEND}"

AUTOTOOLS_IN_SOURCE_BUILD=1

src_configure() {
        autotools-utils_src_configure CC=mpicc FC=$(usex fortran mpif90 false)
}




Reply via email to