diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-08-13 11:27:27 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-08-13 11:27:27 +0000 |
commit | 23ae9bc6c39de64af5c621f405324c1a64e7f0bd (patch) | |
tree | 43f440f680c7df4a5d8e2f15a860dd4b1797f996 /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 | gentoo-2-23ae9bc6c39de64af5c621f405324c1a64e7f0bd.tar.gz gentoo-2-23ae9bc6c39de64af5c621f405324c1a64e7f0bd.tar.bz2 gentoo-2-23ae9bc6c39de64af5c621f405324c1a64e7f0bd.zip |
Bug #139478 - changed description. Thanks Marko Horvat for 'reporting'! ;)
(Portage version: 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/" |