Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/libssh2/
Date: Thu, 20 Jul 2017 14:34:35
Message-Id: 1500561244.54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8.mrueg@gentoo
1 commit: 54f2cbbaf9c8416dd6948a45202b8e082fd0e4f8
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 20 14:34:04 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 20 14:34:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54f2cbba
7
8 net-libs/libssh2: Install NEWS file
9
10 Gentoo-Bug: 604214
11 Package-Manager: Portage-2.3.6, Repoman-2.3.3
12
13 net-libs/libssh2/libssh2-1.8.0.ebuild | 6 ++----
14 net-libs/libssh2/libssh2-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 6 deletions(-)
16
17 diff --git a/net-libs/libssh2/libssh2-1.8.0.ebuild b/net-libs/libssh2/libssh2-1.8.0.ebuild
18 index 6bbabbbbb70..3cc10e06541 100644
19 --- a/net-libs/libssh2/libssh2-1.8.0.ebuild
20 +++ b/net-libs/libssh2/libssh2-1.8.0.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2016 Gentoo Foundation
23 +# Copyright 1999-2017 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=5
27 @@ -27,9 +27,7 @@ RDEPEND="
28 ${DEPEND}
29 "
30
31 -DOCS=(
32 - README
33 -)
34 +DOCS=( NEWS README )
35
36 PATCHES=( "${FILESDIR}"/${PN}-1.8.0-libgcrypt-prefix.patch )
37
38
39 diff --git a/net-libs/libssh2/libssh2-9999.ebuild b/net-libs/libssh2/libssh2-9999.ebuild
40 index 84a2339eced..20d32d23606 100644
41 --- a/net-libs/libssh2/libssh2-9999.ebuild
42 +++ b/net-libs/libssh2/libssh2-9999.ebuild
43 @@ -1,4 +1,4 @@
44 -# Copyright 1999-2016 Gentoo Foundation
45 +# Copyright 1999-2017 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47
48 EAPI=6
49 @@ -24,7 +24,7 @@ DEPEND="
50 "
51 RDEPEND="${DEPEND}"
52
53 -DOCS=( README )
54 +DOCS=( NEWS README )
55
56 src_prepare() {
57 default