public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/kompose/
Date: Wed, 25 Oct 2017 16:16:26 +0000 (UTC)	[thread overview]
Message-ID: <1508948165.ede7b9a83f631d080bcb55f16bbbef66e7f468ec.mrueg@gentoo> (raw)

commit:     ede7b9a83f631d080bcb55f16bbbef66e7f468ec
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 25 16:16:05 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Oct 25 16:16:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ede7b9a8

app-emulation/kompose: Remove old

Package-Manager: Portage-2.3.12, Repoman-2.3.3

 app-emulation/kompose/Manifest             |  2 --
 app-emulation/kompose/kompose-1.1.0.ebuild | 30 ------------------------------
 app-emulation/kompose/kompose-1.2.0.ebuild | 30 ------------------------------
 3 files changed, 62 deletions(-)

diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest
index 6fc39624618..49af3a2b6ae 100644
--- a/app-emulation/kompose/Manifest
+++ b/app-emulation/kompose/Manifest
@@ -1,3 +1 @@
-DIST kompose-1.1.0.tar.gz 5090229 SHA256 912c6f1e1e609372e355237604cb8915d7b8b47147a3230c35ac5d9c2615eef3 SHA512 4082644a8bbe2ad23555e4d1ab72cc10f6e4cd70af3d654ee337bf344e3044b477577097886259944067959cbffc9be34140ac735c3f58f70a58ea18958fadab WHIRLPOOL 207910b2b624ad8314cad30f2759b3e0a67277623db1198c0f9db1678624ecde77b5d6cbe04de075efe4b0dc8adf216e44fe4838c18728617f95c2e0c2e70b6e
-DIST kompose-1.2.0.tar.gz 5091229 SHA256 9fb15d30c6e33025237801f401d6b57b164a142f205d48b1574edf1f9aa92434 SHA512 a01ee5366d748ddc3a21ffb31048759408968c0c51ab756b65ae4d02ae6a03041b94a23ae90e15765366c5947956d4e8e9a129ef5bf6cd74e586c6fad5ba5434 WHIRLPOOL 84dbbc9c1339e4838382fe6c23b8330866ea1a9370de93a0d5653093da454674f40471074740b4f23f61dedac2e5c2798299e2ad2800a8b3a2c2b25dd5bf8940
 DIST kompose-1.3.0.tar.gz 5166961 SHA256 c047708123b769d23cd8e68063b01b6229c5e76338ec294ba0e62a4b73ef46d8 SHA512 394cc35022d6c9f3e70cc8ff567f403fad84b54c71a0c7da856313162bf41223d7dff59abff372f7726404dec04283deb5e0c0960f966471f86607140eddb4d4 WHIRLPOOL e0300c3380e058351f6029ca158c1b8ba5a5c91fd5583dbad84dea7faff2f8f472fcb50eda9673d58c1711c7607d4abb2353fd957c18f4ffa4a5f90413a2c704

diff --git a/app-emulation/kompose/kompose-1.1.0.ebuild b/app-emulation/kompose/kompose-1.1.0.ebuild
deleted file mode 100644
index 157993de5eb..00000000000
--- a/app-emulation/kompose/kompose-1.1.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/kubernetes/kompose"
-EGIT_COMMIT="v${PV}"
-COMPOSE_COMMIT="36652f6"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Tool to move from docker-compose to Kubernetes"
-HOMEPAGE="https://github.com/kubernetes/kompose https://kompose.io"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-RESTRICT="test"
-
-src_compile() {
-	export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-	GOPATH="${S}" go build -ldflags="-X github.com/kubernetes/kompose/cmd.GITCOMMIT=${COMPOSE_COMMIT}" -o bin/kompose src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-	dobin bin/*
-	dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md}
-}

diff --git a/app-emulation/kompose/kompose-1.2.0.ebuild b/app-emulation/kompose/kompose-1.2.0.ebuild
deleted file mode 100644
index 11fd6fc9e7e..00000000000
--- a/app-emulation/kompose/kompose-1.2.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit golang-build golang-vcs-snapshot
-
-EGO_PN="github.com/kubernetes/kompose"
-EGIT_COMMIT="v${PV}"
-COMPOSE_COMMIT="99f88ef"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Tool to move from docker-compose to Kubernetes"
-HOMEPAGE="https://github.com/kubernetes/kompose https://kompose.io"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0"
-IUSE="hardened"
-
-RESTRICT="test"
-
-src_compile() {
-	export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-	GOPATH="${S}" go build -ldflags="-X github.com/kubernetes/kompose/cmd.GITCOMMIT=${COMPOSE_COMMIT}" -o bin/kompose src/${EGO_PN}/main.go || die
-}
-
-src_install() {
-	dobin bin/*
-	dodoc -r src/${EGO_PN}/{docs,{README,RELEASE,ROADMAP,CHANGELOG,CONTRIBUTING}.md}
-}


             reply	other threads:[~2017-10-25 16:16 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-25 16:16 Manuel Rüger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-11-29  0:39 [gentoo-commits] repo/gentoo:master commit in: app-emulation/kompose/ William Hubbs
2020-11-12 15:58 William Hubbs
2020-05-25 20:46 William Hubbs
2019-11-24 21:59 Manuel Rüger
2019-10-17 13:39 Manuel Rüger
2019-01-27 10:15 Pacho Ramos
2018-08-20 14:59 Manuel Rüger
2018-07-30 13:04 Manuel Rüger
2018-07-02 15:00 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-06-05 13:17 Manuel Rüger
2018-05-15 11:18 Manuel Rüger
2018-05-15 11:18 Manuel Rüger
2018-04-21 23:31 Manuel Rüger
2018-03-27  8:23 Manuel Rüger
2018-03-27  8:23 Manuel Rüger
2018-03-09 14:31 Manuel Rüger
2018-02-14 22:57 Manuel Rüger
2018-02-14 22:56 Manuel Rüger
2018-01-26 13:41 Manuel Rüger
2018-01-25 18:53 Manuel Rüger
2018-01-09 19:27 Manuel Rüger
2018-01-09 19:27 Manuel Rüger
2017-12-15 16:49 Manuel Rüger
2017-12-15 16:49 Manuel Rüger
2017-11-24 13:41 Manuel Rüger
2017-11-02 10:43 Manuel Rüger
2017-10-12 12:08 Manuel Rüger
2017-09-19 16:42 Manuel Rüger
2017-09-18 11:10 Manuel Rüger
2017-09-08 21:55 Manuel Rüger
2017-09-08 21:55 Manuel Rüger
2017-08-01 12:25 Manuel Rüger
2017-08-01 12:24 Manuel Rüger
2017-06-06 21:43 Manuel Rüger
2017-06-06 21:43 Manuel Rüger
2017-05-10 21:42 Manuel Rüger
2017-04-15 18:34 Manuel Rüger
2017-04-11 14:59 Manuel Rüger
2017-03-13 16:24 Manuel Rüger
2017-02-14 19:58 Manuel Rüger
2017-02-14 19:58 Manuel Rüger
2016-12-12 15:06 Manuel Rüger

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=1508948165.ede7b9a83f631d080bcb55f16bbbef66e7f468ec.mrueg@gentoo \
    --to=mrueg@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