slis        15/02/02 07:04:32

  Modified:             ChangeLog
  Added:                papi-5.4.0.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
0x55265D89)

Revision  Changes    Path
1.3                  dev-libs/papi/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/papi/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   28 Nov 2014 20:26:33 -0000      1.2
+++ ChangeLog   2 Feb 2015 07:04:32 -0000       1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/papi
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/papi/ChangeLog,v 1.2 2014/11/28 
20:26:33 slis Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/papi/ChangeLog,v 1.3 2015/02/02 
07:04:32 slis Exp $
+
+*papi-5.4.0 (02 Feb 2015)
+
+  02 Feb 2015; Sławek Lis <s...@gentoo.org> +papi-5.4.0.ebuild:
+  version bump
 
   28 Nov 2014; Sławek Lis <s...@gentoo.org> papi-5.3.0.ebuild:
   Fixed bug 531024



1.1                  dev-libs/papi/papi-5.4.0.ebuild

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

Index: papi-5.4.0.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-libs/papi/papi-5.4.0.ebuild,v 1.1 
2015/02/02 07:04:32 slis Exp $

EAPI=5

AUTOTOOLS_IN_SOURCE_BUILD=1
inherit autotools-utils fortran-2 versionator

DESCRIPTION="Performance Application Programming Interface"
HOMEPAGE="http://icl.cs.utk.edu/papi/";
SRC_URI="http://icl.cs.utk.edu/projects/${PN}/downloads/${P}.tar.gz";

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="static-libs"

DEPEND="
        dev-libs/libpfm[static-libs]
        virtual/mpi
"
RDEPEND="${DEPEND}"

S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)/src"

src_configure() {
        local myeconfargs=(
                --with-shlib
                --with-perf-events
                --with-pfm-prefix="${EPREFIX}/usr"
        )
        autotools-utils_src_configure
}

src_install() {
        autotools-utils_src_install
        dodoc ../RE*
}




Reply via email to