dev-python/apse: Remove last-rited package
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 21 Jan 2018 00:34:27 +0000 (01:34 +0100)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sun, 21 Jan 2018 00:34:27 +0000 (01:34 +0100)
dev-python/apse/Manifest [deleted file]
dev-python/apse/apse-0.2-r3.ebuild [deleted file]
dev-python/apse/metadata.xml [deleted file]

diff --git a/dev-python/apse/Manifest b/dev-python/apse/Manifest
deleted file mode 100644 (file)
index 87bb2ba..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST Apse-0.2.tar.gz 18005 BLAKE2B 00eeccb74bfb909cd1856f24f6a6b000a7de9d1157c79d0c9042694f262f8872a8fcdca9cad5e67ecb7a3259c425bbca432adb7a2d1f11e5a59aa45e59fd556b SHA512 accad6d4fa4056e5dd0ac1036b47b6e258ceea9b458ca91065b0a8411d5e3a3461cd8e87bebbf884982d02bc0f6cc996a3df800fe74a0567a336ee79e05a9837
diff --git a/dev-python/apse/apse-0.2-r3.ebuild b/dev-python/apse/apse-0.2-r3.ebuild
deleted file mode 100644 (file)
index a2843e7..0000000
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=( python2_7 pypy )
-
-inherit distutils-r1
-
-MY_P="Apse-${PV}"
-
-DESCRIPTION="Approximate String Matching in Python"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="http://www.personal.psu.edu/staff/i/u/iua1/python/${PN}/dist/${MY_P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ia64 ppc ppc64 x86"
-IUSE=""
-
-RDEPEND=""
-DEPEND="dev-lang/swig:1"
-
-S="${WORKDIR}/${MY_P}"
-
-python_prepare_all() {
-       # Prevent the build system from calling swig over and over again.
-       sed -i -e 's:Apse.i:Apse_wrap.c:' setup.py || die
-
-       distutils-r1_python_prepare_all
-}
-
-python_configure_all() {
-       set -- swig1.3 -python -o Apse_wrap.c Apse.i
-       echo "${@}" >&2
-       "${@}" || die
-}
-
-python_test() {
-       "${PYTHON}" test/test_Apse.py || die "Tests fail with ${EPYTHON}"
-}
diff --git a/dev-python/apse/metadata.xml b/dev-python/apse/metadata.xml
deleted file mode 100644 (file)
index e3518cf..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-       <maintainer type="project">
-               <email>python@gentoo.org</email>
-               <name>Python</name>
-       </maintainer>
-       <longdescription lang="en">
-               Approximate String Matching in Python: identifies typing and spelling
-               errors, closely related vocabularies, genetic mutations (GAG ACT),
-               abbreviations. While it implements the same algorithm as the agrep
-               program, Apse lets the user choose how many edits (substitutions,
-               deletions, additions) will be acceptable as 'match'.
-       </longdescription>
-       <longdescription lang="ja">
-               Python言語に近似した文字列の一致を判断させます。タイピング・エラー、スペリング・
-               エラー、ボキャブラリ的に近い単語、一般的な同意語(GAG ACT)、略語を同一視できます&gt;。agrepプログラムと同一のアルゴリズムを用いて、Apseはユーザーに"一致する"と判断&gt;した場合の処理(置換、削除、追加)を何回行うかを選ばせます。
-       </longdescription>
-</pkgmetadata>