summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-08-07 02:26:22 +0000
committerMike Frysinger <vapier@gentoo.org>2003-08-07 02:26:22 +0000
commit4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836 (patch)
tree9e088d09cf05f80f0cf5d8f65010872363ad175b /dev-perl/Text-Kakasi
parentAdded functionality, thanks to Julian Hoch (closes bug #25695) (diff)
downloadhistorical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.tar.gz
historical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.tar.bz2
historical-4a902f4abd70ccfa6dbddfacd6cd93b60fc3b836.zip
fix license/repoman
Diffstat (limited to 'dev-perl/Text-Kakasi')
-rw-r--r--dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild14
1 files changed, 6 insertions, 8 deletions
diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
index ef8a29688b27..68494037d15d 100644
--- a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
+++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
@@ -1,23 +1,21 @@
# Copyright 2002 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.3 2003/06/21 21:36:38 drobbins Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.4 2003/08/07 02:24:41 vapier Exp $
-inherit perl-module
+inherit perl-module eutils
-S=${WORKDIR}/${P}
DESCRIPTION="This module provides libkakasi interface for Perl."
-SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/${P}.tar.gz"
HOMEPAGE="http://search.cpan.org/dist/Text-Kakasi/"
+SRC_URI="http://search.cpan.org/CPAN/authors/id/D/DA/DANKOGAI/${P}.tar.gz"
-SLOT="0"
LICENSE="GPL-2"
+SLOT="0"
KEYWORDS="x86 amd64"
-IUSE=""
DEPEND=">=app-i18n/kakasi-2.3.4"
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 < ${FILEDIR}/Text-Kakasi-1.05-gentoo.diff
+ epatch ${FILESDIR}/Text-Kakasi-1.05-gentoo.diff
}