Gentoo Archives: gentoo-commits

From: Horea Christian <horea.christ@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-misc/pywordnet/
Date: Sun, 03 Jan 2021 06:44:11
Message-Id: 1609656216.666871ecf0e8075515189b0d31cbfb4e97f22606.chymera@gentoo
1 commit: 666871ecf0e8075515189b0d31cbfb4e97f22606
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
3 AuthorDate: Sat Jan 2 14:20:35 2021 +0000
4 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com>
5 CommitDate: Sun Jan 3 06:43:36 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=666871ec
7
8 sci-misc/pywordnet: drop pack, py2 only, dead upstream since 2013
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>
12 Signed-off-by: Horea Christian <chr <AT> chymera.eu>
13 Closes: https://github.com/gentoo/sci/pull/1029
14
15 sci-misc/pywordnet/metadata.xml | 13 -------------
16 sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 22 ----------------------
17 2 files changed, 35 deletions(-)
18
19 diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml
20 deleted file mode 100644
21 index bedc00164..000000000
22 --- a/sci-misc/pywordnet/metadata.xml
23 +++ /dev/null
24 @@ -1,13 +0,0 @@
25 -<?xml version="1.0" encoding="UTF-8"?>
26 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
27 -<pkgmetadata>
28 - <maintainer type="person">
29 - <email>flammie@g.o</email>
30 - </maintainer>
31 - <longdescription>
32 -Pywordnet contains python bindings to handle wordnet databases.
33 -</longdescription>
34 - <upstream>
35 - <remote-id type="sourceforge">pywordnet</remote-id>
36 - </upstream>
37 -</pkgmetadata>
38
39 diff --git a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
40 deleted file mode 100644
41 index 51066d9d7..000000000
42 --- a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild
43 +++ /dev/null
44 @@ -1,22 +0,0 @@
45 -# Copyright 1999-2014 Gentoo Foundation
46 -# Distributed under the terms of the GNU General Public License v2
47 -
48 -EAPI=5
49 -
50 -PYTHON_COMPAT=( python2_7 )
51 -
52 -inherit distutils-r1
53 -
54 -DESCRIPTION="Python bindings for wordnet"
55 -HOMEPAGE="http://pywordnet.sourceforge.net/"
56 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
57 -
58 -LICENSE="Artistic"
59 -SLOT="0"
60 -KEYWORDS="~amd64 ~x86"
61 -IUSE=""
62 -
63 -DEPEND=">=app-dicts/wordnet-2.0"
64 -RDEPEND="${DEPEND}"
65 -
66 -DOCS=( docs/. )