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 3CAFF1392A7 for ; Wed, 26 Oct 2016 15:13:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAE1BE0BA5; Wed, 26 Oct 2016 15:13:54 +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 A03D2E0BA5 for ; Wed, 26 Oct 2016 15:13:54 +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 83F8E3414E9 for ; Wed, 26 Oct 2016 15:13:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E1B7D9 for ; Wed, 26 Oct 2016 15:13:51 +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: <1477494823.0b4ac98098a285b723308c6a27035a0303784ad2.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-machine/Manifest app-emulation/docker-machine/docker-machine-0.6.0.ebuild X-VCS-Directories: app-emulation/docker-machine/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0b4ac98098a285b723308c6a27035a0303784ad2 X-VCS-Branch: master Date: Wed, 26 Oct 2016 15:13:51 +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: dde5a5cc-c257-4a53-a74e-05def90a42a6 X-Archives-Hash: 240c7a4acabb3cfffcddf0c281418116 commit: 0b4ac98098a285b723308c6a27035a0303784ad2 Author: Zac Medico gentoo org> AuthorDate: Wed Oct 26 15:12:17 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed Oct 26 15:13:43 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b4ac980 app-emulation/docker-machine: remove old version 0.6.0 Package-Manager: portage-2.3.2 app-emulation/docker-machine/Manifest | 1 - .../docker-machine/docker-machine-0.6.0.ebuild | 41 ---------------------- 2 files changed, 42 deletions(-) diff --git a/app-emulation/docker-machine/Manifest b/app-emulation/docker-machine/Manifest index ee75700..09072a9 100644 --- a/app-emulation/docker-machine/Manifest +++ b/app-emulation/docker-machine/Manifest @@ -1,2 +1 @@ -DIST docker-machine-0.6.0.tar.gz 2693505 SHA256 e95f1d0efee8de1b0d97ddc2620cd8ee57ea0de9950a302307e9a9cd3d32ae5a SHA512 f71fab7ed8e9a39edc36190d417305f089ec6f28dec916b0386d06ccdabf509fadf36872b6d914b40dd5af073b55d6ae61633d5a869f144718186531e475741d WHIRLPOOL a6325dba453e783028888c1ab16f47e108d0a3a4ccac3b42ca02cf41adb5a72a0b61b7c35929e6e5088a2d00e58ef0e24984c93c58923e06c119d7bdac55612e DIST docker-machine-0.7.0.tar.gz 3173248 SHA256 b36152f719a453327ab071b7f9fef76a5b3264b7944c14ad20c79f7535114e4a SHA512 312c6222ae5bb82e9236021502cc8aa486b76dc4f6773729a5887def2fcf06499fa62cebc79ba9c91f88685411d0e88fa0d0ce218382a748afdabadbee8cc4fd WHIRLPOOL 236070fade6887221979ea3b3aa0a62d734fecaa800ab89a0242130355d0d196d064a764bc1abaafc47a193b9cfc24caef6067eca68e8e4bacab929d7ca7a137 diff --git a/app-emulation/docker-machine/docker-machine-0.6.0.ebuild b/app-emulation/docker-machine/docker-machine-0.6.0.ebuild deleted file mode 100644 index 106b440..00000000 --- a/app-emulation/docker-machine/docker-machine-0.6.0.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -EGO_PN=github.com/docker/machine/... - -if [[ ${PV} = *9999* ]]; then - inherit golang-vcs -else - KEYWORDS="~amd64" - EGIT_COMMIT="v${PV}" - SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" - inherit golang-vcs-snapshot -fi -inherit golang-build - -DESCRIPTION="Machine management for a container-centric world" -HOMEPAGE="https://docs.docker.com/machine/ " -LICENSE="Apache-2.0" -SLOT="0" -IUSE="" -RESTRICT="test" -DEPEND=">=dev-lang/go-1.5:=" -RDEPEND="" -S=${WORKDIR}/${P}/src/${EGO_PN%/*} - -src_prepare() { - # don't pre-strip binaries - sed -e 's|\(GO_LDFLAGS := $(GO_LDFLAGS) -w\) -s|\1|' -i mk/main.mk ||die -} - -src_compile() { - GOPATH="${WORKDIR}/${P}:$(get_golibdir_gopath)" emake build || die -} - -src_install() { - dobin bin/* - dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md -}