From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 2A0601381F3 for ; Thu, 13 Jun 2013 16:42:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E75FEE0953; Thu, 13 Jun 2013 16:42:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C5B4E0953 for ; Thu, 13 Jun 2013 16:42:52 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5215F335E33 for ; Thu, 13 Jun 2013 16:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 91BFFE5463 for ; Thu, 13 Jun 2013 16:42:48 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1371139077.79fa30ff6c4ae70aeb166ea9ff8297423a0a8079.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/go-parser/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/go-parser/ChangeLog dev-python/go-parser/go-parser-9999.ebuild dev-python/go-parser/metadata.xml X-VCS-Directories: dev-python/go-parser/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 79fa30ff6c4ae70aeb166ea9ff8297423a0a8079 X-VCS-Branch: master Date: Thu, 13 Jun 2013 16:42:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 67c9e917-f86e-4438-b56c-3ab06f64b5ba X-Archives-Hash: b234591b1df4c2e89d5e49eeedd7ca2c commit: 79fa30ff6c4ae70aeb166ea9ff8297423a0a8079 Author: Justin Lecher gentoo org> AuthorDate: Thu Jun 13 15:57:57 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Thu Jun 13 15:57:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=79fa30ff dev-python/go-parser: Bump to EAPI=5 and distutils-r1.eclass Package-Manager: portage-2.2.0_alpha179 --- dev-python/go-parser/ChangeLog | 6 +++++- dev-python/go-parser/go-parser-9999.ebuild | 13 ++++--------- dev-python/go-parser/metadata.xml | 10 +++++----- 3 files changed, 14 insertions(+), 15 deletions(-) diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/ChangeLog index 4d2bb6f..fc457d6 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 go-parser-9999.ebuild, + metadata.xml: + Bump to EAPI=5 and distutils-r1.eclass + 27 Dec 2011; Martin Mokrejs go-parser-9999.ebuild: documented status of go-parser (as a very simple implementation) which should diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-parser/go-parser-9999.ebuild index 3f80cf4..14ba4ec 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 07b5255..2bc8930 100644 --- a/dev-python/go-parser/metadata.xml +++ b/dev-python/go-parser/metadata.xml @@ -1,9 +1,9 @@ - sci-biology - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs +