diff options
-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 | 8 |
3 files changed, 14 insertions, 11 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 078db4094ffd..3a114b793638 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.1 2004/12/20 14:48:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.2 2004/12/21 12:23:50 mcummings Exp $ + + 21 Dec 2004; Michael Cummings <mcummings@gentoo.org> parrot-0.1.1.ebuild: + Keyword for sparc (works great) *parrot-0.1.1 (20 Dec 2004) diff --git a/dev-lang/parrot/Manifest b/dev-lang/parrot/Manifest index 21d266f264a1..6b08de093992 100644 --- a/dev-lang/parrot/Manifest +++ b/dev-lang/parrot/Manifest @@ -1,14 +1,14 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 1da3d397e36c999339c34621812f1a8c parrot-0.1.1.ebuild 1147 +MD5 8ebf7213129003fd5951d258e35e0a23 ChangeLog 589 MD5 e2d8f1bf77722def1dd432e26455c818 metadata.xml 305 -MD5 4585336a758ea3b34210b325939cdec1 ChangeLog 478 +MD5 ea01a4bad7088b89cebd52a933bfa35f parrot-0.1.1.ebuild 1150 MD5 75fbd20b4daec7e1b315a172ad60c64f files/digest-parrot-0.1.1 65 -----BEGIN PGP SIGNATURE----- -Version: GnuPG v1.2.6 (GNU/Linux) +Version: GnuPG v1.2.4 (GNU/Linux) -iD8DBQFBxvHftG5z4I8BtQoRAtkoAJ9DOFk9GeV5tDD5cT/USFa0Xqg3eACdHo0E -lF0LjxkJPG6uJA4BBXrMayk= -=cf6e +iD8DBQFByBV1tG5z4I8BtQoRAjfkAJsEM88/BcMpUr0lFoLzD5E+DsY9cgCfad54 +JqKl0mCFepVodiHC5FlN19Q= +=/vE3 -----END PGP SIGNATURE----- diff --git a/dev-lang/parrot/parrot-0.1.1.ebuild b/dev-lang/parrot/parrot-0.1.1.ebuild index 4668f1327a4e..3658990de9d5 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.2 2004/12/20 15:39:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.1.1.ebuild,v 1.3 2004/12/21 12:23:50 mcummings Exp $ DESCRIPTION="The virtual machine that perl6 relies on." HOMEPAGE="http://www.parrotcode.org/" @@ -8,7 +8,7 @@ SRC_URI="mirror://cpan/authors/id/L/LT/LTOETSCH/${S}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="~x86 ~sparc" IUSE="" #this ebuild has been tested with the given perl @@ -25,9 +25,9 @@ src_compile() { src_install() { #The prefix was set by Configure.pl - see src_compile(). - make install BUILDPREFIX=${D} PREFIX=/usr/share/${P} || die + make install BUILDPREFIX=${D} PREFIX=/usr/lib/${P} || die dodir /usr/bin - dosym /usr/share/${P}/bin/parrot /usr/bin + dosym /usr/lib/${P}/bin/parrot /usr/bin #TODO: put the doc (pod) and examples in a special dir #/docs/ /examples/ |