Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/img/
Date: Fri, 27 Jul 2018 13:53:01
Message-Id: 1532699524.4e673c77a80a1afd2f99ae36f3998e9afbeed9b3.mrueg@gentoo
1 commit: 4e673c77a80a1afd2f99ae36f3998e9afbeed9b3
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 27 13:29:27 2018 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 27 13:52:04 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e673c77
7
8 app-emulation/img: Remove old
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 app-emulation/img/Manifest | 2 --
13 app-emulation/img/img-0.4.6.ebuild | 32 --------------------------------
14 app-emulation/img/img-0.4.7.ebuild | 32 --------------------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/app-emulation/img/Manifest b/app-emulation/img/Manifest
18 index af6370df552..a8c702de029 100644
19 --- a/app-emulation/img/Manifest
20 +++ b/app-emulation/img/Manifest
21 @@ -1,3 +1 @@
22 -DIST img-0.4.6.tar.gz 5635103 BLAKE2B 88e0ae3bdc0b9e1784d4d67635d119084a5e9dbe258b55da10f549b97f2d566f312226687bef0d28ad1ae3b13c764a44071bfe10ec0a189ad4bcf0bc8c83df5f SHA512 7f75d66237fe5ccf5923774e1d40ef04d9447f3e7de6641167679a1bf5b6305880a046e664fa7adb93dc4bd28e9f0e1ee790ecf2a225aa98b0202e47b8d01987
23 -DIST img-0.4.7.tar.gz 5642840 BLAKE2B 0cff71ad2e3ee7e7a21273bd7171a1cafb51b932a55981081bcd809f62c463e8a58d739ed5e7e46355a596650e272a90b848eb6c1818e948e6512cb07ac5fc5e SHA512 23e059537baedf20c17724f972db2fa2b81677bf7d62ce3f78cabde9984f10923f4fe56d3f02252f578b15e06112066c5ea7e6b41d61554bcafc618cca85d014
24 DIST img-0.4.8.tar.gz 5587652 BLAKE2B 5b74ff24e6f36674b66b3f87abe928a9d8c8361835eb61cb04ddfce6bfc7cb7b8e6e1f41d61d9f75c09c3646d0d697074882e1f7b87259b60d7c53303718e325 SHA512 fb5b97c4794798dc2dba5d4c9493da9708a55a9e5e7b2259585409c4e7973fecd362132dabb81c72f20b61956c5a8bc67b58db49c22e7ce56eaec784bbb51ca5
25
26 diff --git a/app-emulation/img/img-0.4.6.ebuild b/app-emulation/img/img-0.4.6.ebuild
27 deleted file mode 100644
28 index 00b9e9fe0d1..00000000000
29 --- a/app-emulation/img/img-0.4.6.ebuild
30 +++ /dev/null
31 @@ -1,32 +0,0 @@
32 -# Copyright 1999-2018 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -inherit golang-build golang-vcs-snapshot
37 -
38 -EGO_PN="github.com/genuinetools/img"
39 -EGIT_COMMIT="v${PV}"
40 -GIT_COMMIT="9c9f6f6fa351ddf9afd6a39cdb1a44ab290dd6a3"
41 -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
42 -KEYWORDS="~amd64"
43 -
44 -DESCRIPTION="Standalone daemon-less unprivileged Dockerfile and OCI container image builder"
45 -HOMEPAGE="https://github.com/genuinetools/img"
46 -SRC_URI="${ARCHIVE_URI}"
47 -LICENSE="MIT"
48 -SLOT="0"
49 -IUSE="seccomp"
50 -
51 -RESTRICT="test"
52 -
53 -src_compile() {
54 - local TAGS=$(usex seccomp 'seccomp' '')
55 - pushd src/${EGO_PN} || die
56 - GOPATH="${S}" go build -tags "noembed ${TAGS}" -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/img . || die
57 - popd || die
58 -}
59 -
60 -src_install() {
61 - dobin bin/*
62 - dodoc -r src/${EGO_PN}/README.md
63 -}
64
65 diff --git a/app-emulation/img/img-0.4.7.ebuild b/app-emulation/img/img-0.4.7.ebuild
66 deleted file mode 100644
67 index 2b843d8ad2b..00000000000
68 --- a/app-emulation/img/img-0.4.7.ebuild
69 +++ /dev/null
70 @@ -1,32 +0,0 @@
71 -# Copyright 1999-2018 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -
74 -EAPI=6
75 -inherit golang-build golang-vcs-snapshot
76 -
77 -EGO_PN="github.com/genuinetools/img"
78 -EGIT_COMMIT="v${PV}"
79 -GIT_COMMIT="e76c25809631da79d0071966901675f9acb16edb"
80 -ARCHIVE_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
81 -KEYWORDS="~amd64"
82 -
83 -DESCRIPTION="Standalone daemon-less unprivileged Dockerfile and OCI container image builder"
84 -HOMEPAGE="https://github.com/genuinetools/img"
85 -SRC_URI="${ARCHIVE_URI}"
86 -LICENSE="MIT"
87 -SLOT="0"
88 -IUSE="seccomp"
89 -
90 -RESTRICT="test"
91 -
92 -src_compile() {
93 - local TAGS=$(usex seccomp 'seccomp' '')
94 - pushd src/${EGO_PN} || die
95 - GOPATH="${S}" go build -tags "noembed ${TAGS}" -v -ldflags "-X ${EGO_PN}/version.GITCOMMIT=${GIT_COMMIT} -X ${EGO_PN}/version.VERSION=${PV}" -o "${S}"/bin/img . || die
96 - popd || die
97 -}
98 -
99 -src_install() {
100 - dobin bin/*
101 - dodoc -r src/${EGO_PN}/README.md
102 -}