projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e304de7
)
app-text/pdftk: install man page.
author
Patrice Clement
<monsieurp@gentoo.org>
Tue, 14 May 2019 20:39:46 +0000
(22:39 +0200)
committer
Patrice Clement
<monsieurp@gentoo.org>
Tue, 14 May 2019 20:40:02 +0000
(22:40 +0200)
Closes: https://bugs.gentoo.org/672344
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
app-text/pdftk/pdftk-3.0.0.ebuild
patch
|
blob
|
history
diff --git
a/app-text/pdftk/pdftk-3.0.0.ebuild
b/app-text/pdftk/pdftk-3.0.0.ebuild
index 013ab53a1b0f24f1378385361e5cc9ead144f8c2..1f8c20acf72c8024267366c58ae62add5980c955 100644
(file)
--- a/
app-text/pdftk/pdftk-3.0.0.ebuild
+++ b/
app-text/pdftk/pdftk-3.0.0.ebuild
@@
-1,4
+1,4
@@
-# Copyright 1999-201
8
Gentoo Authors
+# Copyright 1999-201
9
Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@
-39,4
+39,5
@@
DEPEND="
src_install() {
java-pkg_newjar "build/jar/pdftk.jar"
java-pkg_dolauncher ${PN} --main com.gitlab.pdftk_java.pdftk
+ doman "${PN}.1"
}