aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-04-16 08:22:54 +0200
committerJustin Lecher <jlec@gentoo.org>2015-04-16 08:22:54 +0200
commitc376906a66f7d8d361c9b958821ddaeebc216e3b (patch)
tree556aba4c9505b38150fe874396872feba7426ac9 /dev-libs/papi/papi-5.1.0.2.ebuild
parentIn CVS (diff)
downloadsci-c376906a66f7d8d361c9b958821ddaeebc216e3b.tar.gz
sci-c376906a66f7d8d361c9b958821ddaeebc216e3b.tar.bz2
sci-c376906a66f7d8d361c9b958821ddaeebc216e3b.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-libs/papi/papi-5.1.0.2.ebuild')
-rw-r--r--dev-libs/papi/papi-5.1.0.2.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/dev-libs/papi/papi-5.1.0.2.ebuild b/dev-libs/papi/papi-5.1.0.2.ebuild
deleted file mode 100644
index 47cf4c5eb..000000000
--- a/dev-libs/papi/papi-5.1.0.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 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)
-}