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 05C77138334 for ; Thu, 19 Sep 2019 01:48:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29376E08F7; Thu, 19 Sep 2019 01:48:10 +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 F375EE08F7 for ; Thu, 19 Sep 2019 01:48:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 BF7E734B38E for ; Thu, 19 Sep 2019 01:48:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BE857E7 for ; Thu, 19 Sep 2019 01:48:06 +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: <1568857662.a73f37cbe129737989dda9f02e923117a4bf0a74.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.12.2.ebuild X-VCS-Directories: app-emulation/docker-machine/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: a73f37cbe129737989dda9f02e923117a4bf0a74 X-VCS-Branch: master Date: Thu, 19 Sep 2019 01:48: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f01a178-87ca-4990-a393-949de55bba65 X-Archives-Hash: 8f085d66af228486d1f1cd2152850583 commit: a73f37cbe129737989dda9f02e923117a4bf0a74 Author: Zac Medico gentoo org> AuthorDate: Thu Sep 19 01:32:48 2019 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Sep 19 01:47:42 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a73f37cb app-emulation/docker-machine: Remove old version 0.12.2 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Zac Medico gentoo.org> app-emulation/docker-machine/Manifest | 1 - .../docker-machine/docker-machine-0.12.2.ebuild | 39 ---------------------- 2 files changed, 40 deletions(-) diff --git a/app-emulation/docker-machine/Manifest b/app-emulation/docker-machine/Manifest index 8167f7a04d5..e693d6a2c9d 100644 --- a/app-emulation/docker-machine/Manifest +++ b/app-emulation/docker-machine/Manifest @@ -1,2 +1 @@ -DIST docker-machine-0.12.2.tar.gz 1725590 BLAKE2B 8e96fc0f54d7ce4ecea7a670c0851f5a0f9516316877da43dd3dce4e891c67a6231732a4102b82bf8bbd6f3b0be579f3c1faaaf2cad4be48ad00df21a704f240 SHA512 58b2ed13b56034f5bfb8374397aead67c669fc544409932f6c29ca56578ad61b3f584a8f32b281cafac56a9647d6e215ab5138045c2c6810a5d202c68bfdb3b0 DIST docker-machine-0.13.0.tar.gz 1730091 BLAKE2B 9268f55c1b2a630043be7875d6ab72eced67e5e5618c95666e9c31a4180b40bf770782405b4ecdc141c50398ace0de882a60922fcfb8068a498eb81f0e614da3 SHA512 c31b3505e475f5e55310cc3b8805db8b94522703956a640954c3898c584fc3a07830c346535855cbb2fb10016dd0e7ef72e7174e919a3651f05e18b652132121 diff --git a/app-emulation/docker-machine/docker-machine-0.12.2.ebuild b/app-emulation/docker-machine/docker-machine-0.12.2.ebuild deleted file mode 100644 index 1697e3defa6..00000000000 --- a/app-emulation/docker-machine/docker-machine-0.12.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -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="hardened" -RESTRICT="test" -S=${WORKDIR}/${P}/src/${EGO_PN} - -src_prepare() { - default - # don't pre-strip binaries - sed -e 's|\(GO_LDFLAGS := $(GO_LDFLAGS) -w\) -s|\1|' -i mk/main.mk ||die -} - -src_compile() { - CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')" GOPATH="${WORKDIR}/${P}" emake build || die -} - -src_install() { - dobin bin/* - dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md -}