Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/buka/
Date: Sun, 22 Oct 2017 08:33:02
Message-Id: 1508661165.274f2ea9a7c3f75ce4476089053789330ef0dcc0.monsieurp@gentoo
1 commit: 274f2ea9a7c3f75ce4476089053789330ef0dcc0
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 22 08:32:45 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 08:32:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=274f2ea9
7
8 net-misc/buka: install script in /usr/bin.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-misc/buka/buka-3.0.1.ebuild | 6 ++----
13 1 file changed, 2 insertions(+), 4 deletions(-)
14
15 diff --git a/net-misc/buka/buka-3.0.1.ebuild b/net-misc/buka/buka-3.0.1.ebuild
16 index ab4196561b1..1aa8b0d6554 100644
17 --- a/net-misc/buka/buka-3.0.1.ebuild
18 +++ b/net-misc/buka/buka-3.0.1.ebuild
19 @@ -24,10 +24,8 @@ RDEPEND="dev-python/beautifulsoup
20
21 src_install() {
22 default
23 - doman ${PN}.1
24 - dobin ${PN}
25 - exeinto /usr/share
26 - doexe ${PN}-parse
27 + doman "${PN}.1"
28 + dobin "${PN}" "${PN}-parse"
29 }
30
31 pkg_postinst() {