aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2012-12-10 15:47:13 +0100
committerJustin Lecher <jlec@gentoo.org>2012-12-10 15:47:13 +0100
commitb1dcc6c593992af8f6f3396f12d5a7de636337d3 (patch)
tree578f50928ac8e41d885fa60034a36d74a81c2053 /sci-biology
parentMerge branch 'master' of github.com:gentoo-science/sci (diff)
downloadsci-b1dcc6c593992af8f6f3396f12d5a7de636337d3.tar.gz
sci-b1dcc6c593992af8f6f3396f12d5a7de636337d3.tar.bz2
sci-b1dcc6c593992af8f6f3396f12d5a7de636337d3.zip
sci-biology/pybrain: Drop comments from metadata.xml; drop keywords from live ebuild
Package-Manager: portage-2.2.0_alpha147
Diffstat (limited to 'sci-biology')
-rw-r--r--sci-biology/pybrain/ChangeLog8
-rw-r--r--sci-biology/pybrain/metadata.xml29
-rw-r--r--sci-biology/pybrain/pybrain-9999.ebuild2
3 files changed, 9 insertions, 30 deletions
diff --git a/sci-biology/pybrain/ChangeLog b/sci-biology/pybrain/ChangeLog
new file mode 100644
index 000000000..33bf4960c
--- /dev/null
+++ b/sci-biology/pybrain/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for sci-biology/pybrain
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+ 10 Dec 2012; Justin Lecher <jlec@gentoo.org> pybrain-9999.ebuild,
+ metadata.xml:
+ Drop comments from metadata.xml; drop keywords from live ebuild
+
diff --git a/sci-biology/pybrain/metadata.xml b/sci-biology/pybrain/metadata.xml
index 4dcddcb75..d369d068f 100644
--- a/sci-biology/pybrain/metadata.xml
+++ b/sci-biology/pybrain/metadata.xml
@@ -1,34 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<!--
-$Header: /var/cvsroot/gentoo-x86/skel.metadata.xml,v 1.21 2012/02/07 00:03:15 idl0r Exp $
-
-This is the example metadata file.
-The root element of this file is <pkgmetadata>. Within this element a
-number of subelements are allowed: herd, maintainer, and
-longdescription. herd is a required subelement.
-
-For a full description look at:
-http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=4
-
-
-Before committing, please remove the comments from this file. They are
-not relevant for general metadata.xml files.
--->
<pkgmetadata>
<herd>sci</herd>
-<maintainer>
- <email>@gentoo.org</email>
-<!-- <description>Description of the maintainership</description> -->
-</maintainer>
-<!-- <longdescription>Long description of the package</longdescription> -->
-<!--
-<use>
- <flag name="flag">Description of how USE='flag' affects this package</flag>
- <flag name="userland_GNU">Description of how USERLAND='GNU' affects this
- package</flag>
- <flag name="aspell">Uses <pkg>app-text/aspell</pkg> for spell checking.
- Requires an installed dictionary from <cat>app-dicts</cat></flag>
-</use>
--->
</pkgmetadata>
diff --git a/sci-biology/pybrain/pybrain-9999.ebuild b/sci-biology/pybrain/pybrain-9999.ebuild
index f70e86cda..57f098c2c 100644
--- a/sci-biology/pybrain/pybrain-9999.ebuild
+++ b/sci-biology/pybrain/pybrain-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://github.com/pybrain/pybrain.git"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS=""
IUSE="test"
RDEPEND="sci-libs/scipy"