summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-12-06 15:19:23 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-12-06 15:19:23 +0000
commit8f582afc5a3a94346537fe9060bed36e33bfbfa1 (patch)
treea4281466b0681ad0193a965bcf7519790a2fae7c /dev-lang
parentXen-3.0.0 release. (diff)
downloadhistorical-8f582afc5a3a94346537fe9060bed36e33bfbfa1.tar.gz
historical-8f582afc5a3a94346537fe9060bed36e33bfbfa1.tar.bz2
historical-8f582afc5a3a94346537fe9060bed36e33bfbfa1.zip
New version of pugs
Package-Manager: portage-2.0.53
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/pugs/ChangeLog7
-rw-r--r--dev-lang/pugs/Manifest14
-rw-r--r--dev-lang/pugs/files/digest-pugs-6.2.101
-rw-r--r--dev-lang/pugs/pugs-6.2.10.ebuild31
4 files changed, 46 insertions, 7 deletions
diff --git a/dev-lang/pugs/ChangeLog b/dev-lang/pugs/ChangeLog
index 27e1f573e87b..b04050b05efc 100644
--- a/dev-lang/pugs/ChangeLog
+++ b/dev-lang/pugs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-lang/pugs
# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.6 2005/08/15 08:17:02 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.7 2005/12/06 15:19:23 mcummings Exp $
+
+*pugs-6.2.10 (06 Dec 2005)
+
+ 06 Dec 2005; <mcumming@gentoo.org> +pugs-6.2.10.ebuild:
+ New version of pugs
*pugs-6.2.9 (15 Aug 2005)
diff --git a/dev-lang/pugs/Manifest b/dev-lang/pugs/Manifest
index f184e630b8dd..277da08ed26c 100644
--- a/dev-lang/pugs/Manifest
+++ b/dev-lang/pugs/Manifest
@@ -1,14 +1,16 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 facc27a1e6ed9a872f2076b612725a2a ChangeLog 1239
+MD5 b84593cc9adbc9318412041ab57a725e ChangeLog 1348
+MD5 3c12fada69b2ab1f135b1771e1e62a6a files/digest-pugs-6.2.10 70
+MD5 a6449849fecfd8db5e4e089e1565a706 files/digest-pugs-6.2.9 69
MD5 e195d07dd8c771cb3816ab6cece1510e metadata.xml 464
+MD5 2b72713b3ba3074f5be260bbe25aa74b pugs-6.2.10.ebuild 1021
MD5 2786eef5c97a1981c9c5cfb61f4b94e4 pugs-6.2.9.ebuild 1019
-MD5 a6449849fecfd8db5e4e089e1565a706 files/digest-pugs-6.2.9 69
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.1 (GNU/Linux)
+Version: GnuPG v1.4.2 (GNU/Linux)
-iD8DBQFDAE+PtG5z4I8BtQoRAiQZAJ4haDA6ZCeVgbmyZFE0EqdCq/vKGQCdFDr/
-ye8/FLXfRrRtOTGUne1dzZg=
-=8yTZ
+iD8DBQFDlawEtG5z4I8BtQoRAi4JAJsFXYzt03aMi3Ok/GV9Fpk2mR+MggCaAv2n
+HnC5ee4ozfD0Mh/gaL2/otA=
+=t3Sj
-----END PGP SIGNATURE-----
diff --git a/dev-lang/pugs/files/digest-pugs-6.2.10 b/dev-lang/pugs/files/digest-pugs-6.2.10
new file mode 100644
index 000000000000..5646ba2f146f
--- /dev/null
+++ b/dev-lang/pugs/files/digest-pugs-6.2.10
@@ -0,0 +1 @@
+MD5 0c2151d0a49b1b53022b9b685d6977ae Perl6-Pugs-6.2.10.tar.gz 2394516
diff --git a/dev-lang/pugs/pugs-6.2.10.ebuild b/dev-lang/pugs/pugs-6.2.10.ebuild
new file mode 100644
index 000000000000..3ee2026d7a49
--- /dev/null
+++ b/dev-lang/pugs/pugs-6.2.10.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/pugs-6.2.10.ebuild,v 1.1 2005/12/06 15:19:23 mcummings Exp $
+
+inherit perl-module
+
+MY_P="Perl6-Pugs-${PV}"
+MY_PARROT="parrot-0.4.0"
+S="${WORKDIR}/-${PV}"
+S=${WORKDIR}/${MY_P}
+
+DESCRIPTION="Pugs is an implementation of Perl 6, written in Haskell"
+HOMEPAGE="http://pugscode.org/"
+SRC_URI="mirror://cpan/authors/id/A/AU/AUTRIJUS/${MY_P}.tar.gz"
+LICENSE="|| ( Artistic GPL-2 )"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+IUSE=""
+
+DEPEND="dev-perl/Term-ReadLine-Perl
+ || ( >=dev-lang/ghc-bin-6.4 >=dev-lang/ghc-6.4 )
+ >=dev-lang/${MY_PARROT}"
+#not yet supported because the 0.9.8 version does not work with ghc-6.4 that is required for pugs
+
+export PARROT_PATH="/usr/lib/${MY_PARROT}"
+#this links against parrot and perl5 - if threads was used to compile perl5 this is not supported here
+export PUGS_EMBED="parrot perl5"
+#del upon ghc-6.4.1 release
+export GHCRTS='-A200M'