Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/skopeo/
Date: Fri, 15 Nov 2019 21:07:17
Message-Id: 1573852026.197cdaa91b73c8ed495008462e251d317da5fbe3.zmedico@gentoo
1 commit: 197cdaa91b73c8ed495008462e251d317da5fbe3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 15 21:06:20 2019 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 15 21:07:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=197cdaa9
7
8 app-emulation/skopeo: Remove old versions
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/skopeo/Manifest | 2 --
14 app-emulation/skopeo/skopeo-0.1.37.ebuild | 55 -------------------------------
15 app-emulation/skopeo/skopeo-0.1.38.ebuild | 55 -------------------------------
16 3 files changed, 112 deletions(-)
17
18 diff --git a/app-emulation/skopeo/Manifest b/app-emulation/skopeo/Manifest
19 index 8d080fb893c..a2d4b48ca79 100644
20 --- a/app-emulation/skopeo/Manifest
21 +++ b/app-emulation/skopeo/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST skopeo-0.1.37.tar.gz 2766509 BLAKE2B 59e3f4cf37694b4ae59fe4eca6afd8abe4f7ab1aec3c0cee409be6f0f648fd2929092ee9b5a2b167c5041202dac908cd39f693d8ae8eebf621be47f302bd885c SHA512 e2de3c65f864572fe74ca55ee107703a49855f0da71c440784b06d13ed724456cf7bf30e18a5cb15cf2e136edc688b56321cf7838a2cc66f39c4ea9d9686441e
24 -DIST skopeo-0.1.38.tar.gz 2947365 BLAKE2B 1d2d6ea2ed677f2b068ecca9b8dcee9d31280acb3f7acd8e0a59321d178244b506f4124eba8dd0519a3f5b307a6001d05a093cdf93189eccb55cf7c9cc41895b SHA512 83e53eb7632761eb444d4f824b6fee7a2e265e386fd1ba58e2d3194750f794a0e1cdc94a76222d12f589f851c459b165756661a76c09cc9c7dd9b2d6fff2b39f
25 DIST skopeo-0.1.39.tar.gz 3850036 BLAKE2B e635be475f22cc25ab98e446424f4a6b0babe34f827a73f9c9c1533db782490e9af94e759ac78fbeeec1c0e1fa42eef9d09fb4e7ff1f4df654f65fe4c1a9f7b0 SHA512 c4aadc40f9d637c628cd96c204b3e9bc3a928c145521bed2e5046508fc936ff99442dda8b4a4cdd85c4d04e64a9ccee5ea8d563c6ebf4e6020d50d96b921716c
26 DIST skopeo-0.1.40.tar.gz 3907911 BLAKE2B 0a9ebcc9662036b1595149f0d19a46c0565b115d37b22c6410041eef3e6755b20561439596f1033dd6ce2c78a4948e358b2518003729873d5ab8ce9a7bec082c SHA512 161edb8afa961e48e314cf70a4fcebd971a45a50fc11eab6ec751ba4eb05a8be011d16b83c4ed1fa9d6336846da5f518da006d4476ee4e29a160c629820773d3
27
28 diff --git a/app-emulation/skopeo/skopeo-0.1.37.ebuild b/app-emulation/skopeo/skopeo-0.1.37.ebuild
29 deleted file mode 100644
30 index a3641ef7199..00000000000
31 --- a/app-emulation/skopeo/skopeo-0.1.37.ebuild
32 +++ /dev/null
33 @@ -1,55 +0,0 @@
34 -# Copyright 1999-2019 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -EGO_PN=github.com/containers/skopeo
39 -COMMIT=e079f9d
40 -inherit golang-vcs-snapshot bash-completion-r1
41 -
42 -DESCRIPTION="Command line utility foroperations on container images and image repositories"
43 -HOMEPAGE="https://github.com/containers/skopeo"
44 -SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE=""
50 -
51 -COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=
52 - >=dev-libs/libassuan-2.4.3:=
53 - dev-libs/libgpg-error:=
54 - >=sys-fs/btrfs-progs-4.0.1
55 - >=sys-fs/lvm2-2.02.145:="
56 -DEPEND="${COMMON_DEPEND}
57 - dev-go/go-md2man"
58 -RDEPEND="${COMMON_DEPEND}"
59 -
60 -S="${WORKDIR}/${P}/src/${EGO_PN}"
61 -
62 -RESTRICT="test"
63 -
64 -src_compile() {
65 - local BUILDTAGS="containers_image_ostree_stub"
66 - set -- env -u GOCACHE -u XDG_CACHE_HOME GOPATH="${WORKDIR}/${P}" \
67 - go build -ldflags "-X main.gitCommit=${COMMIT}" \
68 - -gcflags "${GOGCFLAGS}" -tags "${BUILDTAGS}" \
69 - -o skopeo ./cmd/skopeo
70 - echo "$@"
71 - "$@" || die
72 - cd docs || die
73 - for f in *.1.md; do
74 - go-md2man -in ${f} -out ${f%%.md} || die
75 - done
76 -}
77 -
78 -src_install() {
79 - dobin skopeo
80 - doman docs/*.1
81 - dobashcomp completions/bash/skopeo
82 - insinto /etc/containers
83 - newins default-policy.json policy.json
84 - insinto /etc/containers/registries.d
85 - doins default.yaml
86 - keepdir /var/lib/atomic/sigstore
87 - einstalldocs
88 -}
89
90 diff --git a/app-emulation/skopeo/skopeo-0.1.38.ebuild b/app-emulation/skopeo/skopeo-0.1.38.ebuild
91 deleted file mode 100644
92 index d6afc826266..00000000000
93 --- a/app-emulation/skopeo/skopeo-0.1.38.ebuild
94 +++ /dev/null
95 @@ -1,55 +0,0 @@
96 -# Copyright 1999-2019 Gentoo Authors
97 -# Distributed under the terms of the GNU General Public License v2
98 -
99 -EAPI=7
100 -EGO_PN=github.com/containers/skopeo
101 -COMMIT=37f616e
102 -inherit golang-vcs-snapshot bash-completion-r1
103 -
104 -DESCRIPTION="Command line utility foroperations on container images and image repositories"
105 -HOMEPAGE="https://github.com/containers/skopeo"
106 -SRC_URI="https://github.com/containers/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
107 -
108 -LICENSE="Apache-2.0"
109 -SLOT="0"
110 -KEYWORDS="~amd64"
111 -IUSE=""
112 -
113 -COMMON_DEPEND=">=app-crypt/gpgme-1.5.5:=
114 - >=dev-libs/libassuan-2.4.3:=
115 - dev-libs/libgpg-error:=
116 - >=sys-fs/btrfs-progs-4.0.1
117 - >=sys-fs/lvm2-2.02.145:="
118 -DEPEND="${COMMON_DEPEND}
119 - dev-go/go-md2man"
120 -RDEPEND="${COMMON_DEPEND}"
121 -
122 -S="${WORKDIR}/${P}/src/${EGO_PN}"
123 -
124 -RESTRICT="test"
125 -
126 -src_compile() {
127 - local BUILDTAGS="containers_image_ostree_stub"
128 - set -- env -u GOCACHE -u XDG_CACHE_HOME GOPATH="${WORKDIR}/${P}" \
129 - go build -ldflags "-X main.gitCommit=${COMMIT}" \
130 - -gcflags "${GOGCFLAGS}" -tags "${BUILDTAGS}" \
131 - -o skopeo ./cmd/skopeo
132 - echo "$@"
133 - "$@" || die
134 - cd docs || die
135 - for f in *.1.md; do
136 - go-md2man -in ${f} -out ${f%%.md} || die
137 - done
138 -}
139 -
140 -src_install() {
141 - dobin skopeo
142 - doman docs/*.1
143 - dobashcomp completions/bash/skopeo
144 - insinto /etc/containers
145 - newins default-policy.json policy.json
146 - insinto /etc/containers/registries.d
147 - doins default.yaml
148 - keepdir /var/lib/atomic/sigstore
149 - einstalldocs
150 -}