summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-18 21:21:14 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-18 21:21:14 +0000
commitaea13074173d9eff2f88ad7c06c46953ba5631b8 (patch)
tree3822c23a747b590188fe687d7649d79281ab810e /dev-lang
parentUnmasked vlc-0.8.1-r3. (diff)
downloadgentoo-2-aea13074173d9eff2f88ad7c06c46953ba5631b8.tar.gz
gentoo-2-aea13074173d9eff2f88ad7c06c46953ba5631b8.tar.bz2
gentoo-2-aea13074173d9eff2f88ad7c06c46953ba5631b8.zip
Bug 92957; version bump
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/pugs/ChangeLog7
-rw-r--r--dev-lang/pugs/Manifest12
-rw-r--r--dev-lang/pugs/files/digest-pugs-6.2.31
-rw-r--r--dev-lang/pugs/pugs-6.2.3.ebuild25
4 files changed, 34 insertions, 11 deletions
diff --git a/dev-lang/pugs/ChangeLog b/dev-lang/pugs/ChangeLog
index 9a998eef56c6..27fb8555e02c 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.4 2005/05/11 10:12:30 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.5 2005/05/18 21:21:14 mcummings Exp $
+
+*pugs-6.2.3 (18 May 2005)
+
+ 18 May 2005; Michael Cummings <mcummings@gentoo.org> +pugs-6.2.3.ebuild:
+ Bug 92957; version bump
11 May 2005; Michael Cummings <mcummings@gentoo.org> pugs-6.0.11.ebuild:
Changing dep on ghc to virtual - thanks kosmikus :)
diff --git a/dev-lang/pugs/Manifest b/dev-lang/pugs/Manifest
index 42892c5db231..1af536f3948a 100644
--- a/dev-lang/pugs/Manifest
+++ b/dev-lang/pugs/Manifest
@@ -1,14 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 2467fd493078645900a24ae4746451d7 ChangeLog 923
MD5 e195d07dd8c771cb3816ab6cece1510e metadata.xml 464
MD5 85cbb558c2309d1f7a4087fc96b04824 pugs-6.0.11.ebuild 605
+MD5 77488a36064277a9a41f421e9defa956 pugs-6.2.3.ebuild 523
MD5 9b22fae8c9c831a52de40862635a0763 files/digest-pugs-6.0.11 69
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.0 (GNU/Linux)
-
-iD8DBQFCgdqetG5z4I8BtQoRAk3qAJ4+sPCoTiQ9Pv6HJI4+5IYxJEKiPQCeLEn8
-FQSBTdcz+YJ/7iHJKVl0Kyk=
-=uhDy
------END PGP SIGNATURE-----
+MD5 d5e4dbe7341fe4043de32ec0fca783bd files/digest-pugs-6.2.3 68
diff --git a/dev-lang/pugs/files/digest-pugs-6.2.3 b/dev-lang/pugs/files/digest-pugs-6.2.3
new file mode 100644
index 000000000000..778ea41e06c4
--- /dev/null
+++ b/dev-lang/pugs/files/digest-pugs-6.2.3
@@ -0,0 +1 @@
+MD5 2ddc097bf8f19ad0d46f7f70ad042ae3 Perl6-Pugs-6.2.3.tar.gz 894640
diff --git a/dev-lang/pugs/pugs-6.2.3.ebuild b/dev-lang/pugs/pugs-6.2.3.ebuild
new file mode 100644
index 000000000000..104587916dfe
--- /dev/null
+++ b/dev-lang/pugs/pugs-6.2.3.ebuild
@@ -0,0 +1,25 @@
+# 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.3.ebuild,v 1.1 2005/05/18 21:21:14 mcummings Exp $
+
+inherit perl-module
+
+MY_P="Perl6-Pugs-${PV}"
+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 )"
+
+SRC_TEST="do"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64 ~ppc"
+
+IUSE=""
+
+DEPEND="dev-perl/Term-ReadLine-Perl
+ virtual/ghc"
+