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 C16B0139085 for ; Thu, 19 Jan 2017 22:05:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55430E0CA0; Thu, 19 Jan 2017 22:05:10 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 25D41E0CA0 for ; Thu, 19 Jan 2017 22:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C00AD3412CB for ; Thu, 19 Jan 2017 22:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3559F2980 for ; Thu, 19 Jan 2017 22:05:07 +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: <1484863502.0183f85a7dfd02298bcd2f42e8e7373f11b98015.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker-registry/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker-registry/Manifest app-emulation/docker-registry/docker-registry-2.5.0.ebuild X-VCS-Directories: app-emulation/docker-registry/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 0183f85a7dfd02298bcd2f42e8e7373f11b98015 X-VCS-Branch: master Date: Thu, 19 Jan 2017 22:05:07 +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-Archives-Salt: a925b12a-45ab-4a9f-89cc-1fabbadc3ca6 X-Archives-Hash: 0dbb909b3ee17e86de7198d4be9b9322 commit: 0183f85a7dfd02298bcd2f42e8e7373f11b98015 Author: Zac Medico gentoo org> AuthorDate: Thu Jan 19 22:03:26 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Thu Jan 19 22:05:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0183f85a app-emulation/docker-registry: remove old version 2.5.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emulation/docker-registry/Manifest | 1 - .../docker-registry/docker-registry-2.5.0.ebuild | 52 ---------------------- 2 files changed, 53 deletions(-) diff --git a/app-emulation/docker-registry/Manifest b/app-emulation/docker-registry/Manifest index 1917b2d..ab1bfc6 100644 --- a/app-emulation/docker-registry/Manifest +++ b/app-emulation/docker-registry/Manifest @@ -1,2 +1 @@ -DIST docker-registry-2.5.0.tar.gz 1619051 SHA256 9b1b09bf0f54a37247a4d4532ceb1a3bc2381ac13a63a9a5989f374614517c1c SHA512 2c9b45a8fbceff32538b357b9bb42d86e6d21b664cffcfb476ed06177608f35cd81f6bfdb342df3edfdea2705569fcf5cba94be6a885ecaf69f68ff8569de781 WHIRLPOOL 6bb9d01c690c636e4069535253182bed0ccc8973c1682283376975f6d105338bbf21ca28900c74e12ceaf12427f3b381b7fac97d25c637a0596e30019f22d3b3 DIST docker-registry-2.5.1.tar.gz 1604279 SHA256 d98ebca3518c17d95468b1d40b87861036001301a16a50563203e4b9af72c514 SHA512 5217e2ca361d71806c8ec4da1cf1c2c5dc4160b84c2a98feae50872342d0acf116768a3acf00769bafd66e73c9922c7fe97cbde51955d8aa1d1ed914de2e3d34 WHIRLPOOL 12db4c397f6309a57252cfe19a055f610567c526a05220c9b6ac0d7ff21863520cc126f95b34c8e48fb7ae6ba6a298d0e6b53bf4866cf13bf95fcfb591c538b7 diff --git a/app-emulation/docker-registry/docker-registry-2.5.0.ebuild b/app-emulation/docker-registry/docker-registry-2.5.0.ebuild deleted file mode 100644 index c5b0e84..00000000 --- a/app-emulation/docker-registry/docker-registry-2.5.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit golang-vcs-snapshot systemd user - -KEYWORDS="~amd64" -EGO_PN="github.com/docker/distribution/..." -EGIT_COMMIT="v${PV}" -SRC_URI="https://${EGO_PN%/*}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -DESCRIPTION="Docker Registry 2.0" -HOMEPAGE="https://${EGO_PN%/*}" -LICENSE="Apache-2.0" -SLOT="0/${PVR}" -IUSE="" -DEPEND=">=dev-lang/go-1.5" -SVCNAME=registry - -pkg_setup() { - enewgroup ${SVCNAME} - enewuser ${SVCNAME} -1 -1 /dev/null ${SVCNAME} -} - -src_compile() { - GOPATH="${S}" GO15VENDOREXPERIMENT=1 \ - go install -v -work -x ${EGO_BUILD_FLAGS} "${EGO_PN}" || die -} - -src_install() { - golang_install_pkgs - exeinto /usr/libexec/${PN} - doexe "${S}"/bin/* - insinto /etc/docker/registry - newins "${S}"/src/${EGO_PN%/*}/cmd/registry/config-example.yml config.yml.example - newinitd "${FILESDIR}/${SVCNAME}.initd" "${SVCNAME}" - newconfd "${FILESDIR}/${SVCNAME}.confd" "${SVCNAME}" - systemd_dounit "${FILESDIR}/${SVCNAME}.service" - keepdir /var/{lib,log}/${SVCNAME} - fowners ${SVCNAME}:${SVCNAME} /var/{lib,log}/${SVCNAME} - insinto /etc/logrotate.d - newins "${FILESDIR}/${SVCNAME}.logrotated" "${SVCNAME}" -} - -golang_install_pkgs() { - insinto $(dirname "${EPREFIX}$(get_golibdir)/src/${EGO_PN%/*}") - rm -rf "${S}"/src/${EGO_PN%/*}/.git* \ - "${S}"/{src,pkg/$(go env GOOS)_$(go env GOARCH)}/${EGO_PN%/*}/vendor - doins -r "${S}"/src/${EGO_PN%/*} - insinto $(dirname "${EPREFIX}$(get_golibdir)/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}") - doins -r "${S}"/pkg/$(go env GOOS)_$(go env GOARCH)/${EGO_PN%/*}{,.a} -}