From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/reg/
Date: Wed, 18 Jul 2018 11:25:57 +0000 (UTC) [thread overview]
Message-ID: <1531913052.63e085f71649b3c330011dabca473d9fc3a9444d.mrueg@gentoo> (raw)
commit: 63e085f71649b3c330011dabca473d9fc3a9444d
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 18 11:24:12 2018 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Jul 18 11:24:12 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e085f7
app-emulation/reg: Remove old
Package-Manager: Portage-2.3.43, Repoman-2.3.10
app-emulation/reg/Manifest | 3 ---
app-emulation/reg/reg-0.13.3.ebuild | 31 -------------------------------
app-emulation/reg/reg-0.13.4.ebuild | 31 -------------------------------
app-emulation/reg/reg-0.14.1.ebuild | 31 -------------------------------
4 files changed, 96 deletions(-)
diff --git a/app-emulation/reg/Manifest b/app-emulation/reg/Manifest
index 9f29aaeadd8..9f00c49ce54 100644
--- a/app-emulation/reg/Manifest
+++ b/app-emulation/reg/Manifest
@@ -1,4 +1 @@
-DIST reg-0.13.3.tar.gz 5396000 BLAKE2B c5fa658010cb5c1cc21d7edfc1b18fac8c65cf2bd3c6de213ab238aabcb1377096172b5484a92f18a04f9ef4c01124dcfcfd4e6eabaf9f9a9b272c6f1f1fc482 SHA512 aefe0e5d3b1a02d54e67a4c7892e6b6c7581793f9e45995933200125c275e38701ad25b772c4541714f72ad1b43865e484bd062e40edbb7ed5faf2a572c224a1
-DIST reg-0.13.4.tar.gz 5401627 BLAKE2B 278462ff66917833feb9a660b39f9826afe1b71f7a75dad07f3673bd5ba63496152aa70147649ddf9d2266cbad3903ba3a4bbe4a7def76a932ea45131bdda8c5 SHA512 f8a1a52824b64cc252a5cd4f6c18d8cf73c88170342f0bab61664f5cdb50295510182c3c15afdfa02c1eae8d299e347a78b47d171ca275c01ecfd9228323c872
-DIST reg-0.14.1.tar.gz 5401469 BLAKE2B 858c699b15e2222685e114d7c7619424dde6eb87cff08f79de621d5c0d35303b0e8f10981b5c0839633eebbb223658189369899f1a3e15bbdf1cf10dffcf88cf SHA512 2904b5da02cd5f0d98447aa86e36e13f96b1e0ef8f81f97d3fd801e3d477909c6d893db8af4e84591a4630633a698b8a21e673d5abbc169812ebd857615b8401
DIST reg-0.15.4.tar.gz 4052737 BLAKE2B 34bc68d3cb161bbea02bfc0ed142cb764f2db64610ac7b2b92130cfc838cfa4fde4794da9fd2d38a9bb73e994cf386ac9f50beaa4435b88cf034a4f4d0b648cc SHA512 d5948b095c310c2697a2f7b80a342af6949e4cb66c521cdb370a6fbead7424d729057fe71952291ee1ed82717cd7bb29141f6a2f85c946e33fd96da1c17912dd
diff --git a/app-emulation/reg/reg-0.13.3.ebuild b/app-emulation/reg/reg-0.13.3.ebuild
deleted file mode 100644
index 25b44103626..00000000000
--- a/app-emulation/reg/reg-0.13.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 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/genuinetools/reg"
-EGIT_COMMIT="v${PV}"
-GIT_COMMIT="f143bb56a5d7ade706e45a0d8b59d2f1ca35724d"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Docker registry v2 command line client"
-HOMEPAGE="https://github.com/genuinetools/reg"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
- pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
- popd || die
-}
-
-src_install() {
- dobin bin/*
- dodoc src/${EGO_PN}/README.md
-}
diff --git a/app-emulation/reg/reg-0.13.4.ebuild b/app-emulation/reg/reg-0.13.4.ebuild
deleted file mode 100644
index f22026d1213..00000000000
--- a/app-emulation/reg/reg-0.13.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 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/genuinetools/reg"
-EGIT_COMMIT="v${PV}"
-GIT_COMMIT="8dba69bce413988846a6defa063f35ab38a31991"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Docker registry v2 command line client"
-HOMEPAGE="https://github.com/genuinetools/reg"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
- pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
- popd || die
-}
-
-src_install() {
- dobin bin/*
- dodoc src/${EGO_PN}/README.md
-}
diff --git a/app-emulation/reg/reg-0.14.1.ebuild b/app-emulation/reg/reg-0.14.1.ebuild
deleted file mode 100644
index 83a59172bdb..00000000000
--- a/app-emulation/reg/reg-0.14.1.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2018 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/genuinetools/reg"
-EGIT_COMMIT="v${PV}"
-GIT_COMMIT="d25a2c83ae5414c8a72f2e1ab96529fb1744fe26"
-ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
-KEYWORDS="~amd64"
-
-DESCRIPTION="Docker registry v2 command line client"
-HOMEPAGE="https://github.com/genuinetools/reg"
-SRC_URI="${ARCHIVE_URI}"
-LICENSE="MIT"
-SLOT="0"
-IUSE=""
-
-RESTRICT="test"
-
-src_compile() {
- pushd src/${EGO_PN} || die
- GOPATH="${S}" go build -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/reg . || die
- popd || die
-}
-
-src_install() {
- dobin bin/*
- dodoc src/${EGO_PN}/README.md
-}
next reply other threads:[~2018-07-18 11:26 UTC|newest]
Thread overview: 27+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-07-18 11:25 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-12-10 3:35 [gentoo-commits] repo/gentoo:master commit in: app-emulation/reg/ Zac Medico
2019-12-10 3:29 Zac Medico
2019-12-04 3:23 William Hubbs
2019-11-23 11:10 Manuel Rüger
2019-11-23 11:10 Manuel Rüger
2019-11-20 22:40 Manuel Rüger
2019-09-06 23:45 Zac Medico
2019-01-29 14:46 Manuel Rüger
2019-01-29 14:46 Manuel Rüger
2019-01-18 13:18 Manuel Rüger
2018-11-14 21:16 Manuel Rüger
2018-11-05 19:32 Manuel Rüger
2018-09-25 12:58 Manuel Rüger
2018-09-18 14:01 Manuel Rüger
2018-09-06 17:34 Manuel Rüger
2018-07-17 16:28 Manuel Rüger
2018-06-18 14:32 Manuel Rüger
2018-06-18 14:32 Manuel Rüger
2018-06-18 7:17 Manuel Rüger
2018-06-15 14:21 Manuel Rüger
2018-06-15 14:19 Manuel Rüger
2018-06-12 11:56 Manuel Rüger
2018-06-11 9:34 Manuel Rüger
2018-06-06 20:25 Manuel Rüger
2018-05-31 11:40 Manuel Rüger
2018-05-31 10:47 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=1531913052.63e085f71649b3c330011dabca473d9fc3a9444d.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