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/containerd/
Date: Mon, 06 Feb 2017 14:31:11
Message-Id: 1486391414.1319ef345426bab493caad6d805d1a002ca59728.mrueg@gentoo
1 commit: 1319ef345426bab493caad6d805d1a002ca59728
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 6 14:30:14 2017 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 6 14:30:14 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1319ef34
7
8 app-emulation/containerd: Remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 app-emulation/containerd/Manifest | 2 --
13 app-emulation/containerd/containerd-0.2.0.ebuild | 43 ------------------------
14 app-emulation/containerd/containerd-0.2.4.ebuild | 40 ----------------------
15 3 files changed, 85 deletions(-)
16
17 diff --git a/app-emulation/containerd/Manifest b/app-emulation/containerd/Manifest
18 index eed951e..12adee6 100644
19 --- a/app-emulation/containerd/Manifest
20 +++ b/app-emulation/containerd/Manifest
21 @@ -1,3 +1 @@
22 -DIST containerd-0.2.0.tar.gz 635248 SHA256 1462e0c233763800b91ac2a670d82994ba1988560928e153f751fb1c0a6608c0 SHA512 381c0a21733fb79e90364649b46cbdadbc32d07245bd7a320465f6619ee5895e9552b7cc4393cb8d409295a7b867b7e461c079715cf1938e6313d4b888d81518 WHIRLPOOL d4e70a8be832227be671c13b77242a790cdf8645ff294c31d72e8cf01de2b30b9d78c691a156624adb004de42af6f133cb88b46aff37a33bc94d72bf87a0ee8a
23 -DIST containerd-0.2.4.tar.gz 1002344 SHA256 34805aef6300fbf37adcf4362a2315fac1ea57a9ceb8b0c7b1a0859cba975428 SHA512 f35d8d31cc76c1bf3dcbe25178868ce64624e6032756813e13222816155c10941abdaf7ba0558297f87557336a6e3d07eda06dbfd1099ee8de328f1ecc93c413 WHIRLPOOL 1f3c4b2f5a9e0d2265ec2d4162ff1a4b609ba28d3a94794e1a73129c070a240fd6ee9a3c2cfdcd76ff2fe378a7549b390cacb34e2ed7915fa5a304bb84b397c7
24 DIST containerd-0.2.5.tar.gz 1003500 SHA256 88e099af66b50abe7f2159f13bdab793fa5199d8d5b9a9ef7a68171abb4359be SHA512 ba1e074bb7556a7c4be4d68dc62aa2fa4b823682c209d1609c1f11518a7b7167139ea159d31e0b21ba190d83115a67e5e45b54b6a4770742d49e9e561309551f WHIRLPOOL eb3622ba99c4d4806bda9a45853422a5b0b884869ed3be4c3caec4c20f49027e8db78b9885eca7bc83a0f3b08e9a66eca950390f0eda1ef2535fd3ab41623bf4
25
26 diff --git a/app-emulation/containerd/containerd-0.2.0.ebuild b/app-emulation/containerd/containerd-0.2.0.ebuild
27 deleted file mode 100644
28 index 6bead41..00000000
29 --- a/app-emulation/containerd/containerd-0.2.0.ebuild
30 +++ /dev/null
31 @@ -1,43 +0,0 @@
32 -# Copyright 1999-2016 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=6
37 -EGO_PN="github.com/docker/${PN}"
38 -
39 -if [[ ${PV} == *9999 ]]; then
40 - inherit golang-vcs
41 -else
42 - MY_PV="${PV/_/-}"
43 - EGIT_COMMIT="v${MY_PV}"
44 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="amd64"
46 - inherit golang-vcs-snapshot
47 -fi
48 -
49 -DESCRIPTION="A daemon to control runC"
50 -HOMEPAGE="https://containerd.tools"
51 -
52 -LICENSE="Apache-2.0"
53 -SLOT="0"
54 -IUSE="+seccomp"
55 -
56 -DEPEND=""
57 -RDEPEND="=app-emulation/runc-0.1.0
58 - seccomp? ( sys-libs/libseccomp )"
59 -
60 -S=${WORKDIR}/${P}/src/${EGO_PN}
61 -
62 -src_prepare() {
63 - eapply_user
64 -}
65 -
66 -src_compile() {
67 - local options=( $(usex seccomp "seccomp") )
68 - export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
69 - LDFLAGS= emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
70 -}
71 -
72 -src_install() {
73 - dobin bin/containerd* bin/ctr
74 -}
75
76 diff --git a/app-emulation/containerd/containerd-0.2.4.ebuild b/app-emulation/containerd/containerd-0.2.4.ebuild
77 deleted file mode 100644
78 index 2fce33a..00000000
79 --- a/app-emulation/containerd/containerd-0.2.4.ebuild
80 +++ /dev/null
81 @@ -1,40 +0,0 @@
82 -# Copyright 1999-2016 Gentoo Foundation
83 -# Distributed under the terms of the GNU General Public License v2
84 -# $Id$
85 -
86 -EAPI=6
87 -EGO_PN="github.com/docker/${PN}"
88 -
89 -if [[ ${PV} == *9999 ]]; then
90 - inherit golang-vcs
91 -else
92 - MY_PV="${PV/_/-}"
93 - EGIT_COMMIT="v${MY_PV}"
94 - SRC_URI="https://${EGO_PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
95 - KEYWORDS="~amd64 ~ppc64"
96 - inherit golang-vcs-snapshot
97 -fi
98 -
99 -DESCRIPTION="A daemon to control runC"
100 -HOMEPAGE="https://containerd.tools"
101 -
102 -LICENSE="Apache-2.0"
103 -SLOT="0"
104 -IUSE="hardened +seccomp"
105 -
106 -DEPEND=""
107 -RDEPEND=">=app-emulation/runc-1.0.0_rc2
108 - seccomp? ( sys-libs/libseccomp )"
109 -
110 -S=${WORKDIR}/${P}/src/${EGO_PN}
111 -
112 -src_compile() {
113 - local options=( $(usex seccomp "seccomp") )
114 - export GOPATH="${WORKDIR}/${P}" # ${PWD}/vendor
115 - LDFLAGS=$(usex hardened '-extldflags -fno-PIC' '') \
116 - emake GIT_COMMIT="$EGIT_COMMIT" BUILDTAGS="${options[@]}"
117 -}
118 -
119 -src_install() {
120 - dobin bin/containerd* bin/ctr
121 -}