From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 57B99139694 for ; Tue, 28 Feb 2017 21:07:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 54D61E0CAF; Tue, 28 Feb 2017 21:07:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 30246E0CAF for ; Tue, 28 Feb 2017 21:07:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2567934164A for ; Tue, 28 Feb 2017 21:07:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B62B057D8 for ; Tue, 28 Feb 2017 21:07:13 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1488316014.0cfb4798f5c891854234b059f3efe4f9533d73e4.xmw@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/umurmur/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/umurmur/umurmur-0.2.16a-r1.ebuild media-sound/umurmur/umurmur-0.2.16a.ebuild X-VCS-Directories: media-sound/umurmur/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: 0cfb4798f5c891854234b059f3efe4f9533d73e4 X-VCS-Branch: master Date: Tue, 28 Feb 2017 21:07:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 00011613-603f-4fcc-a870-4bbbae15bdde X-Archives-Hash: 39b27980ffa48bb0bfb58ba9d7293900 commit: 0cfb4798f5c891854234b059f3efe4f9533d73e4 Author: Michael Weber gentoo org> AuthorDate: Tue Feb 28 21:06:54 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Tue Feb 28 21:06:54 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cfb4798 media-sound/umurmur: Fix DOC_CONTENTS location of umurmur.conf. Package-Manager: Portage-2.3.3, Repoman-2.3.1 media-sound/umurmur/umurmur-0.2.16a-r1.ebuild | 6 +++--- media-sound/umurmur/umurmur-0.2.16a.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild index b573045baa3..b8464e0867d 100644 --- a/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -26,8 +26,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 RDEPEND="${DEPEND}" DOC_CONTENTS=" - A configuration file has been installed at /etc/umurmur.conf - you may - want to review it. See also\n + A configuration file has been installed at /etc/umurmur/umurmur.conf - you + may want to review it. See also\n https://github.com/umurmur/umurmur/wiki/Configuration " pkg_pretend() { diff --git a/media-sound/umurmur/umurmur-0.2.16a.ebuild b/media-sound/umurmur/umurmur-0.2.16a.ebuild index d5bdc244474..d5a3eb1f314 100644 --- a/media-sound/umurmur/umurmur-0.2.16a.ebuild +++ b/media-sound/umurmur/umurmur-0.2.16a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -23,8 +23,8 @@ DEPEND=">=dev-libs/protobuf-c-1.0.0_rc2 RDEPEND="${DEPEND}" DOC_CONTENTS=" - A configuration file has been installed at /etc/umurmur.conf - you may - want to review it. See also\n + A configuration file has been installed at /etc/umurmur/umurmur.conf - you + may want to review it. See also\n https://github.com/umurmur/umurmur/wiki/Configuration " pkg_setup() {