Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: dev-python/go-parser/
Date: Mon, 21 Sep 2015 14:05:17
Message-Id: 1442843504.21a5fdc8fb02bd49b0436c8a567f3143348b9688.jlec@gentoo
1 commit: 21a5fdc8fb02bd49b0436c8a567f3143348b9688
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 13:51:44 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 13:51:44 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=21a5fdc8
7
8 Drop obsolete package Sources unavailable
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 dev-python/go-parser/ChangeLog | 19 -------------------
13 dev-python/go-parser/go-parser-9999.ebuild | 23 -----------------------
14 dev-python/go-parser/metadata.xml | 9 ---------
15 3 files changed, 51 deletions(-)
16
17 diff --git a/dev-python/go-parser/ChangeLog b/dev-python/go-parser/ChangeLog
18 deleted file mode 100644
19 index 16f068a..0000000
20 --- a/dev-python/go-parser/ChangeLog
21 +++ /dev/null
22 @@ -1,19 +0,0 @@
23 -# ChangeLog for dev-python/go-parser
24 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
25 -# $Id$
26 -
27 - 13 Jun 2013; Justin Lecher <jlec@g.o> go-parser-9999.ebuild,
28 - metadata.xml:
29 - Bump to EAPI=5 and distutils-r1.eclass
30 -
31 - 27 Dec 2011; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
32 - go-parser-9999.ebuild:
33 - documented status of go-parser (as a very simple implementation) which should
34 - be dropped once its successor code get into biopython
35 -
36 -*go-parser-9999 (26 Dec 2011)
37 -
38 - 26 Dec 2011; Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
39 - +go-parser-9999.ebuild, +metadata.xml:
40 - Initial ebuild
41 -
42
43 diff --git a/dev-python/go-parser/go-parser-9999.ebuild b/dev-python/go-parser/go-parser-9999.ebuild
44 deleted file mode 100644
45 index b3f7b26..0000000
46 --- a/dev-python/go-parser/go-parser-9999.ebuild
47 +++ /dev/null
48 @@ -1,23 +0,0 @@
49 -# Copyright 1999-2014 Gentoo Foundation
50 -# Distributed under the terms of the GNU General Public License v2
51 -# $Id$
52 -
53 -EAPI=5
54 -
55 -PYTHON_COMPAT=( python2_7 )
56 -
57 -inherit distutils-r1
58 -
59 -# A much more robust code is at https://github.com/ntamas/biopython in Bio/GO subdir
60 -# When that gets incorporated into biopython the go-parser should be dropped altogether.
61 -
62 -DESCRIPTION="Gene Ontology OBO flatfile parser"
63 -HOMEPAGE="http://hal.elte.hu/~nepusz/development/"
64 -SRC_URI="http://bazaar.launchpad.net/~ntamas/+junk/go-parser/tarball/7?start_revid=7 -> go-parser-r7.tgz"
65 -
66 -LICENSE="MIT"
67 -SLOT="0"
68 -KEYWORDS=""
69 -IUSE=""
70 -
71 -S="${WORKDIR}"/~ntamas/+junk/go-parser
72
73 diff --git a/dev-python/go-parser/metadata.xml b/dev-python/go-parser/metadata.xml
74 deleted file mode 100644
75 index 2bc8930..0000000
76 --- a/dev-python/go-parser/metadata.xml
77 +++ /dev/null
78 @@ -1,9 +0,0 @@
79 -<?xml version="1.0" encoding="UTF-8"?>
80 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
81 -<pkgmetadata>
82 - <herd>sci-biology</herd>
83 - <maintainer>
84 - <email>mmokrejs@×××××××××××××××.cz</email>
85 - <name>Martin Mokrejs</name>
86 - </maintainer>
87 -</pkgmetadata>