diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:29:27 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-12-28 11:29:27 +0000 |
commit | 3629724f8270b96d04481bab442293a2496d1057 (patch) | |
tree | 68ff1cbd80f4c17e7bf0c66705cbee2f78004d90 /dev-lang | |
parent | repoman: Trim trailing whitespace (diff) | |
download | historical-3629724f8270b96d04481bab442293a2496d1057.tar.gz historical-3629724f8270b96d04481bab442293a2496d1057.tar.bz2 historical-3629724f8270b96d04481bab442293a2496d1057.zip |
repoman: Trim trailing whitespace
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/Manifest | 14 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.1.1.ebuild | 5 |
2 files changed, 4 insertions, 15 deletions
diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest index 379af9188c85..2ca2b64eeae0 100644 --- a/dev-lang/parrot/Manifest +++ b/dev-lang/parrot/Manifest @@ -1,14 +1,4 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 897c2fea8e0b5734369605bdd155d715 parrot-0.1.1.ebuild 1150 -MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 MD5 9099d6820fee37d5d83b23555ec0be98 ChangeLog 736 +MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 +MD5 c945d06f74e84a7106d0ccf283b5d7db parrot-0.1.1.ebuild 1147 MD5 75fbd20b4daec7e1b315a172ad60c64f files/digest-parrot-0.1.1 65 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) - -iD8DBQFB0AlwtG5z4I8BtQoRAuGrAJ0Ss2pwFBrUIO38tWISR23nay04CQCfQ4kq -HHST08krf/y9B7+66lyFrU0= -=atoU ------END PGP SIGNATURE----- diff --git a/dev-lang/parrot/parrot-0.1.1.ebuild b/dev-lang/parrot/parrot-0.1.1.ebuild index ab87c8049e84..1f2a3bacf5d6 100644 --- a/dev-lang/parrot/parrot-0.1.1.ebuild +++ b/dev-lang/parrot/parrot-0.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.4 2004/12/27 13:10:55 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.5 2004/12/28 11:29:27 mr_bones_ Exp $ DESCRIPTION="The virtual machine that perl6 relies on." HOMEPAGE="http://www.parrotcode.org/" @@ -18,7 +18,7 @@ DEPEND=">=dev-lang/perl-5.8.5-r2 src_compile() { #This configure defines the DESTDIR for make. - perl Configure.pl --prefix=${D}|| die "Perl ./Configure.pl failed" + perl Configure.pl --prefix=${D}|| die "Perl ./Configure.pl failed" emake -j1 || die "emake failed" } @@ -40,4 +40,3 @@ src_install() { src_test() { emake test || die "test failed" } - |