summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Volkov <pva@gentoo.org>2015-02-09 11:24:14 +0300
committerPeter Volkov <pva@gentoo.org>2015-02-09 11:24:14 +0300
commit5ab8c0f6bd51059243f6bcf84b7d858530f36135 (patch)
tree3d52ab7cf51cd30bcbc4cc9cc06923d862ecf43b /sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch
parentRedmine version bump. (diff)
downloadpva-5ab8c0f6bd51059243f6bcf84b7d858530f36135.tar.gz
pva-5ab8c0f6bd51059243f6bcf84b7d858530f36135.tar.bz2
pva-5ab8c0f6bd51059243f6bcf84b7d858530f36135.zip
Drop lots of old packagesHEADmaster
app-admin/eselect-yacc app-laptop/hdapsd app-text/languagetool dev-util/abi-compliance-checker dev-util/silentbob media-gfx media-libs/jpeg media-libs/tiff net-p2p/xbtt net-wireless/btsco-kernel net-wireless/btsco sys-apps/groff sys-apps/man-db sys-devel/bison sys-fs/ocfs2-tools sys-kernel/gentoo-sources x11-libs/Xaw3d x11-libs/qt-3!
Diffstat (limited to 'sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch')
-rw-r--r--sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch24
1 files changed, 0 insertions, 24 deletions
diff --git a/sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch b/sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch
deleted file mode 100644
index d85a833..0000000
--- a/sys-apps/groff/files/groff-1.19.2-man-unicode-dashes.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-format dashes as dashes so as to not confuse people
-
-http://bugs.gentoo.org/16108
-http://bugs.gentoo.org/17580
-http://bugs.gentoo.org/121502
-
---- tmac/man.local
-+++ tmac/man.local
-@@ -1,2 +1,6 @@
- .\" This file is loaded after an-old.tmac.
- .\" Put any local modifications to an-old.tmac here.
-+.if '\*[.T]'utf8' \{\
-+. char \- \N'45'
-+. char - \N'45'
-+.\}
---- tmac/mdoc.local
-+++ tmac/mdoc.local
-@@ -1,2 +1,6 @@
- .\" This file is loaded after doc.tmac.
- .\" Put any local modifications to doc.tmac here.
-+.if '\*[.T]'utf8' \{\
-+. char \- \N'45'
-+. char - \N'45'
-+.\}