public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexey Shvetsov" <alexxy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: dev-libs/papi/
Date: Thu, 28 Feb 2013 05:11:18 +0000 (UTC)	[thread overview]
Message-ID: <1362028273.26daba777e4fe1d62e552e5891ba2ea2e109c6bf.alexxy@gentoo> (raw)

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)
+}


             reply	other threads:[~2013-02-28  5:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-02-28  5:11 Alexey Shvetsov [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-02-17 17:28 [gentoo-commits] proj/sci:master commit in: dev-libs/papi/ Sebastien Fabbro

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1362028273.26daba777e4fe1d62e552e5891ba2ea2e109c6bf.alexxy@gentoo \
    --to=alexxy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox