From: "William Hubbs" <williamh@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-net/
Date: Mon, 10 Aug 2015 20:30:54 +0000 (UTC) [thread overview]
Message-ID: <1439238608.12be6b924c12dfbddda07849b4b9c80f96589562.williamh@gentoo> (raw)
commit: 12be6b924c12dfbddda07849b4b9c80f96589562
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 10 20:11:31 2015 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Aug 10 20:30:08 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12be6b92
dev-go/go-net: remove old snapshot
dev-go/go-net/Manifest | 1 -
dev-go/go-net/go-net-0_pre20150604.ebuild | 57 -------------------------------
2 files changed, 58 deletions(-)
diff --git a/dev-go/go-net/Manifest b/dev-go/go-net/Manifest
index bf40cb7..cba60dd 100644
--- a/dev-go/go-net/Manifest
+++ b/dev-go/go-net/Manifest
@@ -1,2 +1 @@
-DIST go-net-0_pre20150604.tar.gz 470847 SHA256 407c9a5796baabb40a04cc09fcbc21efc0df72c38e95550054f8191741ad6207 SHA512 5bf62beed4a5d847dd4034fb713412f26f48d392c133ad4ac7409b75af82cb4b72ce46c3dbda7aab58d42879db4bb120432722362f7b8d2cb8131e9f3709c4e5 WHIRLPOOL ab69bca5c7c72a88d64a694b01911645850cea7741798934d3350a49d57704c0be99a9ebaca7582aed5e03be64dd3daf25778e3193b65f9cad522d6b62397c82
DIST go-net-0_pre20150804.tar.gz 539435 SHA256 77fb87becd3ddb68ff06acd3a1bf1246b390e7489b3e25a9ee9314f7457ccf60 SHA512 02a9734f8335909a15280e925b11ff03b96fbedd6e48fa5c3f869ab1a8b3062971d634f7043f92cee685c618222b147fdee915f1d5d83bd82cdde171970287e3 WHIRLPOOL a63befad593737449f393d7f4490b1680d8cba808f6163b9723b0d1d228480cdcbf9e2fb091ffc96f9121aabde1e24b06f3ddcb7b30e4bffa6e39dece5a8b3e0
diff --git a/dev-go/go-net/go-net-0_pre20150604.ebuild b/dev-go/go-net/go-net-0_pre20150604.ebuild
deleted file mode 100644
index 7c0abdb..0000000
--- a/dev-go/go-net/go-net-0_pre20150604.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KEYWORDS="~amd64"
-DESCRIPTION="Go supplementary network libraries"
-MY_PN=${PN##*-}
-GO_PN=golang.org/x/${MY_PN}
-HOMEPAGE="https://godoc.org/${GO_PN}"
-EGIT_COMMIT="dfe268fd2bb5c793f4c083803609fce9806c6f80"
-SRC_URI="https://github.com/golang/${MY_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-LICENSE="BSD"
-SLOT="0"
-IUSE=""
-DEPEND=">=dev-lang/go-1.4
- dev-go/go-text"
-RDEPEND=""
-S="${WORKDIR}/src/${GO_PN}"
-EGIT_CHECKOUT_DIR="${S}"
-STRIP_MASK="*.a"
-
-src_unpack() {
- default
- mkdir -p src/${GO_PN%/*} || die
- mv ${MY_PN}-${EGIT_COMMIT} src/${GO_PN} || die
-}
-
-src_prepare() {
- # disable broken tests
- sed -e 's:TestReadProppatch(:_\0:' -i webdav/xml_test.go || die
- sed -e 's:TestPingGoogle(:_\0:' \
- -e 's:TestNonPrivilegedPing(:_\0:' \
- -i icmp/ping_test.go || die
-}
-
-src_compile() {
- # Create a writable GOROOT in order to avoid sandbox violations.
- GOROOT="${WORKDIR}/goroot"
- cp -sR "${EPREFIX}"/usr/lib/go "${GOROOT}" || die
- rm -rf "${GOROOT}/src/${GO_PN}" \
- "${GOROOT}/pkg/linux_${ARCH}/${GO_PN}" || die
- GOROOT="${GOROOT}" GOPATH=${WORKDIR} go install -v -x -work ${GO_PN}/... || die
-}
-
-src_test() {
- GOROOT="${GOROOT}" GOPATH=${WORKDIR} \
- go test -x -v ${GO_PN}/... || die $?
-}
-
-src_install() {
- insinto /usr/lib/go
- find "${WORKDIR}"/{pkg,src} -name '.git*' -exec rm -rf {} \; 2>/dev/null
- insopts -m0644 -p # preserve timestamps for bug 551486
- doins -r "${WORKDIR}"/{pkg,src}
-}
next reply other threads:[~2015-08-10 20:31 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-10 20:30 William Hubbs [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-11-29 18:16 [gentoo-commits] repo/gentoo:master commit in: dev-go/go-net/ Zac Medico
2018-08-20 1:01 Zac Medico
2018-08-20 0:20 Zac Medico
2018-08-19 6:38 Zac Medico
2016-09-21 13:57 Marek Szuba
2016-08-23 19:04 Markus Meier
2016-07-31 5:39 Zac Medico
2016-02-20 22:21 Zac Medico
2016-02-11 16:56 Zac Medico
2015-08-10 5:36 Zac Medico
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1439238608.12be6b924c12dfbddda07849b4b9c80f96589562.williamh@gentoo \
--to=williamh@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox