diff options
author | Yuval Yaari <yuval@gentoo.org> | 2006-08-13 17:21:07 +0000 |
---|---|---|
committer | Yuval Yaari <yuval@gentoo.org> | 2006-08-13 17:21:07 +0000 |
commit | 5cf53ae35c24ad2faee9bce4039a80e888eabe4a (patch) | |
tree | 1fc30892e6dbf7e9d60ad04431037075754e48d6 /dev-lang | |
parent | Version bump. See bug #143603 for details. Fixed documentation for versions 0... (diff) | |
download | gentoo-2-5cf53ae35c24ad2faee9bce4039a80e888eabe4a.tar.gz gentoo-2-5cf53ae35c24ad2faee9bce4039a80e888eabe4a.tar.bz2 gentoo-2-5cf53ae35c24ad2faee9bce4039a80e888eabe4a.zip |
Adding patch to make parrot's tests run smoothly
(Portage version: 2.1-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/parrot/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/parrot/files/parrot-0.4.5-pod-test.patch | 10 | ||||
-rw-r--r-- | dev-lang/parrot/parrot-0.4.5.ebuild | 6 |
3 files changed, 21 insertions, 2 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog index 7b0a67ee7ea8..8fd0c9b60d64 100644 --- a/dev-lang/parrot/ChangeLog +++ b/dev-lang/parrot/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/parrot # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.14 2006/08/13 15:18:37 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.15 2006/08/13 17:21:07 yuval Exp $ + + 13 Aug 2006; <yuval@gentoo.org> +files/parrot-0.4.5-pod-test.patch, + parrot-0.4.5.ebuild: + Added a patch so parrot's tests will run smoothly -- this is a known issue + upstream... *parrot-0.4.5 (13 Aug 2006) diff --git a/dev-lang/parrot/files/parrot-0.4.5-pod-test.patch b/dev-lang/parrot/files/parrot-0.4.5-pod-test.patch new file mode 100644 index 000000000000..bd4c6d594f23 --- /dev/null +++ b/dev-lang/parrot/files/parrot-0.4.5-pod-test.patch @@ -0,0 +1,10 @@ +--- src/ops/experimental.ops.old 2006-08-13 19:50:21.000000000 +0300 ++++ src/ops/experimental.ops 2006-08-13 19:50:23.000000000 +0300 +@@ -224,7 +224,6 @@ + goto NEXT(); + } + +-=back + + =item B<classname>(out PMC, in PMC) + diff --git a/dev-lang/parrot/parrot-0.4.5.ebuild b/dev-lang/parrot/parrot-0.4.5.ebuild index bcefa4abf868..cea484899319 100644 --- a/dev-lang/parrot/parrot-0.4.5.ebuild +++ b/dev-lang/parrot/parrot-0.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.5.ebuild,v 1.1 2006/08/13 15:18:37 yuval Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/parrot-0.4.5.ebuild,v 1.2 2006/08/13 17:21:07 yuval Exp $ inherit base eutils multilib @@ -26,6 +26,10 @@ src_unpack() { cd ${S} epatch ${FILESDIR}/parrot-hints.patch + # Problem with the POD test: + # http://rt.perl.org/rt3//Public/Bug/Display.html?id=39734 + # So we provide a patch + epatch ${FILESDIR}/${P}-pod-test.patch } src_compile() { |