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/jcode_pl
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/jcode_pl')
-rw-r--r--dev-perl/jcode_pl/jcode_pl-2.13.ebuild16
1 files changed, 8 insertions, 8 deletions
diff --git a/dev-perl/jcode_pl/jcode_pl-2.13.ebuild b/dev-perl/jcode_pl/jcode_pl-2.13.ebuild
index 5a05f7f339e1..5f79c5ad3c7a 100644
--- a/dev-perl/jcode_pl/jcode_pl-2.13.ebuild
+++ b/dev-perl/jcode_pl/jcode_pl-2.13.ebuild
@@ -1,25 +1,25 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License, v2 or later
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/jcode_pl/jcode_pl-2.13.ebuild,v 1.1 2003/06/30 14:14:10 yakina Exp $
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/jcode_pl/jcode_pl-2.13.ebuild,v 1.2 2003/08/07 02:26:01 vapier Exp $
DESCRIPTION="Japanese Kanji code converter for Perl"
-SRC_URI="http://srekcah.org/jcode/${P/_/.}"
HOMEPAGE="http://srekcah.org/jcode/"
+SRC_URI="http://srekcah.org/jcode/${P/_/.}"
+
LICENSE="freedist"
SLOT="0"
KEYWORDS="x86"
+
DEPEND="virtual/glibc"
RDEPEND=">=dev-lang/perl-5"
-S=${WORKDIR}/${P}
-IUSE=""
+
+S=${WORKDIR}
src_unpack() {
- mkdir -p ${S}
- cd ${S}
cp ${DISTDIR}/${A} jcode.pl
}
-src_install () {
+src_install() {
insinto /usr/lib/perl5/site_perl
doins jcode.pl
}