diff options
author | 2006-06-01 23:31:14 +0000 | |
---|---|---|
committer | 2006-06-01 23:31:14 +0000 | |
commit | bc2460e95880c836c231fbd0ca45ec1ef2432473 (patch) | |
tree | a635d92622e0258036633979becf09033e17ab4b /app-text/a2ps/files | |
parent | Remove 'e' language (my typo). Thanks to Jakub Moc in bug #135137. (diff) | |
download | historical-bc2460e95880c836c231fbd0ca45ec1ef2432473.tar.gz historical-bc2460e95880c836c231fbd0ca45ec1ef2432473.tar.bz2 historical-bc2460e95880c836c231fbd0ca45ec1ef2432473.zip |
New revision including fixes from bug 126403, bug 114627 and RESTRICT=test for bug 118655
Package-Manager: portage-2.1_rc3-r4
Diffstat (limited to 'app-text/a2ps/files')
-rw-r--r-- | app-text/a2ps/files/a2ps-4.13c-emacs.patch | 10 | ||||
-rw-r--r-- | app-text/a2ps/files/a2ps-4.13c-psset.patch | 11 | ||||
-rw-r--r-- | app-text/a2ps/files/digest-a2ps-4.13c-r5 | 6 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-text/a2ps/files/a2ps-4.13c-emacs.patch b/app-text/a2ps/files/a2ps-4.13c-emacs.patch new file mode 100644 index 000000000000..f1cd5d9ebdfc --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.13c-emacs.patch @@ -0,0 +1,10 @@ +--- a2ps-4.13/contrib/emacs/a2ps-print.el.orig 2005-12-05 08:03:48.000000000 +0100 ++++ a2ps-4.13/contrib/emacs/a2ps-print.el 2005-12-06 16:38:14.000000000 +0100 +@@ -93,6 +93,7 @@ + (concat "--center-title=" name) + (concat "--footer=" (concat name " Emacs buffer")) + (concat "--pretty-print=" filetype) ++ (concat "-d") + ;Uncommenting the following gives a print preview (only): + ; (concat "--output=/tmp/foo.ps") + ) diff --git a/app-text/a2ps/files/a2ps-4.13c-psset.patch b/app-text/a2ps/files/a2ps-4.13c-psset.patch new file mode 100644 index 000000000000..f8fd4497f281 --- /dev/null +++ b/app-text/a2ps/files/a2ps-4.13c-psset.patch @@ -0,0 +1,11 @@ +--- a2ps-4.13/contrib/psset.in.orig 2006-03-16 12:30:48.000000000 +0100 ++++ a2ps-4.13/contrib/psset.in 2006-03-16 12:28:14.000000000 +0100 +@@ -241,7 +241,7 @@ + # spaces with a `\' too... + pspagedevicelen=`echo "$pspagedevice" | wc -l` + pspagedevice=`echo "$pspagedevice" | \ +- sed -e "$pspagedevicelen!s/\$/\\\\\\/;s/^/\\\\\\/"` ++ sed -e "$pspagedevicelen!s/\$/\\\\\\/;s/^ /\\\\\\/"` + + case $at in + 0) # Insert last in the Setup, so that we win over other requests. diff --git a/app-text/a2ps/files/digest-a2ps-4.13c-r5 b/app-text/a2ps/files/digest-a2ps-4.13c-r5 new file mode 100644 index 000000000000..0cf5230e7350 --- /dev/null +++ b/app-text/a2ps/files/digest-a2ps-4.13c-r5 @@ -0,0 +1,6 @@ +MD5 e315466f75d99c0c1ca563d82f2ace2e a2ps-4.13c-ja_nls.patch.gz 38189 +RMD160 932f430064f77d65768d2d1701ea650ae1103bb0 a2ps-4.13c-ja_nls.patch.gz 38189 +SHA256 8bc15ae152205b184a609777ac29430780eadacba2fd90bfa1fe318e43bd781f a2ps-4.13c-ja_nls.patch.gz 38189 +MD5 97164e84ba911e4604155507e0893669 a2ps-4.13c.tar.gz 2395885 +RMD160 d6464e88236a4efa8377e37e29e548411cd9c863 a2ps-4.13c.tar.gz 2395885 +SHA256 dfdd509ef79040fb300b2709a8fc54d9562f3ce141184958e3c2303cb3cf4890 a2ps-4.13c.tar.gz 2395885 |