summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2010-04-18 10:23:07 +0000
committerTorsten Veller <tove@gentoo.org>2010-04-18 10:23:07 +0000
commit761013259d4464cffa6afe602a2ff4125f2957e6 (patch)
tree0eb83e41ca21e6f1961a154bdd073d6a53333297 /dev-perl/Text-Kakasi
parentBuild misc tools only when desired (bug #226231) (diff)
downloadgentoo-2-761013259d4464cffa6afe602a2ff4125f2957e6.tar.gz
gentoo-2-761013259d4464cffa6afe602a2ff4125f2957e6.tar.bz2
gentoo-2-761013259d4464cffa6afe602a2ff4125f2957e6.zip
Quote variables. EAPI=3. Maintainance
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Text-Kakasi')
-rw-r--r--dev-perl/Text-Kakasi/ChangeLog5
-rw-r--r--dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild21
2 files changed, 13 insertions, 13 deletions
diff --git a/dev-perl/Text-Kakasi/ChangeLog b/dev-perl/Text-Kakasi/ChangeLog
index 673de902004b..144375113235 100644
--- a/dev-perl/Text-Kakasi/ChangeLog
+++ b/dev-perl/Text-Kakasi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Text-Kakasi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.17 2010/01/14 15:39:04 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/ChangeLog,v 1.18 2010/04/18 10:23:07 tove Exp $
+
+ 18 Apr 2010; Torsten Veller <tove@gentoo.org> Text-Kakasi-2.04.ebuild:
+ Quote variables. EAPI=3. Maintainance
14 Jan 2010; Fabian Groffen <grobian@gentoo.org> Text-Kakasi-2.04.ebuild:
Transfer Prefix keywords
diff --git a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
index 12ab8d9b54b7..8ccf7ac0e5da 100644
--- a/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
+++ b/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild
@@ -1,23 +1,20 @@
# Copyright 1999-2010 Gentoo Foundation
# 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.20 2010/01/14 15:39:04 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-Kakasi/Text-Kakasi-2.04.ebuild,v 1.21 2010/04/18 10:23:07 tove Exp $
-inherit perl-module eutils
+EPI=3
-DESCRIPTION="This module provides libkakasi interface for Perl."
-HOMEPAGE="http://search.cpan.org/dist/Text-Kakasi/"
-SRC_URI="mirror://cpan/authors/id/D/DA/DANKOGAI/${P}.tar.gz"
+MODULE_AUTHOR=DANKOGAI
+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=""
-DEPEND=">=app-i18n/kakasi-2.3.4
- dev-lang/perl"
+RDEPEND=">=app-i18n/kakasi-2.3.4"
+DEPEND="${RDEPEND}"
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/Text-Kakasi-1.05-gentoo.diff
-}
+PATCHES=( "${FILESDIR}"/Text-Kakasi-1.05-gentoo.diff )