dev-perl/Text-Kakasi: Remove old 2.40.0-r1
authorKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:20:35 +0000 (03:20 +1200)
committerKent Fredric <kentnl@gentoo.org>
Wed, 15 Apr 2020 15:36:37 +0000 (03:36 +1200)
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl@gentoo.org>
dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild [deleted file]
dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff [deleted file]

diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild
deleted file mode 100644 (file)
index 367c9fc..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MODULE_AUTHOR=DANKOGAI
-MODULE_VERSION=2.04
-inherit perl-module
-
-DESCRIPTION="This module provides libkakasi interface for Perl"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris"
-IUSE=""
-
-RDEPEND=">=app-i18n/kakasi-2.3.4"
-DEPEND="${RDEPEND}"
-
-PATCHES=( "${FILESDIR}"/Text-Kakasi-1.05-gentoo.diff )
diff --git a/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff b/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff
deleted file mode 100644 (file)
index 17eae7c..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-diff -Naur Text-Kakasi-1.05.orig/Makefile.PL Text-Kakasi-1.05/Makefile.PL
---- Text-Kakasi-1.05.orig/Makefile.PL  2002-08-24 00:18:28.000000000 +0900
-+++ Text-Kakasi-1.05/Makefile.PL       2002-08-24 00:20:37.000000000 +0900
-@@ -3,7 +3,7 @@
- WriteMakefile(
-             'NAME' => 'Text::Kakasi',
-             'VERSION_FROM' => 'Kakasi.pm',
--            'INC' => '-I/usr/local/include',
--            'LIBS' => ['-L/usr/local/lib -lkakasi'],
-+            'INC' => '-I/usr/include',
-+            'LIBS' => ['-L/usr/lib -lkakasi'],
-             'DEFINE' => '-DWAKATIGAKI',
- );