Gentoo Archives: gentoo-commits

From: Sergey Popov <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/yandex-disk/
Date: Tue, 30 May 2017 07:21:46
Message-Id: 1496128894.acc9c0440254950d16a43e5244d1051c1741b9a9.pinkbyte@gentoo
1 commit: acc9c0440254950d16a43e5244d1051c1741b9a9
2 Author: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 30 07:20:04 2017 +0000
4 Commit: Sergey Popov <pinkbyte <AT> gentoo <DOT> org>
5 CommitDate: Tue May 30 07:21:34 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acc9c044
7
8 net-misc/yandex-disk: fix installing man files, bump EAPI to 6
9
10 Gentoo-Bug: 619976
11
12 Package-Manager: Portage-2.3.5, Repoman-2.3.1
13
14 net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild | 7 ++++---
15 1 file changed, 4 insertions(+), 3 deletions(-)
16
17 diff --git a/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild b/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
18 index 9734ee06d43..0ba7ec85dfa 100644
19 --- a/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
20 +++ b/net-misc/yandex-disk/yandex-disk-0.1.5.940_p1.ebuild
21 @@ -1,7 +1,7 @@
22 # Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=6
27
28 inherit bash-completion-r1 eutils rpm
29
30 @@ -33,14 +33,15 @@ src_prepare() {
31 -e '/^complete/s/-X //' \
32 etc/bash_completion.d/yandex-disk-completion.bash || die
33
34 - epatch_user
35 + eapply_user
36 }
37
38 src_install() {
39 exeinto /opt/bin
40 doexe usr/bin/yandex-disk
41 newbashcomp etc/bash_completion.d/yandex-disk-completion.bash "${PN}"
42 - doman usr/share/man/man1/*.gz
43 + insinto /usr/share/man
44 + doins -r usr/share/man/*
45 insinto /usr/share
46 doins -r usr/share/locale
47 }