Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umurmur/
Date: Tue, 28 Feb 2017 21:07:19
Message-Id: 1488316014.0cfb4798f5c891854234b059f3efe4f9533d73e4.xmw@gentoo
1 commit: 0cfb4798f5c891854234b059f3efe4f9533d73e4
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 28 21:06:54 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 28 21:06:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb4798
7
8 media-sound/umurmur: Fix DOC_CONTENTS location of umurmur.conf.
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 media-sound/umurmur/umurmur-0.2.16a-r1.ebuild | 6 +++---
13 media-sound/umurmur/umurmur-0.2.16a.ebuild | 6 +++---
14 2 files changed, 6 insertions(+), 6 deletions(-)
15
16 diff --git a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild
17 index b573045baa3..b8464e0867d 100644
18 --- a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild
19 +++ b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -26,8 +26,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2
27 RDEPEND="${DEPEND}"
28
29 DOC_CONTENTS="
30 - A configuration file has been installed at /etc/umurmur.conf - you may
31 - want to review it. See also\n
32 + A configuration file has been installed at /etc/umurmur/umurmur.conf - you
33 + may want to review it. See also\n
34 https://github.com/umurmur/umurmur/wiki/Configuration "
35
36 pkg_pretend() {
37
38 diff --git a/media-sound/umurmur/umurmur-0.2.16a.ebuild b/media-sound/umurmur/umurmur-0.2.16a.ebuild
39 index d5bdc244474..d5a3eb1f314 100644
40 --- a/media-sound/umurmur/umurmur-0.2.16a.ebuild
41 +++ b/media-sound/umurmur/umurmur-0.2.16a.ebuild
42 @@ -1,4 +1,4 @@
43 -# Copyright 1999-2016 Gentoo Foundation
44 +# Copyright 1999-2017 Gentoo Foundation
45 # Distributed under the terms of the GNU General Public License v2
46
47 EAPI=5
48 @@ -23,8 +23,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2
49 RDEPEND="${DEPEND}"
50
51 DOC_CONTENTS="
52 - A configuration file has been installed at /etc/umurmur.conf - you may
53 - want to review it. See also\n
54 + A configuration file has been installed at /etc/umurmur/umurmur.conf - you
55 + may want to review it. See also\n
56 https://github.com/umurmur/umurmur/wiki/Configuration "
57
58 pkg_setup() {