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 051B8138330 for ; Mon, 28 May 2018 23:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFE50E081B; Mon, 28 May 2018 23:02:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0A06E081B for ; Mon, 28 May 2018 23:02:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFDD9335C84 for ; Mon, 28 May 2018 23:02:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 255682C4 for ; Mon, 28 May 2018 23:02:17 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1527548521.e2da8adeb31dfe7cc77715c83f0d167caf165eb8.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/gofish/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/gofish/gofish-1.2.ebuild X-VCS-Directories: net-misc/gofish/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: e2da8adeb31dfe7cc77715c83f0d167caf165eb8 X-VCS-Branch: master Date: Mon, 28 May 2018 23:02:17 +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: 9c1757ae-b0ea-4f3a-9e91-27178154566d X-Archives-Hash: 3ab07d060b9462cb79ab78dd7a7200ed commit: e2da8adeb31dfe7cc77715c83f0d167caf165eb8 Author: Aaron Bauman gentoo org> AuthorDate: Mon May 28 16:51:11 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Mon May 28 23:02:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2da8ade net-misc/gofish: rm DOCS=() and add dodoc for Configure_GoFish file Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/gofish/gofish-1.2.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild index 64d6f162b85..afbc6b28d2c 100644 --- a/net-misc/gofish/gofish-1.2.ebuild +++ b/net-misc/gofish/gofish-1.2.ebuild @@ -19,8 +19,6 @@ RDEPEND="" S=${WORKDIR}/${PN} -DOCS=( AUTHORS ChangeLog Configure_GoFish README TODO ) - pkg_setup() { enewgroup gopher enewuser gopher -1 -1 -1 gopher @@ -34,7 +32,7 @@ src_configure() { src_install () { default - + dodoc Configure_GoFish newinitd "${FILESDIR}"/gofish.rc gofish newconfd "${FILESDIR}"/gofish.confd gofish }