* [gentoo-commits] proj/sci:master commit in: dev-libs/papi/
@ 2013-02-28 5:11 Alexey Shvetsov
0 siblings, 0 replies; 2+ messages in thread
From: Alexey Shvetsov @ 2013-02-28 5:11 UTC (permalink / raw
To: gentoo-commits
commit: 26daba777e4fe1d62e552e5891ba2ea2e109c6bf
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 28 05:11:13 2013 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Thu Feb 28 05:11:13 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=26daba77
Initial import
Package-Manager: portage-2.2.0_alpha163
---
dev-libs/papi/ChangeLog | 9 +++++++++
dev-libs/papi/metadata.xml | 9 +++++++++
dev-libs/papi/papi-5.1.0.2.ebuild | 30 ++++++++++++++++++++++++++++++
3 files changed, 48 insertions(+), 0 deletions(-)
diff --git a/dev-libs/papi/ChangeLog b/dev-libs/papi/ChangeLog
new file mode 100644
index 0000000..4ea86d2
--- /dev/null
+++ b/dev-libs/papi/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-libs/papi
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*papi-5.1.0.2 (28 Feb 2013)
+
+ 28 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
+ +papi-5.1.0.2.ebuild:
+ Initial import
diff --git a/dev-libs/papi/metadata.xml b/dev-libs/papi/metadata.xml
new file mode 100644
index 0000000..fe31728
--- /dev/null
+++ b/dev-libs/papi/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>sci</herd>
+ <maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+ </maintainer>
+</pkgmetadata>
diff --git a/dev-libs/papi/papi-5.1.0.2.ebuild b/dev-libs/papi/papi-5.1.0.2.ebuild
new file mode 100644
index 0000000..56fab5a
--- /dev/null
+++ b/dev-libs/papi/papi-5.1.0.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit versionator
+
+DESCRIPTION="Performance Application Programming Interface"
+HOMEPAGE="http://icl.cs.utk.edu/papi/index.html"
+SRC_URI="http://icl.cs.utk.edu/projects/papi/downloads/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="static-libs"
+
+DEPEND="
+ dev-libs/libpfm[static-libs]
+ "
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/${PN}-$(get_version_component_range 1-3)/src"
+
+src_configure() {
+ econf \
+ --with-perf-events \
+ --with-pfm-prefix="${EPREFIX}/usr" \
+ $(use_with static-libs)
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/sci:master commit in: dev-libs/papi/
@ 2014-02-17 17:28 Sebastien Fabbro
0 siblings, 0 replies; 2+ messages in thread
From: Sebastien Fabbro @ 2014-02-17 17:28 UTC (permalink / raw
To: gentoo-commits
commit: bc103e9c2f1d0a46036c778082f4c8eeaf3cfa19
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 16 07:51:01 2014 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Sun Feb 16 07:51:01 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=bc103e9c
dev-libs/papi: Version bump
Package-Manager: portage-2.2.8-prefix
---
dev-libs/papi/ChangeLog | 5 ++++-
dev-libs/papi/metadata.xml | 16 +++++++++++-----
2 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/dev-libs/papi/ChangeLog b/dev-libs/papi/ChangeLog
index 4ea86d2..fe89460 100644
--- a/dev-libs/papi/ChangeLog
+++ b/dev-libs/papi/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-libs/papi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 16 Feb 2014; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
+ dev-libs/papi: Version bump
+
*papi-5.1.0.2 (28 Feb 2013)
28 Feb 2013; Alexey Shvetsov <alexxy@gentoo.org> +metadata.xml,
diff --git a/dev-libs/papi/metadata.xml b/dev-libs/papi/metadata.xml
index fe31728..28feb32 100644
--- a/dev-libs/papi/metadata.xml
+++ b/dev-libs/papi/metadata.xml
@@ -1,9 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>alexxy@gentoo.org</email>
- <name>Alexey Shvetsov</name>
- </maintainer>
+<herd>sci</herd>
+<maintainer>
+ <email>alexxy@gentoo.org</email>
+ <name>Alexey Shvetsov</name>
+</maintainer>
+<longdescription>
+ Performance Application Programming Interface provides the tool
+ designer and application engineer with a consistent interface and
+ methodology for use of the performance counter hardware found in
+ most major microprocessors.
+</longdescription>
</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-17 17:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-28 5:11 [gentoo-commits] proj/sci:master commit in: dev-libs/papi/ Alexey Shvetsov
-- strict thread matches above, loose matches on Subject: below --
2014-02-17 17:28 Sebastien Fabbro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox