From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RfYas-0002oI-Ar for garchives@archives.gentoo.org; Tue, 27 Dec 2011 15:05:34 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3533121C087; Tue, 27 Dec 2011 15:05:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 021E921C087 for ; Tue, 27 Dec 2011 15:05:26 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1FBD21B407D for ; Tue, 27 Dec 2011 15:05:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 50E5780043 for ; Tue, 27 Dec 2011 15:05:25 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <56dd448dfcc4569b2b5356fd44a62e83e73ae7f2.mmokrejs@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 X-VCS-Directories: dev-python/go-parser/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 56dd448dfcc4569b2b5356fd44a62e83e73ae7f2 Date: Tue, 27 Dec 2011 15:05:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 548dd41b-835b-46b0-9fbe-efe1dc3fe09a X-Archives-Hash: 1e7fa7730bbaf3dd6809263576bbb743 commit: 56dd448dfcc4569b2b5356fd44a62e83e73ae7f2 Author: Martin Mokrejs fold natur cuni cz> AuthorDate: Tue Dec 27 15:05:15 2011 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Dec 27 15:05:15 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/sci.git;a=3Dc= ommit;h=3D56dd448d documented status of go-parser (as a very simple implementation) which sh= ould be dropped once its successor code get into biopython (Portage version: 2.1.10.43/git/Linux i686, unsigned Manifest commit) --- dev-python/go-parser/ChangeLog | 5 +++++ dev-python/go-parser/go-parser-9999.ebuild | 6 +++++- 2 files changed, 10 insertions(+), 1 deletions(-) diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/Change= Log index e506b82..4d2bb6f 100644 --- a/dev-python/go-parser/ChangeLog +++ b/dev-python/go-parser/ChangeLog @@ -2,6 +2,11 @@ # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ =20 + 27 Dec 2011; Martin Mokrejs + go-parser-9999.ebuild: + documented status of go-parser (as a very simple implementation) which= should + be dropped once its successor code get into biopython + *go-parser-9999 (26 Dec 2011) =20 26 Dec 2011; Martin Mokrejs diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-p= arser/go-parser-9999.ebuild index f070ba5..3f80cf4 100644 --- a/dev-python/go-parser/go-parser-9999.ebuild +++ b/dev-python/go-parser/go-parser-9999.ebuild @@ -9,13 +9,17 @@ SUPPORT_PYTHON_ABIS=3D"1" =20 inherit distutils eutils =20 +# A much more robust code is at https://github.com/ntamas/biopython in B= io/GO subdir +# When that gets incorporated into biopython the go-parser should be dro= pped altogether. + DESCRIPTION=3D"Gene Ontology OBO flatfile parser" HOMEPAGE=3D"http://hal.elte.hu/~nepusz/development/" SRC_URI=3D"http://bazaar.launchpad.net/~ntamas/+junk/go-parser/tarball/7= ?start_revid=3D7 -> go-parser-r7.tgz" =20 LICENSE=3D"MIT" SLOT=3D"0" -KEYWORDS=3D"~amd64 ~x86" +#KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"" IUSE=3D"" =20 DEPEND=3D""