summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Coie <rac@gentoo.org>2004-08-07 07:23:01 +0000
committerRobert Coie <rac@gentoo.org>2004-08-07 07:23:01 +0000
commitec3f81893e5c36479031110e7e444e3d133cd879 (patch)
tree978be062d6a8d5c6c5af121d30723ec69df356f6 /dev-lang/perl/perl-5.8.3.ebuild
parentUpdate to TK to fix WM max size bug in KDE 3.2 (diff)
downloadhistorical-ec3f81893e5c36479031110e7e444e3d133cd879.tar.gz
historical-ec3f81893e5c36479031110e7e444e3d133cd879.tar.bz2
historical-ec3f81893e5c36479031110e7e444e3d133cd879.zip
QA fixins
Diffstat (limited to 'dev-lang/perl/perl-5.8.3.ebuild')
-rw-r--r--dev-lang/perl/perl-5.8.3.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-lang/perl/perl-5.8.3.ebuild b/dev-lang/perl/perl-5.8.3.ebuild
index f71a0de1a6d9..af209d281d0c 100644
--- a/dev-lang/perl/perl-5.8.3.ebuild
+++ b/dev-lang/perl/perl-5.8.3.ebuild
@@ -1,20 +1,17 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.3.ebuild,v 1.9 2004/06/29 17:56:01 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.3.ebuild,v 1.10 2004/08/07 07:23:01 rac Exp $
inherit eutils flag-o-matic gcc
# The slot of this binary compat version of libperl.so
PERLSLOT="1"
-SHORT_PV="`echo ${PV} | cut -d. -f1,2`"
+SHORT_PV="${PV%.*}"
+MY_P="perl-${PV/_rc/-RC}"
DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language"
-SAFE_VERSION="2.09"
-MY_P="perl-`echo $PV | sed 's/_rc/-RC/'`"
S="${WORKDIR}/${MY_P}"
SRC_URI="ftp://ftp.perl.org/pub/CPAN/src/${MY_P}.tar.gz"
-#ftp://ftp.perl.org/pub/CPAN/modules/by-module/DB_File/DB_File-${DB_FILE_VERSION}.tar.gz
-#ftp://ftp.perl.org/pub/CPAN/modules/by-module/Safe/Safe-${SAFE_VERSION}.tar.gz"
HOMEPAGE="http://www.perl.org/"
LIBPERL="libperl.so.${PERLSLOT}.${SHORT_PV}"
LICENSE="Artistic GPL-2"