commit:     4602ed3ba39b0d0a6bd221d9a9345094dd3aa303
Author:     Grégory Salvan <apieum <AT> gmail <DOT> com>
AuthorDate: Sun Jan 10 14:49:27 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 14:53:01 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=4602ed3b

Fix gentoo-science/sci#188 @table @bullet in faq template

 app-text/dgs/dgs-0.5.10-r2.ebuild                   |  1 +
 app-text/dgs/files/dgs-0.5.10-fix-table-bullet.diff | 20 ++++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/app-text/dgs/dgs-0.5.10-r2.ebuild 
b/app-text/dgs/dgs-0.5.10-r2.ebuild
index ccc0db2..e94540b 100644
--- a/app-text/dgs/dgs-0.5.10-r2.ebuild
+++ b/app-text/dgs/dgs-0.5.10-r2.ebuild
@@ -31,6 +31,7 @@ src_prepare() {
                "${FILESDIR}"/${P}-gs-time_.h-gentoo.diff \
                "${FILESDIR}"/${P}-tcpd-gentoo.diff \
                "${FILESDIR}"/${P}-gcc-3.4.diff \
+               "${FILESDIR}"/${P}-fix-table-bullet.diff \
                "${FILESDIR}"/${PV}-workaround-include-in-comments.patch \
                "${FILESDIR}"/${PN}-fix-as-needed.patch
 

diff --git a/app-text/dgs/files/dgs-0.5.10-fix-table-bullet.diff 
b/app-text/dgs/files/dgs-0.5.10-fix-table-bullet.diff
new file mode 100644
index 0000000..ebbf4ec
--- /dev/null
+++ b/app-text/dgs/files/dgs-0.5.10-fix-table-bullet.diff
@@ -0,0 +1,20 @@
+--- dgs-0.5.10.ORIG/doc/faq.tmpl.texi  2016-01-10 14:07:38.361193193 +0100
++++ dgs-0.5.10/doc/faq.tmpl.texi       2016-01-10 15:30:32.881330177 +0100
+@@ -14,7 +14,7 @@
+ should read the appropriate license for each component before making any
+ decisions about what you can and cannot do.
+ 
+-@table @bullet
++@itemize @bullet
+ @item DPS/README
+ Adobe DPSclient library copyrighted by Adobe Systems Incorporated.
+ 
+@@ -32,7 +32,7 @@
+ 
+ @item zlib/README
+ ZLIB library copyrighted by Jean-loup Gailly and Mark Adler
+-@end table
++@end itemize
+ 
+ @item How can I get support for this software?
+ 

Reply via email to