aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-14 13:05:10 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-14 13:05:10 +0200
commitadf720864c70baee953df1ea50933e3a61658934 (patch)
tree7fb165126a0fb6030254554e3fdee3df1afd18f7 /app-benchmarks
parentdev-python/ufl: Bump to EAPI=5 and distutils-r1.eclass (diff)
downloadsci-adf720864c70baee953df1ea50933e3a61658934.tar.gz
sci-adf720864c70baee953df1ea50933e3a61658934.tar.bz2
sci-adf720864c70baee953df1ea50933e3a61658934.zip
app-benchmarks/btl: Bump to EAPI=5 and drop KEYWORDS of live ebuilds
Package-Manager: portage-2.2.0_alpha179
Diffstat (limited to 'app-benchmarks')
-rw-r--r--app-benchmarks/btl/ChangeLog5
-rw-r--r--app-benchmarks/btl/btl-9999.ebuild11
-rw-r--r--app-benchmarks/btl/metadata.xml14
3 files changed, 15 insertions, 15 deletions
diff --git a/app-benchmarks/btl/ChangeLog b/app-benchmarks/btl/ChangeLog
index afc6916af..ea8c75791 100644
--- a/app-benchmarks/btl/ChangeLog
+++ b/app-benchmarks/btl/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for app-benchmarks/btl
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 14 Jun 2013; Justin Lecher <jlec@gentoo.org> btl-9999.ebuild, metadata.xml:
+ Bump to EAPI=5 and drop KEYWORDS of live ebuilds
+
*btl-9999 (06 Aug 2011)
06 Aug 2011; Andrea Arteaga <andyspiros@gmail.com>
diff --git a/app-benchmarks/btl/btl-9999.ebuild b/app-benchmarks/btl/btl-9999.ebuild
index 8ca6fdef2..8851d3ddd 100644
--- a/app-benchmarks/btl/btl-9999.ebuild
+++ b/app-benchmarks/btl/btl-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=4
+EAPI=5
inherit mercurial
@@ -12,13 +12,10 @@ EHG_REPO_URI="https://bitbucket.org/spiros/btl"
LICENSE="LGPL-3"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
+KEYWORDS=""
IUSE=""
-RDEPEND=""
-
src_install() {
insinto /usr/include/btl
doins -r *
-} \ No newline at end of file
+}
diff --git a/app-benchmarks/btl/metadata.xml b/app-benchmarks/btl/metadata.xml
index 02d17b614..51688ab86 100644
--- a/app-benchmarks/btl/metadata.xml
+++ b/app-benchmarks/btl/metadata.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
- <maintainer>
- <email>andyspiros@gmail.com</email>
- <name>Andrea Arteaga</name>
- <description>Bench Template Library</description>
- </maintainer>
- <longdescription>This package contains a modified copy of the BTL.</longdescription>
+ <herd>sci</herd>
+ <maintainer>
+ <email>andyspiros@gmail.com</email>
+ <name>Andrea Arteaga</name>
+ <description>Bench Template Library</description>
+ </maintainer>
+ <longdescription>This package contains a modified copy of the BTL.</longdescription>
</pkgmetadata>