Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/tini/
Date: Tue, 03 Jan 2017 02:59:45
Message-Id: 1483412372.44ac194fcd82a02457c62bbd040735556666a44a.zmedico@gentoo
1 commit: 44ac194fcd82a02457c62bbd040735556666a44a
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 3 02:58:54 2017 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 3 02:59:32 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44ac194f
7
8 sys-process/tini: remove old versions
9
10 Package-Manager: portage-2.3.3
11
12 sys-process/tini/Manifest | 2 --
13 sys-process/tini/tini-0.10.0.ebuild | 33 --------------------------
14 sys-process/tini/tini-0.11.0.ebuild | 40 --------------------------------
15 sys-process/tini/tini-0.13.0.ebuild | 46 -------------------------------------
16 4 files changed, 121 deletions(-)
17
18 diff --git a/sys-process/tini/Manifest b/sys-process/tini/Manifest
19 index 025754c..17dcfad 100644
20 --- a/sys-process/tini/Manifest
21 +++ b/sys-process/tini/Manifest
22 @@ -1,3 +1 @@
23 -DIST tini-0.10.0.tar.gz 24722 SHA256 67ab1f8fda1b3fcceeea2e0b1e06874fc20938d605cecf96e95898b1c38f60ec SHA512 1ca4ede9116656c39b07216934b21e2b5e0cde154b80987b5d9209400ccae9f14c283de2bfffcae51e674e074560d2d60ced30f9d05e940ce422ac3f083a1dcf WHIRLPOOL 725efece7f923845ceee50f4238f81ad3902db316653129bb88c7d6b2093422b56738af440840c65d969eca9685dbc7e3e52b4f29c48a801b19003e871183ab5
24 -DIST tini-0.11.0.tar.gz 25218 SHA256 fdf86dce32e7e2c5b15bf56220a7e528f8e6d654397964a7046c71b07c9eecfe SHA512 f99004a56d732972a1e2f2232a7637e937980ed576c0e093a9307b5285ab6ba091edf3cd01c66d07ced245b7ca59ca86649470911144469b8c3a48ceacc32e90 WHIRLPOOL d9e4426e857b6ad43917eab3811e9b4ca7c494100db3b0106047104e7b5258c6708ce3e7b6b645a6297145dc4949b687affa50beef3e6e9be8a6bc7a77fc4a88
25 DIST tini-0.13.0.tar.gz 26098 SHA256 d0788dd2100d1e2d53d79815116f962a76ea17177159eb26e07702445c6cbdfd SHA512 f23b6457f0e19fa13f2148d85e28f09123cedb1ecefae8f6dda06d96e44aec3af1cf98cb4589e8b775158f78532a76b26d233aee78a4d6d2661305d8b5bc4363 WHIRLPOOL e3c5904f69b000aa1c21ede6446f72cd51807bf7a7eb34dbed69bc9f1e48735ddd797da9586127f08eefeb66ca23b4077c47b709fd094ebd9c85ea0a54a381ca
26
27 diff --git a/sys-process/tini/tini-0.10.0.ebuild b/sys-process/tini/tini-0.10.0.ebuild
28 deleted file mode 100644
29 index 7db7a1e..00000000
30 --- a/sys-process/tini/tini-0.10.0.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2016 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=6
38 -
39 -inherit cmake-utils flag-o-matic
40 -
41 -DESCRIPTION="A tiny but valid init for containers"
42 -HOMEPAGE="https://github.com/krallin/${PN}"
43 -SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="MIT"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="static"
49 -
50 -# vim-core is needed just for the xxd program
51 -DEPEND="app-editors/vim-core"
52 -
53 -src_compile() {
54 - append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
55 - cmake-utils_src_compile
56 -}
57 -
58 -src_install() {
59 - cmake-utils_src_install
60 - if use static; then
61 - mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
62 - else
63 - rm "${ED%/}"/usr/bin/${PN}-static || die
64 - fi
65 -}
66
67 diff --git a/sys-process/tini/tini-0.11.0.ebuild b/sys-process/tini/tini-0.11.0.ebuild
68 deleted file mode 100644
69 index 715aed3..00000000
70 --- a/sys-process/tini/tini-0.11.0.ebuild
71 +++ /dev/null
72 @@ -1,40 +0,0 @@
73 -# Copyright 1999-2016 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=6
78 -
79 -inherit cmake-utils flag-o-matic
80 -
81 -DESCRIPTION="A tiny but valid init for containers"
82 -HOMEPAGE="https://github.com/krallin/${PN}"
83 -SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="MIT"
86 -SLOT="0"
87 -KEYWORDS="~amd64 ~x86"
88 -IUSE="+args static"
89 -
90 -# vim-core is needed just for the xxd program
91 -DEPEND="app-editors/vim-core"
92 -
93 -src_configure() {
94 - local mycmakeargs=()
95 - use args || mycmakeargs+=(-DNO_ARGS=ON)
96 -
97 - cmake-utils_src_configure
98 -}
99 -
100 -src_compile() {
101 - append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
102 - cmake-utils_src_compile
103 -}
104 -
105 -src_install() {
106 - cmake-utils_src_install
107 - if use static; then
108 - mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
109 - else
110 - rm "${ED%/}"/usr/bin/${PN}-static || die
111 - fi
112 -}
113
114 diff --git a/sys-process/tini/tini-0.13.0.ebuild b/sys-process/tini/tini-0.13.0.ebuild
115 deleted file mode 100644
116 index 826d432..00000000
117 --- a/sys-process/tini/tini-0.13.0.ebuild
118 +++ /dev/null
119 @@ -1,46 +0,0 @@
120 -# Copyright 1999-2016 Gentoo Foundation
121 -# Distributed under the terms of the GNU General Public License v2
122 -# $Id$
123 -
124 -EAPI=6
125 -
126 -inherit cmake-utils flag-o-matic
127 -
128 -DESCRIPTION="A tiny but valid init for containers"
129 -HOMEPAGE="https://github.com/krallin/tini"
130 -SRC_URI="https://github.com/krallin/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
131 -
132 -LICENSE="MIT"
133 -SLOT="0"
134 -KEYWORDS="~amd64 ~x86"
135 -IUSE="+args static"
136 -
137 -# vim-core is needed just for the xxd program
138 -DEPEND="app-editors/vim-core"
139 -
140 -src_prepare() {
141 - default
142 - # Do not strip binary
143 - sed -i -e 's/-Wl,-s")$/")/' CMakeLists.txt || die
144 -}
145 -
146 -src_configure() {
147 - local mycmakeargs=()
148 - use args || mycmakeargs+=(-DMINIMAL=ON)
149 -
150 - cmake-utils_src_configure
151 -}
152 -
153 -src_compile() {
154 - append-cflags -DPR_SET_CHILD_SUBREAPER=36 -DPR_GET_CHILD_SUBREAPER=37
155 - cmake-utils_src_compile
156 -}
157 -
158 -src_install() {
159 - cmake-utils_src_install
160 - if use static; then
161 - mv "${ED%/}"/usr/bin/{${PN}-static,${PN}} || die
162 - else
163 - rm "${ED%/}"/usr/bin/${PN}-static || die
164 - fi
165 -}