summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKent Fredric <kentnl@gentoo.org>2020-04-16 03:20:35 +1200
committerKent Fredric <kentnl@gentoo.org>2020-04-16 03:36:37 +1200
commit51b61fe40a4abbab43571c351be49152453b8221 (patch)
treef5589f269dc6256777afc48226090a61cb21f3b6 /dev-perl
parentdev-perl/Text-Iconv: Remove old 1.700.0-r1 (diff)
downloadgentoo-51b61fe40a4abbab43571c351be49152453b8221.tar.gz
gentoo-51b61fe40a4abbab43571c351be49152453b8221.tar.bz2
gentoo-51b61fe40a4abbab43571c351be49152453b8221.zip
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@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Text-Kakasi/Text-Kakasi-2.40.0-r1.ebuild20
-rw-r--r--dev-perl/Text-Kakasi/files/Text-Kakasi-1.05-gentoo.diff13
2 files changed, 0 insertions, 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 367c9fc87727..000000000000
--- 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 17eae7c7eba8..000000000000
--- 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',
- );