commit: 51b61fe40a4abbab43571c351be49152453b8221
Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 15 15:20:35 2020 +0000
Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
CommitDate: Wed Apr 15 15:36:37 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51b61fe4
dev-perl/Text-Kakasi: Remove old 2.40.0-r1
Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild | 20 --------------------
.../Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff | 13 -------------
2 files changed, 33 deletions(-)
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
index 367c9fc8772..00000000000
--- a/dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild
+++ /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
index 17eae7c7eba..00000000000
--- a/dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff
+++ /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',
- );