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
parentIn CVS (diff)
downloadsci-c376906a66f7d8d361c9b958821ddaeebc216e3b.tar.gz
sci-c376906a66f7d8d361c9b958821ddaeebc216e3b.tar.bz2
sci-c376906a66f7d8d361c9b958821ddaeebc216e3b.zip
In CVS
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r--dev-libs/papi/ChangeLog12
-rw-r--r--dev-libs/papi/Manifest2
-rw-r--r--dev-libs/papi/metadata.xml15
-rw-r--r--dev-libs/papi/papi-5.1.0.2.ebuild30
-rw-r--r--dev-libs/papi/papi-5.3.0.ebuild39
5 files changed, 0 insertions, 98 deletions
diff --git a/dev-libs/papi/ChangeLog b/dev-libs/papi/ChangeLog
deleted file mode 100644
index fe89460b0..000000000
--- a/dev-libs/papi/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-libs/papi
-# 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,
- +papi-5.1.0.2.ebuild:
- Initial import
diff --git a/dev-libs/papi/Manifest b/dev-libs/papi/Manifest
deleted file mode 100644
index b4c96f201..000000000
--- a/dev-libs/papi/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST papi-5.1.0.2.tar.gz 3781062 SHA256 141fd3dbeb32120ba8ca5f6a64250c22167b5224457f8ea1c3f28c8774468a1c SHA512 c52a762ba5492c25fde284f86999fdbe38007da73ee09949d15c392935bd03004304a1194e331032961d370247c3b6c49c62504b0fce42985fd8fcf6cc97702f WHIRLPOOL 58642c1f49f5f554553245cca38d6f034dbe4981efffecf32fadff468e07670b98618c1a793980dfa6194a55dc7d9668efd9c0eb4bfed899504cadaa64968aad
-DIST papi-5.3.0.tar.gz 3928589 SHA256 99f2f36398b370e75d100b4a189d5bc0ac4f5dd66df44d441f88fd32e1421524 SHA512 a88d28d895a1b44b0d05ac90c39406b7e9806a1d865b39df405e55b27d7f6bb191330ed7df52d4f3f04f46ff94ce867e6c1bdd9b38c314652cff1ee9d838b226 WHIRLPOOL cf1074f259831283292b57b636b6b0083a11ec6084bce2361eabe3ca706fd3d2420d3ab4074c8024296b06d11223a1dcc9782040ab08502481498b84bb2517e6
diff --git a/dev-libs/papi/metadata.xml b/dev-libs/papi/metadata.xml
deleted file mode 100644
index 28feb32ae..000000000
--- a/dev-libs/papi/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?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>
-<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>
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)
-}
diff --git a/dev-libs/papi/papi-5.3.0.ebuild b/dev-libs/papi/papi-5.3.0.ebuild
deleted file mode 100644
index 8bd3f8610..000000000
--- a/dev-libs/papi/papi-5.3.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-
-AUTOTOOLS_IN_SOURCE_BUILD=1
-inherit versionator autotools-utils
-
-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 ~ppc ~x86 ~amd64-linux ~x86-linux"
-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*
-}