commit: 666871ecf0e8075515189b0d31cbfb4e97f22606 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Sat Jan 2 14:20:35 2021 +0000 Commit: Horea Christian <horea.christ <AT> gmail <DOT> com> CommitDate: Sun Jan 3 06:43:36 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=666871ec
sci-misc/pywordnet: drop pack, py2 only, dead upstream since 2013 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> Signed-off-by: Horea Christian <chr <AT> chymera.eu> Closes: https://github.com/gentoo/sci/pull/1029 sci-misc/pywordnet/metadata.xml | 13 ------------- sci-misc/pywordnet/pywordnet-2.0.1.ebuild | 22 ---------------------- 2 files changed, 35 deletions(-) diff --git a/sci-misc/pywordnet/metadata.xml b/sci-misc/pywordnet/metadata.xml deleted file mode 100644 index bedc00164..000000000 --- a/sci-misc/pywordnet/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - </maintainer> - <longdescription> -Pywordnet contains python bindings to handle wordnet databases. -</longdescription> - <upstream> - <remote-id type="sourceforge">pywordnet</remote-id> - </upstream> -</pkgmetadata> diff --git a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild b/sci-misc/pywordnet/pywordnet-2.0.1.ebuild deleted file mode 100644 index 51066d9d7..000000000 --- a/sci-misc/pywordnet/pywordnet-2.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="Python bindings for wordnet" -HOMEPAGE="http://pywordnet.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="Artistic" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=app-dicts/wordnet-2.0" -RDEPEND="${DEPEND}" - -DOCS=( docs/. )
