Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/lmctfy/
Date: Thu, 24 Sep 2020 19:53:46
Message-Id: 1600977205.69a45b5b62c65aab19fea6d9402d8c0f767b3538.bman@gentoo
1 commit: 69a45b5b62c65aab19fea6d9402d8c0f767b3538
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 24 19:13:08 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 24 19:53:25 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69a45b5b
7
8 sys-apps/lmctfy: drop old EAPI=5
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 sys-apps/lmctfy/Manifest | 3 ---
13 sys-apps/lmctfy/lmctfy-0.2.0.ebuild | 35 -----------------------------------
14 sys-apps/lmctfy/lmctfy-0.3.0.ebuild | 35 -----------------------------------
15 sys-apps/lmctfy/lmctfy-0.3.1.ebuild | 35 -----------------------------------
16 sys-apps/lmctfy/lmctfy-0.5.0.ebuild | 35 -----------------------------------
17 5 files changed, 143 deletions(-)
18
19 diff --git a/sys-apps/lmctfy/Manifest b/sys-apps/lmctfy/Manifest
20 index a20a99746b6..d5ba1169d97 100644
21 --- a/sys-apps/lmctfy/Manifest
22 +++ b/sys-apps/lmctfy/Manifest
23 @@ -1,4 +1 @@
24 -DIST lmctfy-0.2.0.tar.gz 2291473 BLAKE2B 1cfa587476215e6cc75f8b31e8c0ff7be342d75d4deee0ddb5d31a8105450aa16b175a2cf876345959aa6bb01249c607b64a551834d7e10b97aeb3f253e05052 SHA512 533990025a9a88e2e2a467e571a80a5b057a0ef3523bfc71c155ad81e6a89463d1e1e094323d5dc875f1b86f4d2d2749819d10b8d6c781e06a93bd37747f12be
25 -DIST lmctfy-0.3.0.tar.gz 2305226 BLAKE2B 77b0e0c15d46f66fda59da799e37fd37fb70b53b25a13cb0ac3a484bf90ee0e6e4d57e5de13e06954336ca1611db67fe6dfc7a7a8cb9fa6ef7a615209229629f SHA512 9083af2d2b9ea34e6dbb911a24cf7b8a7fe5aa3a0f464d20115db86b5abac530d24122079f97ea2ef98bf4fb20a3980e598d89f38b570ba796665b0af08339d5
26 -DIST lmctfy-0.3.1.tar.gz 2312481 BLAKE2B 253f177879d85c131c21e2d9e9d2c651e7168ee9d55294014627dd522f3789759db5e8d8c82e189386621a1ada9854922bf0e8525c33f5b237e85c49da51c3c1 SHA512 ab9f2a065a49fae00b540c0592d9356022ba14e0f9dc681731e0757c259f3632a9b34b5fc629eaf2d0943d59e7747af06cfe59a64f447192e8c196a9d41b9522
27 DIST lmctfy-0.5.0.tar.gz 2447650 BLAKE2B f40126ccb16b43921e39c23b82ee81a982e97c8bcd7e316568a313e3dd854cc0995f18aba7f6dd48418c3754a3ab92516b2c896136d00006d162044e6f6cd0e6 SHA512 638472b3e8cc98e7ff7ecc48eb0f58fb6a74600db22b7a1962ac3fe137d3549233f3f3b0c97f5783dff6f1851f9c3f9b0607fedea91cb23c1124ed8e2b54aea1
28
29 diff --git a/sys-apps/lmctfy/lmctfy-0.2.0.ebuild b/sys-apps/lmctfy/lmctfy-0.2.0.ebuild
30 deleted file mode 100644
31 index a239974b055..00000000000
32 --- a/sys-apps/lmctfy/lmctfy-0.2.0.ebuild
33 +++ /dev/null
34 @@ -1,35 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=5
39 -
40 -inherit eutils
41 -
42 -DESCRIPTION="Linux application container management from Google"
43 -HOMEPAGE="https://github.com/google/lmctfy"
44 -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -SLOT="0"
47 -LICENSE="Apache-2.0"
48 -KEYWORDS="~amd64 ~x86"
49 -IUSE="test"
50 -RESTRICT="!test? ( test )"
51 -
52 -DEPEND="
53 - dev-libs/protobuf
54 - dev-cpp/gflags
55 - dev-libs/re2
56 - "
57 -RDEPEND="${DEPEND}"
58 -
59 -src_compile() {
60 - # test deps take too long to compile
61 - use test && emake || emake lmctfy liblmctfy.a
62 -}
63 -
64 -src_install() {
65 - # silly upstream!
66 - mkdir -p "${D}/usr/bin"
67 - cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
68 - dolib.a "${S}/bin/liblmctfy.a"
69 -}
70
71 diff --git a/sys-apps/lmctfy/lmctfy-0.3.0.ebuild b/sys-apps/lmctfy/lmctfy-0.3.0.ebuild
72 deleted file mode 100644
73 index a239974b055..00000000000
74 --- a/sys-apps/lmctfy/lmctfy-0.3.0.ebuild
75 +++ /dev/null
76 @@ -1,35 +0,0 @@
77 -# Copyright 1999-2019 Gentoo Authors
78 -# Distributed under the terms of the GNU General Public License v2
79 -
80 -EAPI=5
81 -
82 -inherit eutils
83 -
84 -DESCRIPTION="Linux application container management from Google"
85 -HOMEPAGE="https://github.com/google/lmctfy"
86 -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
87 -
88 -SLOT="0"
89 -LICENSE="Apache-2.0"
90 -KEYWORDS="~amd64 ~x86"
91 -IUSE="test"
92 -RESTRICT="!test? ( test )"
93 -
94 -DEPEND="
95 - dev-libs/protobuf
96 - dev-cpp/gflags
97 - dev-libs/re2
98 - "
99 -RDEPEND="${DEPEND}"
100 -
101 -src_compile() {
102 - # test deps take too long to compile
103 - use test && emake || emake lmctfy liblmctfy.a
104 -}
105 -
106 -src_install() {
107 - # silly upstream!
108 - mkdir -p "${D}/usr/bin"
109 - cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
110 - dolib.a "${S}/bin/liblmctfy.a"
111 -}
112
113 diff --git a/sys-apps/lmctfy/lmctfy-0.3.1.ebuild b/sys-apps/lmctfy/lmctfy-0.3.1.ebuild
114 deleted file mode 100644
115 index a239974b055..00000000000
116 --- a/sys-apps/lmctfy/lmctfy-0.3.1.ebuild
117 +++ /dev/null
118 @@ -1,35 +0,0 @@
119 -# Copyright 1999-2019 Gentoo Authors
120 -# Distributed under the terms of the GNU General Public License v2
121 -
122 -EAPI=5
123 -
124 -inherit eutils
125 -
126 -DESCRIPTION="Linux application container management from Google"
127 -HOMEPAGE="https://github.com/google/lmctfy"
128 -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
129 -
130 -SLOT="0"
131 -LICENSE="Apache-2.0"
132 -KEYWORDS="~amd64 ~x86"
133 -IUSE="test"
134 -RESTRICT="!test? ( test )"
135 -
136 -DEPEND="
137 - dev-libs/protobuf
138 - dev-cpp/gflags
139 - dev-libs/re2
140 - "
141 -RDEPEND="${DEPEND}"
142 -
143 -src_compile() {
144 - # test deps take too long to compile
145 - use test && emake || emake lmctfy liblmctfy.a
146 -}
147 -
148 -src_install() {
149 - # silly upstream!
150 - mkdir -p "${D}/usr/bin"
151 - cp "${S}/bin/lmctfy/cli/lmctfy" "${D}/usr/bin/" || die "Failed to copy cli binary"
152 - dolib.a "${S}/bin/liblmctfy.a"
153 -}
154
155 diff --git a/sys-apps/lmctfy/lmctfy-0.5.0.ebuild b/sys-apps/lmctfy/lmctfy-0.5.0.ebuild
156 deleted file mode 100644
157 index 26f7f25c22b..00000000000
158 --- a/sys-apps/lmctfy/lmctfy-0.5.0.ebuild
159 +++ /dev/null
160 @@ -1,35 +0,0 @@
161 -# Copyright 1999-2019 Gentoo Authors
162 -# Distributed under the terms of the GNU General Public License v2
163 -
164 -EAPI=5
165 -
166 -inherit eutils
167 -
168 -DESCRIPTION="Linux application container management from Google"
169 -HOMEPAGE="https://github.com/google/lmctfy"
170 -SRC_URI="https://github.com/google/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
171 -
172 -LICENSE="Apache-2.0"
173 -SLOT="0"
174 -KEYWORDS="~amd64 ~x86"
175 -IUSE="test"
176 -RESTRICT="!test? ( test )"
177 -
178 -DEPEND="
179 - dev-libs/protobuf
180 - >=dev-cpp/gflags-2.1.1
181 - dev-libs/re2
182 - dev-lang/go
183 - sys-libs/libapparmor
184 - "
185 -RDEPEND="${DEPEND}"
186 -
187 -src_compile() {
188 - # test deps take too long to compile
189 - use test && emake || emake lmctfy liblmctfy.a
190 -}
191 -
192 -src_install() {
193 - dobin bin/lmctfy/cli/lmctfy
194 - dolib.a bin/liblmctfy.a
195 -}