summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2005-05-11 10:12:30 +0000
committerMichael Cummings <mcummings@gentoo.org>2005-05-11 10:12:30 +0000
commit285ba834ac2ff25d3ecb1077e3296099aad2965c (patch)
tree551d71e4dca3c59ad86c90651a5af2a1703f3a9a /dev-lang
parentPackage-Manager: portage-2.0.51.21-r1 (diff)
downloadhistorical-285ba834ac2ff25d3ecb1077e3296099aad2965c.tar.gz
historical-285ba834ac2ff25d3ecb1077e3296099aad2965c.tar.bz2
historical-285ba834ac2ff25d3ecb1077e3296099aad2965c.zip
Changing dep on ghc to virtual - thanks kosmikus :)
Package-Manager: portage-2.0.51.20-r4
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/pugs/ChangeLog5
-rw-r--r--dev-lang/pugs/Manifest14
-rw-r--r--dev-lang/pugs/pugs-6.0.11.ebuild4
3 files changed, 18 insertions, 5 deletions
diff --git a/dev-lang/pugs/ChangeLog b/dev-lang/pugs/ChangeLog
index e1df9dd8b861..9a998eef56c6 100644
--- a/dev-lang/pugs/ChangeLog
+++ b/dev-lang/pugs/ChangeLog
@@ -1,6 +1,9 @@
# 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.3 2005/05/04 18:25:55 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/ChangeLog,v 1.4 2005/05/11 10:12:30 mcummings Exp $
+
+ 11 May 2005; Michael Cummings <mcummings@gentoo.org> pugs-6.0.11.ebuild:
+ Changing dep on ghc to virtual - thanks kosmikus :)
04 May 2005; David Holm <dholm@gentoo.org> pugs-6.0.11.ebuild:
Added to ~ppc.
diff --git a/dev-lang/pugs/Manifest b/dev-lang/pugs/Manifest
index 4bfac3542f92..42892c5db231 100644
--- a/dev-lang/pugs/Manifest
+++ b/dev-lang/pugs/Manifest
@@ -1,4 +1,14 @@
-MD5 08142bb3ad4b597d508c18092ecd8eac ChangeLog 789
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 2467fd493078645900a24ae4746451d7 ChangeLog 923
MD5 e195d07dd8c771cb3816ab6cece1510e metadata.xml 464
-MD5 0891a47d63617e0eb03eee707b6390db pugs-6.0.11.ebuild 642
+MD5 85cbb558c2309d1f7a4087fc96b04824 pugs-6.0.11.ebuild 605
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-----
diff --git a/dev-lang/pugs/pugs-6.0.11.ebuild b/dev-lang/pugs/pugs-6.0.11.ebuild
index 308caf35c869..ee70efbde44c 100644
--- a/dev-lang/pugs/pugs-6.0.11.ebuild
+++ b/dev-lang/pugs/pugs-6.0.11.ebuild
@@ -1,6 +1,6 @@
# 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.0.11.ebuild,v 1.3 2005/05/04 18:25:55 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/pugs/pugs-6.0.11.ebuild,v 1.4 2005/05/11 10:12:30 mcummings Exp $
inherit perl-module
@@ -19,5 +19,5 @@ KEYWORDS="~x86 ~amd64 ~ppc"
IUSE=""
DEPEND="dev-perl/Term-ReadLine-Perl
- ||( >=dev-lang/ghc-bin-6.2.1 >=dev-lang/ghc-6.2.1 ) "
+ virtual/ghc"