public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/
Date: Tue,  7 Mar 2017 17:12:07 +0000 (UTC)	[thread overview]
Message-ID: <1488906722.52f08a7a70f3d7bc48216aab8a5b06920a80575f.zmedico@gentoo> (raw)

commit:     52f08a7a70f3d7bc48216aab8a5b06920a80575f
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Tue Mar  7 17:11:23 2017 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 17:12:02 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f08a7a

app-emulation/docker-machine: remove old versions

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 app-emulation/docker-machine/Manifest              |  2 --
 .../docker-machine/docker-machine-0.7.0.ebuild     | 40 ---------------------
 .../docker-machine/docker-machine-0.8.2.ebuild     | 41 ----------------------
 3 files changed, 83 deletions(-)

diff --git a/app-emulation/docker-machine/Manifest b/app-emulation/docker-machine/Manifest
index ea9dd402579..a5cca5db4cf 100644
--- a/app-emulation/docker-machine/Manifest
+++ b/app-emulation/docker-machine/Manifest
@@ -1,4 +1,2 @@
 DIST docker-machine-0.10.0.tar.gz 1605832 SHA256 ed64698723436e68341a1ebd8486006293eac306bfa8628e924b38bfcb5b039d SHA512 337ed74474b5e55e10ccd7c8bb3b778d06fc2c56c1646678715548ddeb41a0b7320212d498ad96cbdd08137f78013506b569c4e0aa0a2f28169264d64d814f7c WHIRLPOOL 06802376ba23ec1706ad09c784e3ceb70aab439d88523c2845a69a895e9a31911737bbf889f91627caae79e31cf8039265382183f7112987f0de6aea58adf138
-DIST docker-machine-0.7.0.tar.gz 3173248 SHA256 b36152f719a453327ab071b7f9fef76a5b3264b7944c14ad20c79f7535114e4a SHA512 312c6222ae5bb82e9236021502cc8aa486b76dc4f6773729a5887def2fcf06499fa62cebc79ba9c91f88685411d0e88fa0d0ce218382a748afdabadbee8cc4fd WHIRLPOOL 236070fade6887221979ea3b3aa0a62d734fecaa800ab89a0242130355d0d196d064a764bc1abaafc47a193b9cfc24caef6067eca68e8e4bacab929d7ca7a137
-DIST docker-machine-0.8.2.tar.gz 2928577 SHA256 6ca75b2995f57505901da2f45ce422c782b73d89054cc10868100b3404ccfd05 SHA512 3fa683f74466e30616495b8e635e28be0c7557e17940bc4f3f8598a755463b5ae75e64405281325e2028aee5a3e06744329d9bf0a7b6ade200f3d3c51ba2fe80 WHIRLPOOL 37d9ddd2a946ee890bb771b304be692385e0ef1f53ef8ed100f2860e7cab7b825093a2d7b4c3bfa8b78193df1ab7ec9d16817aef1985a48ae1b97b666051cf96
 DIST docker-machine-0.9.0.tar.gz 1603705 SHA256 8e445e70a92c98a5e73594d8aea07b31dda6fa4ed2d1e7643663f0267e05f25f SHA512 f405f4b50e493d8c3e7526e89c8b45edf9167c9c04a1dfc9dafad3070f32a9a38570f02b900ceb322a43c596558c07b8f0b060cc4afe1fe2b6b6f4af0179a779 WHIRLPOOL 39b504327264c6f0ba2268fac2fa03c1b4f5f93c9e347d6f459e4a5f6bbfe773c5c272fb63d10fb272b92aa622e7474679f67200583f10fb5156f3198b0c1adb

diff --git a/app-emulation/docker-machine/docker-machine-0.7.0.ebuild b/app-emulation/docker-machine/docker-machine-0.7.0.ebuild
deleted file mode 100644
index f0744373ad1..00000000000
--- a/app-emulation/docker-machine/docker-machine-0.7.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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
-}

diff --git a/app-emulation/docker-machine/docker-machine-0.8.2.ebuild b/app-emulation/docker-machine/docker-machine-0.8.2.ebuild
deleted file mode 100644
index 49f62efc050..00000000000
--- a/app-emulation/docker-machine/docker-machine-0.8.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 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=""
-RESTRICT="test"
-DEPEND=">=dev-lang/go-1.7:="
-RDEPEND=""
-S=${WORKDIR}/${P}/src/${EGO_PN%/*}
-
-src_prepare() {
-	eapply_user
-	# 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}" emake build || die
-}
-
-src_install() {
-	dobin bin/*
-	dodoc CHANGELOG.md CONTRIBUTING.md README.md ROADMAP.md
-}


             reply	other threads:[~2017-03-07 17:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-07 17:12 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-09-19  1:48 [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-machine/ Zac Medico
2019-09-19  1:48 Zac Medico
2017-10-25 19:07 Zac Medico
2017-10-25 19:06 Zac Medico
2017-09-15 13:01 Manuel Rüger
2017-06-29 16:29 Zac Medico
2017-03-07 21:25 Zac Medico
2017-03-07 17:09 Zac Medico
2017-01-20 16:44 Zac Medico
2016-10-26 15:29 Zac Medico
2016-10-26 15:13 Zac Medico
2016-04-15 18:44 Zac Medico
2016-04-15 18:40 Zac Medico
2016-03-25 20:13 Zac Medico
2015-12-27 19:04 Zac Medico
2015-12-06 22:08 Zac Medico
2015-08-16  0:25 Zac Medico
2015-08-15 23:04 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=1488906722.52f08a7a70f3d7bc48216aab8a5b06920a80575f.zmedico@gentoo \
    --to=zmedico@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