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 0A9501387B1 for ; Mon, 21 Sep 2015 14:05:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AC4421C0A7; Mon, 21 Sep 2015 14:04:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DBEF721C094 for ; Mon, 21 Sep 2015 14:04:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2B6E03407D0 for ; Mon, 21 Sep 2015 14:04:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8382823E for ; Mon, 21 Sep 2015 14:04:52 +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: <1442843504.21a5fdc8fb02bd49b0436c8a567f3143348b9688.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: 21a5fdc8fb02bd49b0436c8a567f3143348b9688 X-VCS-Branch: master Date: Mon, 21 Sep 2015 14:04:52 +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: b1089f20-f79b-4dd1-ab5c-4f42ac95a1f2 X-Archives-Hash: a03a828c71738600e3d88a8b12475807 commit: 21a5fdc8fb02bd49b0436c8a567f3143348b9688 Author: Justin Lecher gentoo org> AuthorDate: Mon Sep 21 13:51:44 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Sep 21 13:51:44 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21a5fdc8 Drop obsolete package Sources unavailable Signed-off-by: Justin Lecher gentoo.org> dev-python/go-parser/ChangeLog | 19 ------------------- dev-python/go-parser/go-parser-9999.ebuild | 23 ----------------------- dev-python/go-parser/metadata.xml | 9 --------- 3 files changed, 51 deletions(-) diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/ChangeLog deleted file mode 100644 index 16f068a..0000000 --- a/dev-python/go-parser/ChangeLog +++ /dev/null @@ -1,19 +0,0 @@ -# ChangeLog for dev-python/go-parser -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Id$ - - 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 - be dropped once its successor code get into biopython - -*go-parser-9999 (26 Dec 2011) - - 26 Dec 2011; Martin Mokrejs - +go-parser-9999.ebuild, +metadata.xml: - Initial ebuild - diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-parser/go-parser-9999.ebuild deleted file mode 100644 index b3f7b26..0000000 --- a/dev-python/go-parser/go-parser-9999.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -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. - -DESCRIPTION="Gene Ontology OBO flatfile parser" -HOMEPAGE="http://hal.elte.hu/~nepusz/development/" -SRC_URI="http://bazaar.launchpad.net/~ntamas/+junk/go-parser/tarball/7?start_revid=7 -> go-parser-r7.tgz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="" -IUSE="" - -S="${WORKDIR}"/~ntamas/+junk/go-parser diff --git a/dev-python/go-parser/metadata.xml b/dev-python/go-parser/metadata.xml deleted file mode 100644 index 2bc8930..0000000 --- a/dev-python/go-parser/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - sci-biology - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - -