diff options
author | Andres Loeh <kosmikus@gentoo.org> | 2005-03-19 19:11:18 +0000 |
---|---|---|
committer | Andres Loeh <kosmikus@gentoo.org> | 2005-03-19 19:11:18 +0000 |
commit | 178036ec51daa9e743029fbc45661fcbbe5780fb (patch) | |
tree | e1bedb21eb1ead9480440a902d1da181cdd42cf3 /dev-lang | |
parent | fix bug 83520: don't clobber the local perllocal.pod - use functions from per... (diff) | |
download | historical-178036ec51daa9e743029fbc45661fcbbe5780fb.tar.gz historical-178036ec51daa9e743029fbc45661fcbbe5780fb.tar.bz2 historical-178036ec51daa9e743029fbc45661fcbbe5780fb.zip |
helium 1.2 stable on x86; all helium ebuilds blocked by ghc-6.4
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/helium/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/helium/Manifest | 22 | ||||
-rw-r--r-- | dev-lang/helium/helium-1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-lang/helium/helium-1.2-r1.ebuild | 5 |
4 files changed, 27 insertions, 10 deletions
diff --git a/dev-lang/helium/ChangeLog b/dev-lang/helium/ChangeLog index 98b84ec439fc..81cfa52562da 100644 --- a/dev-lang/helium/ChangeLog +++ b/dev-lang/helium/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/helium # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.12 2005/02/19 18:55:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/ChangeLog,v 1.13 2005/03/19 19:11:18 kosmikus Exp $ + + 19 Mar 2005; Andres Loeh <kosmikus@gentoo.org> helium-1.1.ebuild, + helium-1.2-r1.ebuild: + Marked helium-1.2 stable on x86. Currently, helium cannot be compiled with + ghc-6.4 and is thus blocked by this version. 19 Feb 2005; Jason Wever <weeve@gentoo.org> helium-1.1.ebuild, helium-1.2-r1.ebuild: diff --git a/dev-lang/helium/Manifest b/dev-lang/helium/Manifest index 27f34d520ea7..49f9e48579a4 100644 --- a/dev-lang/helium/Manifest +++ b/dev-lang/helium/Manifest @@ -1,10 +1,20 @@ -MD5 ce49c814b675cb17f18d3576fe20b5f5 ChangeLog 1786 -MD5 5cb18406a043e775d2652f0e901bbb3d helium-1.1.ebuild 1846 +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 18826571b355735065791f5ab25b9280 helium-1.2-r1.ebuild 2271 +MD5 ab968ded77adb49ae2fce48082f756e9 helium-1.1.ebuild 1869 +MD5 08de37889d7b070aca15c3b33c53dd08 ChangeLog 2006 MD5 a769ecfcd1cdd2d40986627df7dfb249 metadata.xml 224 -MD5 b075e02bbf69ee07a8cdc07148c9d597 helium-1.2-r1.ebuild 2249 -MD5 9383829eb1e80fc6be12c53d3162d58b files/digest-helium-1.1 119 -MD5 62f20b4dc3f4e34dd748b64d19dbb6c8 files/digest-helium-1.2-r1 120 -MD5 538379c81a9dfdc87a15ce0e6a504c8a files/helium-1.1-readline.patch 1710 MD5 fb82aad0fbf3d3cb5071c5fef803a7ec files/helium-1.2-readline.patch 1661 MD5 b52e9cf5c002e2c5ce007e523f7ec7b8 files/helium-wrapper 715 MD5 24e12289b961bd308d3a79495d55952e files/helium-1.2-libraries.patch 1943 +MD5 538379c81a9dfdc87a15ce0e6a504c8a files/helium-1.1-readline.patch 1710 +MD5 9383829eb1e80fc6be12c53d3162d58b files/digest-helium-1.1 119 +MD5 62f20b4dc3f4e34dd748b64d19dbb6c8 files/digest-helium-1.2-r1 120 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.2.6 (GNU/Linux) + +iD8DBQFCPHpoOKSBj1ObwosRAo+rAJ98ecT0nn9YqIe3U7UOnEaaMycf3wCfRLZR +1T/CP+nXkNGtEUkYSV4ozmc= +=4S3l +-----END PGP SIGNATURE----- diff --git a/dev-lang/helium/helium-1.1.ebuild b/dev-lang/helium/helium-1.1.ebuild index 6f18ea7bb187..c9d0be4a1b29 100644 --- a/dev-lang/helium/helium-1.1.ebuild +++ b/dev-lang/helium/helium-1.1.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/helium/helium-1.1.ebuild,v 1.14 2005/02/19 18:55:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.1.ebuild,v 1.15 2005/03/19 19:11:18 kosmikus Exp $ inherit java-pkg @@ -16,6 +16,7 @@ IUSE="readline" DEPEND="virtual/libc virtual/ghc + !>=virtual/ghc-6.4 readline? ( sys-libs/readline )" RDEPEND="virtual/libc virtual/jdk diff --git a/dev-lang/helium/helium-1.2-r1.ebuild b/dev-lang/helium/helium-1.2-r1.ebuild index 18c62a4e5081..e0e633faf4b8 100644 --- a/dev-lang/helium/helium-1.2-r1.ebuild +++ b/dev-lang/helium/helium-1.2-r1.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/helium/helium-1.2-r1.ebuild,v 1.2 2005/02/19 18:55:16 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/helium/helium-1.2-r1.ebuild,v 1.3 2005/03/19 19:11:18 kosmikus Exp $ inherit eutils java-pkg @@ -11,10 +11,11 @@ SRC_URI="http://www.cs.uu.nl/helium/distr/${P}-src.tar.gz LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 -sparc" +KEYWORDS="x86 -sparc" IUSE="readline" DEPEND="virtual/libc + !>=virtual/ghc-6.4 virtual/ghc readline? ( sys-libs/readline )" RDEPEND="virtual/libc |