From 66174356437fb2917b1e134f0e5ed580b33c4929 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 7 Aug 2003 02:26:22 +0000 Subject: fix license/repoman --- dev-perl/jcode_pl/jcode_pl-2.13.ebuild | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'dev-perl/jcode_pl/jcode_pl-2.13.ebuild') 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 } -- cgit v1.2.3-65-gdbad