diff options
author | Stephen Klimaszewski <steev@gentoo.org> | 2006-09-19 15:22:22 +0000 |
---|---|---|
committer | Stephen Klimaszewski <steev@gentoo.org> | 2006-09-19 15:22:22 +0000 |
commit | 8b529e7be55bc53fec1eab4930c36aad35099f4b (patch) | |
tree | 93e2c8e8dc1839db2c5a8184460b9b4a73cd2353 /app-text/crm114 | |
parent | Fix permissions of installed files (diff) | |
download | gentoo-2-8b529e7be55bc53fec1eab4930c36aad35099f4b.tar.gz gentoo-2-8b529e7be55bc53fec1eab4930c36aad35099f4b.tar.bz2 gentoo-2-8b529e7be55bc53fec1eab4930c36aad35099f4b.zip |
Add the patch that I forgot
(Portage version: 2.1.2_pre1)
Diffstat (limited to 'app-text/crm114')
-rw-r--r-- | app-text/crm114/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/crm114/files/crm114-20060704a-fataltraptest.patch | 32 |
2 files changed, 37 insertions, 1 deletions
diff --git a/app-text/crm114/ChangeLog b/app-text/crm114/ChangeLog index 54667cf59c47..244d9459dcfe 100644 --- a/app-text/crm114/ChangeLog +++ b/app-text/crm114/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-text/crm114 # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.26 2006/09/18 21:01:20 steev Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/crm114/ChangeLog,v 1.27 2006/09/19 15:22:22 steev Exp $ + + 19 Sep 2006; Steev Klimaszewski <steev@gentoo.org> + +files/crm114-20060704a-fataltraptest.patch: + Add the patch that I forgot... 18 Sep 2006; Steev Klimaszewski <steev@gentoo.org> metadata.xml: Take over as maintainer from Seemant - also, I have left Paco as User diff --git a/app-text/crm114/files/crm114-20060704a-fataltraptest.patch b/app-text/crm114/files/crm114-20060704a-fataltraptest.patch new file mode 100644 index 000000000000..3297c2c9785c --- /dev/null +++ b/app-text/crm114/files/crm114-20060704a-fataltraptest.patch @@ -0,0 +1,32 @@ +--- megatest_knowngood.log.orig 2006-01-18 22:34:42.000000000 +0000 ++++ megatest_knowngood.log 2006-04-17 14:30:35.000000000 +0100 +@@ -23,12 +23,6 @@ + For some reason, I was unable to read-open the file named zoob.zipulrlfjf + Sorry, but this program is very sick and probably should be killed off. + This happened at line 19 of file fataltraptest.crm +- --- and again, the next thing you see SHOULD be an error "unable to write-open"--- +- Caught the error - fault text was +-crm: *ERROR* +- For some reason, I was unable to write-open the file named /No/Such/Directory/frotz.mumble +- Sorry, but this program is very sick and probably should be killed off. +-This happened at line 29 of file fataltraptest.crm + + + Start of insert processor testing +--- fataltraptest.crm.orig 2006-01-18 22:34:42.000000000 +0000 ++++ fataltraptest.crm 2006-04-17 14:35:22.000000000 +0100 +@@ -23,14 +23,4 @@ + output / Caught the error - fault text was :*:my_fault: / + } + } +-output / --- and again, the next thing you see SHOULD be an error "unable to write-open"--- :*:_nl:/ +-{ +- { +- output [/No/Such/Directory/frotz.mumble] (:hi:) +- } +- trap (:my_fault:) /.*/ +- { +- output / Caught the error - fault text was :*:my_fault: / +- } +-} + output /:*:_nl:/ |