diff options
author | Michael Cummings <mcummings@gentoo.org> | 2004-12-27 13:10:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2004-12-27 13:10:55 +0000 |
commit | c0a26655c1d11db5d092d71311908c5663cb8331 (patch) | |
tree | c4c6368e15c09a2bdacba3fc1d9d3755e8ead8b1 /dev-lang | |
parent | Readded fixes that I made to the rc8-r1 ebuild that were not included in the ... (diff) | |
download | historical-c0a26655c1d11db5d092d71311908c5663cb8331.tar.gz historical-c0a26655c1d11db5d092d71311908c5663cb8331.tar.bz2 historical-c0a26655c1d11db5d092d71311908c5663cb8331.zip |
Another typo in the SRC_URI
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/parrot/Manifest | 12 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.1.1.ebuild | 4 |
3 files changed, 12 insertions, 9 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 3a114b793638..3c79f6ae26be 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.2 2004/12/21 12:23:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.3 2004/12/27 13:10:55 mcummings Exp $ + + 27 Dec 2004; Michael Cummings <mcummings@gentoo.org> parrot-0.1.1.ebuild: + An "I'm amazed it even worked" typo in the SRC_URI - S instead of P 21 Dec 2004; Michael Cummings <mcummings@gentoo.org> parrot-0.1.1.ebuild: Keyword for sparc (works great) diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest index 6b08de093992..379af9188c85 100644 --- a/dev-lang/parrot/Manifest +++ b/dev-lang/parrot/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 8ebf7213129003fd5951d258e35e0a23 ChangeLog 589 +MD5 897c2fea8e0b5734369605bdd155d715 parrot-0.1.1.ebuild 1150 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 ea01a4bad7088b89cebd52a933bfa35f parrot-0.1.1.ebuild 1150 +MD5 9099d6820fee37d5d83b23555ec0be98 ChangeLog 736 MD5 75fbd20b4daec7e1b315a172ad60c64f files/digest-parrot-0.1.1 65 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.4 (GNU/Linux) +Version: GnuPG v1.2.6 (GNU/Linux) -iD8DBQFByBV1tG5z4I8BtQoRAjfkAJsEM88/BcMpUr0lFoLzD5E+DsY9cgCfad54 -JqKl0mCFepVodiHC5FlN19Q= -=/vE3 +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 3658990de9d5..ab87c8049e84 100644 --- a/dev-lang/parrot/parrot-0.1.1.ebuild +++ b/dev-lang/parrot/parrot-0.1.1.ebuild @@ -1,10 +1,10 @@ # 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.3 2004/12/21 12:23:50 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.4 2004/12/27 13:10:55 mcummings Exp $ DESCRIPTION="The virtual machine that perl6 relies on." HOMEPAGE="http://www.parrotcode.org/" -SRC_URI="mirror://cpan/authors/id/L/LT/LTOETSCH/${S}.tar.gz" +SRC_URI="mirror://cpan/authors/id/L/LT/LTOETSCH/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |