aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@riseup.net>2021-01-02 15:20:35 +0100
committerHorea Christian <chr@chymera.eu>2021-01-03 01:43:36 -0500
commit666871ecf0e8075515189b0d31cbfb4e97f22606 (patch)
treebeb9e020b0d997160bf263cf56f98cd6a83fffd7 /sci-misc
parentsci-libs/msms: obsolete, py2 only, replaced by sci-chemistry/msms-bin::gentoo (diff)
downloadsci-666871ecf0e8075515189b0d31cbfb4e97f22606.tar.gz
sci-666871ecf0e8075515189b0d31cbfb4e97f22606.tar.bz2
sci-666871ecf0e8075515189b0d31cbfb4e97f22606.zip
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@riseup.net> Signed-off-by: Horea Christian <chr@chymera.eu> Closes: https://github.com/gentoo/sci/pull/1029
Diffstat (limited to 'sci-misc')
-rw-r--r--sci-misc/pywordnet/Manifest1
-rw-r--r--sci-misc/pywordnet/metadata.xml13
-rw-r--r--sci-misc/pywordnet/pywordnet-2.0.1.ebuild22
3 files changed, 0 insertions, 36 deletions
diff --git a/sci-misc/pywordnet/Manifest b/sci-misc/pywordnet/Manifest
deleted file mode 100644
index 80a757de5..000000000
--- a/sci-misc/pywordnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pywordnet-2.0.1.tar.gz 38052 BLAKE2B 598f24f486583c0447f2510efc3b73782fea9a01978ca3f66445e7ccca77aea33f757d268cc29a22f6cb2da235f4639168537e430bfe9628255cc15b8da95378 SHA512 2073765c2fa2a2b91c200ded22c60412af1ff89d5104d24d8624602872f34cb6c657aaa9f4ff2c2b203403437f198f908f8e9f9714b2a3f24b6a1ce4375e8d2b
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>flammie@gentoo.org</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/. )