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 9ECC2138334 for ; Mon, 8 Jul 2019 18:03:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E517E0886; Mon, 8 Jul 2019 18:03:01 +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 7D981E0886 for ; Mon, 8 Jul 2019 18:03:01 +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 24CA83473EA for ; Mon, 8 Jul 2019 18:03:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1119D609 for ; Mon, 8 Jul 2019 18:02:58 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1562608970.138bfe09a65c91a01d1d3c25d92ebe5f227fe7f4.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-tools/go-tools-0_pre20180817.ebuild dev-go/go-tools/go-tools-9999.ebuild X-VCS-Directories: dev-go/go-tools/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 138bfe09a65c91a01d1d3c25d92ebe5f227fe7f4 X-VCS-Branch: master Date: Mon, 8 Jul 2019 18:02:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f90e2e5a-ac8d-4f27-9956-d1d32fbdcabe X-Archives-Hash: f4a9fe603c8e7494d94044ff2242b549 commit: 138bfe09a65c91a01d1d3c25d92ebe5f227fe7f4 Author: Zac Medico gentoo org> AuthorDate: Mon Jul 8 18:01:59 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Mon Jul 8 18:02:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=138bfe09 dev-go/go-tools: improve DESCRIPTION Closes: https://bugs.gentoo.org/689444 Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Zac Medico gentoo.org> dev-go/go-tools/go-tools-0_pre20180817.ebuild | 2 +- dev-go/go-tools/go-tools-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-go/go-tools/go-tools-0_pre20180817.ebuild b/dev-go/go-tools/go-tools-0_pre20180817.ebuild index a7bd294e620..35fe93954d4 100644 --- a/dev-go/go-tools/go-tools-0_pre20180817.ebuild +++ b/dev-go/go-tools/go-tools-0_pre20180817.ebuild @@ -12,7 +12,7 @@ ARCHIVE_URI="https://github.com/golang/tools/archive/${EGIT_COMMIT}.tar.gz -> ${ KEYWORDS="~amd64 ~arm ~x86" inherit golang-build golang-vcs-snapshot -DESCRIPTION="Go Tools" +DESCRIPTION="Tools that support the Go programming language (godoc, etc.)" HOMEPAGE="https://godoc.org/golang.org/x/tools" GO_FAVICON="go-favicon-20181103162401.ico" SRC_URI="${ARCHIVE_URI} diff --git a/dev-go/go-tools/go-tools-9999.ebuild b/dev-go/go-tools/go-tools-9999.ebuild index ffc68729ed0..7b130f58c15 100644 --- a/dev-go/go-tools/go-tools-9999.ebuild +++ b/dev-go/go-tools/go-tools-9999.ebuild @@ -20,7 +20,7 @@ else fi inherit golang-build -DESCRIPTION="Go Tools" +DESCRIPTION="Tools that support the Go programming language (godoc, etc.)" HOMEPAGE="https://godoc.org/golang.org/x/tools" GO_FAVICON="go-favicon-20181103162401.ico" SRC_URI="${ARCHIVE_URI}