diff options
author | 2006-08-13 11:27:27 +0000 | |
---|---|---|
committer | 2006-08-13 11:27:27 +0000 | |
commit | 8f4909b550be1a24d22b585cfa449ece6f715b51 (patch) | |
tree | 3de0820494412ff63f278068eed36e15fd94bec5 /dev-lang/perl/perl-5.8.8-r2.ebuild | |
parent | Update the init script so that it's more intelligent working things out (diff) | |
download | historical-8f4909b550be1a24d22b585cfa449ece6f715b51.tar.gz historical-8f4909b550be1a24d22b585cfa449ece6f715b51.tar.bz2 historical-8f4909b550be1a24d22b585cfa449ece6f715b51.zip |
Bug #139478 - changed description. Thanks Marko Horvat for 'reporting'! ;)
Package-Manager: portage-2.1-r1
Diffstat (limited to 'dev-lang/perl/perl-5.8.8-r2.ebuild')
-rw-r--r-- | dev-lang/perl/perl-5.8.8-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/perl/perl-5.8.8-r2.ebuild b/dev-lang/perl/perl-5.8.8-r2.ebuild index a4df6e15683f..40a8e81d9cbd 100644 --- a/dev-lang/perl/perl-5.8.8-r2.ebuild +++ b/dev-lang/perl/perl-5.8.8-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.17 2006/07/02 19:46:38 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/perl/perl-5.8.8-r2.ebuild,v 1.18 2006/08/13 11:27:27 yuval Exp $ inherit eutils flag-o-matic toolchain-funcs multilib @@ -10,7 +10,7 @@ PERLSLOT="1" SHORT_PV="${PV%.*}" MY_P="perl-${PV/_rc/-RC}" MY_PV="${PV%_rc*}" -DESCRIPTION="Larry Wall's Practical Extraction and Reporting Language" +DESCRIPTION="Larry Wall's Practical Extraction and Report Language" S="${WORKDIR}/${MY_P}" SRC_URI="mirror://cpan/src/${MY_P}.tar.bz2" HOMEPAGE="http://www.perl.org/" |