aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2013-06-13 17:57:57 +0200
committerJustin Lecher <jlec@gentoo.org>2013-06-13 17:57:57 +0200
commit79fa30ff6c4ae70aeb166ea9ff8297423a0a8079 (patch)
tree49a4a9478a901fc2152db8d668a32732969c19b1 /dev-python
parentdev-python/fiat: Version Bump; Bump to EAPI=5 and distutils-r1.eclass (diff)
downloadsci-79fa30ff6c4ae70aeb166ea9ff8297423a0a8079.tar.gz
sci-79fa30ff6c4ae70aeb166ea9ff8297423a0a8079.tar.bz2
sci-79fa30ff6c4ae70aeb166ea9ff8297423a0a8079.zip
dev-python/go-parser: Bump to EAPI=5 and distutils-r1.eclass
Package-Manager: portage-2.2.0_alpha179
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/go-parser/ChangeLog6
-rw-r--r--dev-python/go-parser/Manifest2
-rw-r--r--dev-python/go-parser/go-parser-9999.ebuild13
-rw-r--r--dev-python/go-parser/metadata.xml10
4 files changed, 15 insertions, 16 deletions
diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/ChangeLog
index 4d2bb6fd1..fc457d65b 100644
--- a/dev-python/go-parser/ChangeLog
+++ b/dev-python/go-parser/ChangeLog
@@ -1,7 +1,11 @@
# ChangeLog for dev-python/go-parser
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 Jun 2013; Justin Lecher <jlec@gentoo.org> go-parser-9999.ebuild,
+ metadata.xml:
+ Bump to EAPI=5 and distutils-r1.eclass
+
27 Dec 2011; Martin Mokrejs <mmokrejs@fold.natur.cuni.cz>
go-parser-9999.ebuild:
documented status of go-parser (as a very simple implementation) which should
diff --git a/dev-python/go-parser/Manifest b/dev-python/go-parser/Manifest
index cda01d648..af08c5699 100644
--- a/dev-python/go-parser/Manifest
+++ b/dev-python/go-parser/Manifest
@@ -1 +1 @@
-DIST go-parser-r7.tgz 13561 RMD160 384aec94b8bd06d17f2dbfc12a533d303a4a8801 SHA1 93a2f9131b67889f2ff55636d8e8dc4fa9365e71 SHA256 3f6d1e1311bbc99636c543d1845dcc2943d120c8c9eb61cc7fc3e7ee0eeedbf4
+DIST go-parser-r7.tgz 13561 SHA256 3f6d1e1311bbc99636c543d1845dcc2943d120c8c9eb61cc7fc3e7ee0eeedbf4
diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-parser/go-parser-9999.ebuild
index 3f80cf451..14ba4ec62 100644
--- a/dev-python/go-parser/go-parser-9999.ebuild
+++ b/dev-python/go-parser/go-parser-9999.ebuild
@@ -1,13 +1,12 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=5
-PYTHON_DEPEND="2"
-SUPPORT_PYTHON_ABIS="1"
+PYTHON_COMPAT=( python{2_6,2_7} )
-inherit distutils eutils
+inherit distutils-r1
# A much more robust code is at https://github.com/ntamas/biopython in Bio/GO subdir
# When that gets incorporated into biopython the go-parser should be dropped altogether.
@@ -18,11 +17,7 @@ SRC_URI="http://bazaar.launchpad.net/~ntamas/+junk/go-parser/tarball/7?start_rev
LICENSE="MIT"
SLOT="0"
-#KEYWORDS="~amd64 ~x86"
KEYWORDS=""
IUSE=""
-DEPEND=""
-RDEPEND="${DEPEND}"
-
S="${WORKDIR}"/~ntamas/+junk/go-parser
diff --git a/dev-python/go-parser/metadata.xml b/dev-python/go-parser/metadata.xml
index 07b525505..2bc893037 100644
--- a/dev-python/go-parser/metadata.xml
+++ b/dev-python/go-parser/metadata.xml
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci-biology</herd>
- <maintainer>
- <email>mmokrejs@fold.natur.cuni.cz</email>
- <name>Martin Mokrejs</name>
- </maintainer>
+ <herd>sci-biology</herd>
+ <maintainer>
+ <email>mmokrejs@fold.natur.cuni.cz</email>
+ <name>Martin Mokrejs</name>
+ </maintainer>
</pkgmetadata>