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 009F713832E for ; Mon, 25 Jul 2016 18:28:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C40E09B2; Mon, 25 Jul 2016 18:28:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A7C60E09B2 for ; Mon, 25 Jul 2016 18:28:45 +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 3079F34090F for ; Mon, 25 Jul 2016 18:28:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 795BF78B for ; Mon, 25 Jul 2016 18:28:40 +0000 (UTC) From: "William Hubbs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "William Hubbs" Message-ID: <1469471312.2de6e1e863a3397b1f70554c689fb156b0288f5d.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/go/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/go/go-9999.ebuild X-VCS-Directories: dev-lang/go/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 2de6e1e863a3397b1f70554c689fb156b0288f5d X-VCS-Branch: master Date: Mon, 25 Jul 2016 18:28:40 +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: bfd48e98-7b6a-411f-89e7-ca07b3e9d6f4 X-Archives-Hash: 8a6458f5ef8c47a02b54ded9f0414c78 commit: 2de6e1e863a3397b1f70554c689fb156b0288f5d Author: William Hubbs gentoo org> AuthorDate: Mon Jul 25 18:21:53 2016 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Jul 25 18:28:32 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2de6e1e8 dev-lang/go: remove elog for release notes for #589464 Package-Manager: portage-2.2.28 dev-lang/go/go-9999.ebuild | 5 ----- 1 file changed, 5 deletions(-) diff --git a/dev-lang/go/go-9999.ebuild b/dev-lang/go/go-9999.ebuild index 9a52b39..7adeb6b 100644 --- a/dev-lang/go/go-9999.ebuild +++ b/dev-lang/go/go-9999.ebuild @@ -238,11 +238,6 @@ pkg_postinst() -exec touch -r "${EROOT}"${tref} {} \; eend $? - if [[ ${PV} != 9999 && -n ${REPLACING_VERSIONS} && - ${REPLACING_VERSIONS} != ${PV} ]]; then - elog "Release notes are located at http://golang.org/doc/go${PV}" - fi - if $had_support_files; then ewarn ewarn "All editor support, IDE support, shell completion"