summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-lang/parrot/ChangeLog8
-rw-r--r--dev-lang/parrot/files/mod_parrot.patch22
-rw-r--r--dev-lang/parrot/files/parrot-0.4.5-pod-test.patch10
-rw-r--r--dev-lang/parrot/files/parrot-config.patch21
-rw-r--r--dev-lang/parrot/files/parrot-hints.patch15
-rw-r--r--dev-lang/parrot/files/root.in.patch23
6 files changed, 7 insertions, 92 deletions
diff --git a/dev-lang/parrot/ChangeLog b/dev-lang/parrot/ChangeLog
index 3dc18fd2702d..eba31239c584 100644
--- a/dev-lang/parrot/ChangeLog
+++ b/dev-lang/parrot/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-lang/parrot
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.25 2009/07/25 09:49:58 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/parrot/ChangeLog,v 1.26 2009/08/16 10:25:23 tove Exp $
+
+ 16 Aug 2009; Torsten Veller <tove@gentoo.org>
+ -files/parrot-0.4.5-pod-test.patch, -files/mod_parrot.patch,
+ -files/parrot-config.patch, -files/parrot-hints.patch,
+ -files/root.in.patch:
+ Remove unused patches
25 Jul 2009; Patrick Lauer <patrick@gentoo.org> -parrot-0.4.0.ebuild,
-parrot-0.4.3.ebuild, -parrot-0.4.5.ebuild, -parrot-0.4.6.ebuild,
diff --git a/dev-lang/parrot/files/mod_parrot.patch b/dev-lang/parrot/files/mod_parrot.patch
deleted file mode 100644
index 4056a7f4a7b7..000000000000
--- a/dev-lang/parrot/files/mod_parrot.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/call_list.txt 2005-07-12 15:08:57.000000000 +0200
-+++ src/call_list.txt.new 2005-08-06 13:26:32.000000000 +0200
-@@ -285,6 +285,19 @@
- i tp
- v tiiiptt
- i Pip
-+p J
-+t J
-+t Jp
-+p Jp
-+t Jpt
-+i Jp
-+i Jpi
-+i JPip
-+v ptt
-+v pit
-+i Jpii
-+i ip
-+
-
- # PyBuiltins
- P JOPP
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
deleted file mode 100644
index bd4c6d594f23..000000000000
--- a/dev-lang/parrot/files/parrot-0.4.5-pod-test.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- 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/files/parrot-config.patch b/dev-lang/parrot/files/parrot-config.patch
deleted file mode 100644
index cb474bb0de73..000000000000
--- a/dev-lang/parrot/files/parrot-config.patch
+++ /dev/null
@@ -1,21 +0,0 @@
---- parrot-0.2.3/parrot-config.imc 2005-04-11 11:54:11.000000000 +0200
-+++ parrot/parrot-config.imc 2005-08-06 13:33:29.000000000 +0200
-@@ -27,9 +27,11 @@
- .local int argc
- argc = argv
- if argc < 2 goto usage
-- .local pmc conf_hash
-+ .local pmc interp, conf_hash
- .local string key
-- conf_hash = _config()
-+ .include "iglobals.pasm"
-+ interp = getinterp
-+ conf_hash = interp[.IGLOBALS_CONFIG_HASH]
- .local int i
- i = 1
- loop:
-@@ -70,4 +72,3 @@
- printerr ": config-key\n"
- exit 1
- .end
-- .include "library/config.imc"
diff --git a/dev-lang/parrot/files/parrot-hints.patch b/dev-lang/parrot/files/parrot-hints.patch
deleted file mode 100644
index 8ff8dd298ad8..000000000000
--- a/dev-lang/parrot/files/parrot-hints.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- config/init/hints/linux.pm.old 2006-05-15 20:45:00.000000000 +0000
-+++ config/init/hints/linux.pm 2006-05-15 20:45:21.000000000 +0000
-@@ -63,9 +63,9 @@
-
- has_dynamic_linking => 1,
- parrot_is_shared => 1,
-- libparrot_shared => 'libparrot$(SHARE_EXT).$(SOVERSION)',
-- libparrot_shared_alias => 'libparrot$(SHARE_EXT)',
-- libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT).$(SOVERSION)',
-+ libparrot_shared => 'libparrot$(SHARE_EXT)',
-+ libparrot_shared_alias => 'libparrot$(SHARE_EXT).$(SOVERSION)',
-+ libparrot_soname => '-Wl,-soname=libparrot$(SHARE_EXT)',
- );
-
- if ((split('-', $Config{archname}))[0] eq 'ia64') {
diff --git a/dev-lang/parrot/files/root.in.patch b/dev-lang/parrot/files/root.in.patch
deleted file mode 100644
index 8356f05a2f4c..000000000000
--- a/dev-lang/parrot/files/root.in.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- ../parrot-0.2.3/config/gen/makefiles/root.in 2005-07-29 12:07:33.000000000 +0200
-+++ config/gen/makefiles/root.in 2005-08-07 17:40:26.000000000 +0200
-@@ -656,10 +656,8 @@
- runtime/parrot/include/config.fpmc : myconfig config_lib.pasm $(MINIPARROT)
- @echo Invoking Parrot to generate runtime/parrot/include/config.fpmc --cross your fingers
- $(MINIPARROT) config_lib.pasm > $@
-- @echo If the next line prints $(VERSION), it did help.
-- $(MINIPARROT) parrot-config.imc VERSION DEVEL
-
--parrot.def :
-+parrot.def : build_tools\parrotdef.pl
- perl build_tools/parrotdef.pl
-
- $(PARROT) : $(IMCC_DIR)/main$(O) $(GEN_HEADERS) $(LIBPARROT) \
-@@ -1029,6 +1027,8 @@
- $(OPS_DIR)/core_ops_switch.c $(INC_DIR)/oplib/core_ops_switch.h : $(OPS_FILES) $(BUILD_TOOLS_DIR)/ops2c.pl lib/Parrot/OpsFile.pm lib/Parrot/Op.pm $(INC_DIR)/config.h lib/Parrot/OpLib/core.pm
- $(PERL) $(BUILD_TOOLS_DIR)/ops2c.pl CSwitch --core
-
-+build_tools\parrotdef.pl : $(CLASS_PMC_FILES)
-+
- ${TEMP_cg_c}
-
- ${TEMP_gc_c}