From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 25CE51386F2 for ; Mon, 10 Aug 2015 23:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 669F0E08AA; Mon, 10 Aug 2015 23:30:09 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE19DE08AB for ; Mon, 10 Aug 2015 23:30:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B05D634086E for ; Mon, 10 Aug 2015 23:30:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5FFCB147 for ; Mon, 10 Aug 2015 23:30:06 +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: <1439249369.52d4492a252aa4e994de12f325d2e78ff8966031.williamh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-go/go-sys/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-go/go-sys/Manifest dev-go/go-sys/go-sys-0_pre20150518.ebuild X-VCS-Directories: dev-go/go-sys/ X-VCS-Committer: williamh X-VCS-Committer-Name: William Hubbs X-VCS-Revision: 52d4492a252aa4e994de12f325d2e78ff8966031 X-VCS-Branch: master Date: Mon, 10 Aug 2015 23:30:06 +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: c95d8152-d9d8-45fa-8471-52727f78ade5 X-Archives-Hash: 0d6e5982bbcf33b3bff49fac5914c3b6 commit: 52d4492a252aa4e994de12f325d2e78ff8966031 Author: William Hubbs gentoo org> AuthorDate: Mon Aug 10 23:28:02 2015 +0000 Commit: William Hubbs gentoo org> CommitDate: Mon Aug 10 23:29:29 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d4492a dev-go/go-sys: remove old snapshot dev-go/go-sys/Manifest | 1 - dev-go/go-sys/go-sys-0_pre20150518.ebuild | 52 ------------------------------- 2 files changed, 53 deletions(-) diff --git a/dev-go/go-sys/Manifest b/dev-go/go-sys/Manifest index 39649ff..c535cd4 100644 --- a/dev-go/go-sys/Manifest +++ b/dev-go/go-sys/Manifest @@ -1,2 +1 @@ -DIST go-sys-0_pre20150518.tar.gz 528445 SHA256 8b8af041e424a8bd04a955a1104313f4eb3b282f064c555ef4edc53b552ce753 SHA512 90565340fa64b625877444c84589e1ba870403a239cf43e99ba194b071e89e6a4877b4b04bb85ba5966401e9b6361eb1b1ffa88404d727eb9f02938313264a9c WHIRLPOOL 9bf6bf148b8d63bcd863cf64d16c4f999bc68dd8dc382167122afbc14499dbdf8ca0e5397f3106556cd1e3ebe62f0df31a394fed42d1a506a311aa3f9d232c37 DIST go-sys-0_pre20150729.tar.gz 529002 SHA256 9f9e4a2bca96d9f9708770607e21395c3f4f873f9b6266cae1ba1da526729528 SHA512 f80afa938977f3945ab3f08462eaf5d8db430013240a11b1f8a43911948fd2a8a390192ea9ebf79434b348b2ca520267a0441b922110e70603fff4849e57c487 WHIRLPOOL 0b269666650f285521c9fd3486959957ad9279544baac7ab5caa21158fb10ed4de2b2e7c080ffca9aa352c8e5685f2035612d40a04c8f6c5f7093daf1a020029 diff --git a/dev-go/go-sys/go-sys-0_pre20150518.ebuild b/dev-go/go-sys/go-sys-0_pre20150518.ebuild deleted file mode 100644 index 7c3dc93..0000000 --- a/dev-go/go-sys/go-sys-0_pre20150518.ebuild +++ /dev/null @@ -1,52 +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 packages for low-level interaction with the operating system" -MY_PN=${PN##*-} -GO_PN=golang.org/x/${MY_PN} -HOMEPAGE="https://godoc.org/${GO_PN}" -EGIT_COMMIT="58e109635f5d754f4b3a8a0172db65a52fcab866" -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" -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_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 -x -v -work ${GO_PN}/unix/... || die -} - -src_test() { - GOROOT="${GOROOT}" GOPATH=${WORKDIR} \ - go test -x -v golang.org/x/sys/unix/... || die -} - -src_install() { - insinto /usr/lib/go - doins -r "${WORKDIR}"/pkg - insinto /usr/lib/go/src/${GO_PN} - find "${WORKDIR}"/src/${GO_PN} -name '.git*' -exec \ - rm -rf {} \; 2>/dev/null - insopts -m0644 -p # preserve timestamps for bug 551486 - doins -r "${WORKDIR}"/src/${GO_PN}/unix -}