commit:     906572b8dfebae16c523ef4912633f8c2a666a7e
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 21 00:34:27 2018 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sun Jan 21 00:34:27 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=906572b8

dev-python/apse: Remove last-rited package

 dev-python/apse/Manifest           |  1 -
 dev-python/apse/apse-0.2-r3.ebuild | 40 --------------------------------------
 dev-python/apse/metadata.xml       | 19 ------------------
 3 files changed, 60 deletions(-)

diff --git a/dev-python/apse/Manifest b/dev-python/apse/Manifest
deleted file mode 100644
index 87bb2baf8c8..00000000000
--- a/dev-python/apse/Manifest
+++ /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
index a2843e77809..00000000000
--- a/dev-python/apse/apse-0.2-r3.ebuild
+++ /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
index e3518cf8565..00000000000
--- a/dev-python/apse/metadata.xml
+++ /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>[email protected]</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>

Reply via email to