* [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/
@ 2015-10-06 16:29 Patrice Clement
0 siblings, 0 replies; 3+ messages in thread
From: Patrice Clement @ 2015-10-06 16:29 UTC (permalink / raw
To: gentoo-commits
commit: a29a3a1f4b192ad114c2d07180e45ec48ed03fb4
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 6 16:27:32 2015 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Oct 6 16:27:50 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a29a3a1f
app-text/linuxdoc-tools: Add back a patch actually needed.
Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
.../linuxdoc-tools-0.9.69-disable-doc-build.patch | 28 ++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
new file mode 100644
index 0000000..075eae6
--- /dev/null
+++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.69-disable-doc-build.patch
@@ -0,0 +1,28 @@
+diff --git a/Makefile.in b/Makefile.in
+index 359f14e..1649245 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -161,23 +161,6 @@ endif
+ mkdir -m 755 -p $(tex_ddir)
+ $(INSTALL_DATA) tex/* $(tex_ddir)
+
+-# -- Build and install documentation
+- @echo "Installing documentation in $(doc_ddir) ..."
+- (cd doc; \
+- PATH=${PATH}:$(bin_ddir) \
+- PREFIX=$(DESTDIR)$(prefix) \
+- AUXBINDIR=$(auxbin_ddir) \
+- PKGPERL5LIB=$(perl5lib_ddir) \
+- PKGDATADIR=$(pkgdata_ddir) \
+- bash Makedoc.sh)
+-
+- mkdir -m 755 -p $(doc_ddir)
+- # cp -r doc/* $(doc_ddir)
+- ( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
+- rm -f $(doc_ddir)/Makedoc.sh
+- find $(doc_ddir) -type d -print | xargs chmod 755
+- find $(doc_ddir) -type f -print | xargs chmod 644
+-
+ # what dirs do the targets clean and distclean need?
+ DDIRS=
+ MDIRS=
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/
@ 2015-12-06 4:44 Ian Delaney
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney @ 2015-12-06 4:44 UTC (permalink / raw
To: gentoo-commits
commit: 73dc9fb9a18861da6ba84741de399ce46769f025
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Wed Dec 2 09:21:47 2015 +0000
Commit: Ian Delaney <idella4 <AT> gentoo <DOT> org>
CommitDate: Sun Dec 6 04:44:28 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73dc9fb9
app-text/linuxdoc-tools: do not install documentation Makefile in 0.9.71
.../files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
index 76256da..e0bd5ad 100644
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
+++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.71-fix-parallel-doc-build.patch
@@ -1,7 +1,8 @@
See https://gitlab.com/agmartin/linuxdoc-tools/issues/4
+and https://gitlab.com/agmartin/linuxdoc-tools/issues/6
diff --git a/Makefile.in b/Makefile.in
-index adb85d0..7038d97 100644
+index adb85d0..f215678 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -83,13 +83,14 @@ ifneq ($(BUILDDOC_FORMATS),)
@@ -22,6 +23,15 @@ index adb85d0..7038d97 100644
sh Makedoc.sh)
endif
+@@ -174,7 +175,7 @@ ifneq ($(BUILDDOC_FORMATS),)
+ mkdir -m 755 -p $(doc_ddir)
+ # cp -r doc/* $(doc_ddir)
+ ( cd doc && tar --exclude='CVS' -cpf - . ) | ( cd $(doc_ddir) && tar -xpf - )
+- rm -f $(doc_ddir)/Makedoc.sh
++ rm -f $(doc_ddir)/Makedoc.sh $(doc_ddir)/Makefile
+ find $(doc_ddir) -type d -print | xargs chmod 755
+ find $(doc_ddir) -type f -print | xargs chmod 644
+ endif
diff --git a/doc/Makedoc.sh b/doc/Makedoc.sh
index b7e2efb..da4be99 100644
--- a/doc/Makedoc.sh
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/
@ 2023-04-14 4:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-04-14 4:27 UTC (permalink / raw
To: gentoo-commits
commit: 8454b4395b867965fe28b3bf731bcb57e18fb992
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 14 04:22:39 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 14 04:22:39 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8454b439
app-text/linuxdoc-tools: cleanup patch
Signed-off-by: Sam James <sam <AT> gentoo.org>
.../linuxdoc-tools/files/linuxdoc-tools-0.9.82-configure-clang16.patch | 1 -
1 file changed, 1 deletion(-)
diff --git a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.82-configure-clang16.patch b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.82-configure-clang16.patch
index 941d7eac1dc6..28e6b697a3ad 100644
--- a/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.82-configure-clang16.patch
+++ b/app-text/linuxdoc-tools/files/linuxdoc-tools-0.9.82-configure-clang16.patch
@@ -243,4 +243,3 @@ Signed-off-by: Sam James <sam@gentoo.org>
--
2.38.1
-
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-04-14 4:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-06 16:29 [gentoo-commits] repo/gentoo:master commit in: app-text/linuxdoc-tools/files/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2015-12-06 4:44 Ian Delaney
2023-04-14 4:27 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox