public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [gentoo-commits] repo/gentoo:master commit in: app-shells/pdmenu/
@ 2016-12-26  0:30 99% Patrice Clement
  0 siblings, 0 replies; 1+ results
From: Patrice Clement @ 2016-12-26  0:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6e5ceed7e6a2516985cc6fe02b83baf251b4cbc1
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 00:11:39 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 00:29:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5ceed7

app-shells/pdmenu: tidy up ebuild a bit.

Package-Manager: portage-2.3.0

 app-shells/pdmenu/pdmenu-1.3.4-r1.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/app-shells/pdmenu/pdmenu-1.3.4-r1.ebuild b/app-shells/pdmenu/pdmenu-1.3.4-r1.ebuild
index 5f16ae5..ba2a2ec 100644
--- a/app-shells/pdmenu/pdmenu-1.3.4-r1.ebuild
+++ b/app-shells/pdmenu/pdmenu-1.3.4-r1.ebuild
@@ -4,7 +4,7 @@
 
 EAPI=6
 
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
 
 DESCRIPTION="A simple console menu program"
 HOMEPAGE="http://joeyh.name/code/pdmenu/"
@@ -28,6 +28,8 @@ PATCHES=(
 	"${FILESDIR}"/${PN}-impl-dec.patch
 )
 
+DOCS=( doc/ANNOUNCE doc/BUGS doc/TODO )
+
 src_prepare() {
 	default
 	sed \
@@ -47,12 +49,11 @@ src_compile() {
 
 src_install() {
 	dobin "${PN}"
-	dodoc doc/ANNOUNCE doc/BUGS doc/TODO
 	use examples && dodoc -r examples
 	mv "doc/${PN}.man" "doc/${PN}.1" || die
 	mv "doc/${PN}rc.man" "doc/${PN}rc.5" || die
 	doman "doc/${PN}.1" "doc/${PN}rc.5"
-
+	einstalldocs
 }
 
 pkg_postinst() {


^ permalink raw reply related	[relevance 99%]

Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2016-12-26  0:30 99% [gentoo-commits] repo/gentoo:master commit in: app-shells/pdmenu/ Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox