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: Tue,  6 Jun 2017 21:43:35 +0000 (UTC)	[thread overview]
Message-ID: <1496785366.626d8597a22176aff09413fa5a8cac43e1c1584c.mrueg@gentoo> (raw)

commit:     626d8597a22176aff09413fa5a8cac43e1c1584c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  6 21:42:05 2017 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Tue Jun  6 21:42:46 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=626d8597

app-emulation/kompose: Remove old

Package-Manager: Portage-2.3.6, Repoman-2.3.2

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

diff --git a/app-emulation/kompose/Manifest b/app-emulation/kompose/Manifest
index 0e3cf3e11d0..5a5cd698f02 100644
--- a/app-emulation/kompose/Manifest
+++ b/app-emulation/kompose/Manifest
@@ -1,3 +1 @@
-DIST kompose-0.5.0.tar.gz 4960733 SHA256 542828b5b5a231596bc50536322975fab3b49259052de4ad6115b099c01f2627 SHA512 11f3f6a5624fb67ab8be099d220647e8447290311167875efa7ad5a5058bd1401fd5def667ebde3b78eec8404eec81239764d3722e27c60fb55291c4371d36af WHIRLPOOL 50eb0cf5aee7aa2b3868af67d9e3de617ab8cd9ef6af6b1ec48bd772c9e01518e160f2a5b4994748fe474dddad143aac14c85c44a44f1aaf6638c181a6b54d30
-DIST kompose-0.6.0.tar.gz 4972911 SHA256 4e42dd2d247ab88382cc29ca9e180cf29e809f8112f533b5a2520c0adb547cdb SHA512 93c4e9864169cbc5f5aacf20db79063bdf97ae1d9ae5942928c36843f4837ddfe7adc4d9fab77ac2470fedfd8653e159f1f0a9a0721f2c2b1edd45dded8bf000 WHIRLPOOL 7360994fc717fe2613117cde7f9da07562b1895abbd49bafe95075a26891b951b484fea95433d0f295c173f4947a2006d3b22cd70c2b36eddba6306526635ee6
 DIST kompose-0.7.0.tar.gz 4980909 SHA256 6b649e91494e57ffd6c6f1d6150072d4c5589d75568172a8f3a0d6cbd7322599 SHA512 a0e8b16221ff25ca5a219646a06dd9254a87c76d5477c5a6c175e782625eb02e41c720278ec409e10f82e8c278ecd941a3d3d49b4220602fec2d3715dbf5e2a7 WHIRLPOOL 460ac6a5c3f25682ec968fef01b72c0b39a8e04cc3d3643f639010e642813a708ea6e91a74dc6d089d90aba6cece6574b83a6b515d2c11bdf9afab34491567f6

diff --git a/app-emulation/kompose/kompose-0.5.0.ebuild b/app-emulation/kompose/kompose-0.5.0.ebuild
deleted file mode 100644
index f6ee3479e52..00000000000
--- a/app-emulation/kompose/kompose-0.5.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-incubator/kompose/..."
-EGIT_COMMIT="v${PV}"
-COMPOSE_COMMIT="c01bcce"
-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-incubator/kompose"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="Apache-2.0"
-SLOT="0/${PVR}"
-IUSE="hardened"
-
-RESTRICT="test"
-
-src_compile() {
-	export CGO_LDFLAGS="$(usex hardened '-fno-PIC ' '')"
-	GOPATH="${S}" go build -ldflags="-X github.com/kubernetes-incubator/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-0.6.0.ebuild b/app-emulation/kompose/kompose-0.6.0.ebuild
deleted file mode 100644
index e5c42b18aa1..00000000000
--- a/app-emulation/kompose/kompose-0.6.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-incubator/kompose/..."
-EGIT_COMMIT="v${PV}"
-COMPOSE_COMMIT="ae4ef9e"
-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-incubator/kompose"
-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-incubator/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-06-06 21:44 UTC|newest]

Thread overview: 44+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-06 21:43 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-25 16:16 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-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=1496785366.626d8597a22176aff09413fa5a8cac43e1c1584c.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