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/conmon/
Date: Sun, 30 Aug 2020 00:23:01
Message-Id: 1598746972.ee050a09507a8859ab4b96d2961eda32f6c84c39.zmedico@gentoo
1 commit: ee050a09507a8859ab4b96d2961eda32f6c84c39
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 30 00:21:58 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 30 00:22:52 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee050a09
7
8 app-emulation/conmon: Remove old versions
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/conmon/Manifest | 4 ---
14 app-emulation/conmon/conmon-2.0.15.ebuild | 45 -------------------------------
15 app-emulation/conmon/conmon-2.0.16.ebuild | 45 -------------------------------
16 app-emulation/conmon/conmon-2.0.18.ebuild | 45 -------------------------------
17 app-emulation/conmon/conmon-2.0.19.ebuild | 45 -------------------------------
18 5 files changed, 184 deletions(-)
19
20 diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
21 index db51b95ea1a..15b98a0d987 100644
22 --- a/app-emulation/conmon/Manifest
23 +++ b/app-emulation/conmon/Manifest
24 @@ -1,5 +1 @@
25 -DIST conmon-2.0.15.tar.gz 61983 BLAKE2B c29de3c9df41b9f27fc2a0f0ac64c1ce27e5dbb21c9a74b060516692a910be4370f7cc4b6225e0243b809fd36848515b28017cb1766cc032a48d7e14b9a72726 SHA512 8310236045d8678bdd07bfd5a56f7ad1e9a01019e27ed8d24dcb83b4489240adce9e118a4fccb6cb0c0f3c31a0272d75bdafba9c50130903d87b7cb68288b470
26 -DIST conmon-2.0.16.tar.gz 62372 BLAKE2B 0f02689e6ca25ee2f8cdf649f60ed70ac25648dd35af765a5fd97573dd9c176d115b97cea0ea10521f055a92f0775430113f53724fc772d62630dc7daa05b4a7 SHA512 8f44b2426e3fdbb6ca0279b35262f5584c44898843daf6b64d54c3a87dcdfaf9a7283ad38973e6e0f7333ec37236ef7de1de03a3006f5f2593fdb8aff70e5e6c
27 -DIST conmon-2.0.18.tar.gz 63721 BLAKE2B 68b698687931bae0945d90f3c11025e1228e12d5dfba9dc9227e4d962234e50e9d775d1def0e5de1f55dbddf476449b131e4e17f83a9834fa472662a7d58ffac SHA512 1ab3e9675f16cd50e9f0fe83d473e8a91828485078add4eeb6bfb600cf3b8d0809f742a79f260aa793914e484f4f4d6c6ab287e0faa3a50f4d2a1da94a855248
28 -DIST conmon-2.0.19.tar.gz 64578 BLAKE2B 60ae41063525b7b64e6c501f61f4938093517974096e79fdc99648a52871b9ee8f635cda704ed32a1aa7a725812c8637ec7f424581fb68c26aaf2eddc11160a8 SHA512 7a68ebfaeee146282694db893d8981c60f29e5ba7d2e0569eda248eaa39ba628b4eb46ca93d9f608764f1af89e1294acf63c5ebc52a88ee07f8fe57a76ea9f1c
29 DIST conmon-2.0.20.tar.gz 64716 BLAKE2B d7eb464f5be0b117824571134f08077955f56e1637dd2cbc6b70413dc9a6f109a1b9b207f5523103f205659ac20cc65f5f2340475d771fdf4b852d6895887975 SHA512 b719e41e1ead0d38c0874a30901c5660dc8612dc7aa1c025068480846a1e458a744b55bb8d5d74d2c2ce38fdbbe03505fce216a2f2c0748740983e3272a82f0e
30
31 diff --git a/app-emulation/conmon/conmon-2.0.15.ebuild b/app-emulation/conmon/conmon-2.0.15.ebuild
32 deleted file mode 100644
33 index b76b5b1f201..00000000000
34 --- a/app-emulation/conmon/conmon-2.0.15.ebuild
35 +++ /dev/null
36 @@ -1,45 +0,0 @@
37 -# Copyright 1999-2020 Gentoo Authors
38 -# Distributed under the terms of the GNU General Public License v2
39 -
40 -EAPI=7
41 -
42 -EGIT_COMMIT="1bddbf7051a973f4a4fecf06faa0c48e82f1e9e1"
43 -DESCRIPTION="An OCI container runtime monitor"
44 -HOMEPAGE="https://github.com/containers/conmon"
45 -SRC_URI="https://github.com/containers/conmon/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="Apache-2.0"
48 -SLOT="0"
49 -KEYWORDS="~amd64"
50 -IUSE="systemd"
51 -RESTRICT="test"
52 -
53 -RDEPEND="dev-libs/glib:=
54 - systemd? ( sys-apps/systemd:= )"
55 -DEPEND="${RDEPEND}"
56 -
57 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
58 -
59 -src_prepare() {
60 - default
61 -
62 - if ! use systemd; then
63 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
64 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
65 - -i Makefile || die
66 - fi
67 -}
68 -
69 -src_compile() {
70 - emake GIT_COMMIT="${EGIT_COMMIT}" \
71 - all
72 -}
73 -
74 -src_install() {
75 - emake DESTDIR="${D}" \
76 - PREFIX="/usr" \
77 - install
78 - dodir /usr/libexec/podman
79 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
80 - dodoc README.md
81 -}
82
83 diff --git a/app-emulation/conmon/conmon-2.0.16.ebuild b/app-emulation/conmon/conmon-2.0.16.ebuild
84 deleted file mode 100644
85 index f7d3b4addf0..00000000000
86 --- a/app-emulation/conmon/conmon-2.0.16.ebuild
87 +++ /dev/null
88 @@ -1,45 +0,0 @@
89 -# Copyright 1999-2020 Gentoo Authors
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=7
93 -
94 -EGIT_COMMIT="a97780984207f29652af90fa3dc4e8e7576548e7"
95 -DESCRIPTION="An OCI container runtime monitor"
96 -HOMEPAGE="https://github.com/containers/conmon"
97 -SRC_URI="https://github.com/containers/conmon/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
98 -
99 -LICENSE="Apache-2.0"
100 -SLOT="0"
101 -KEYWORDS="~amd64"
102 -IUSE="systemd"
103 -RESTRICT="test"
104 -
105 -RDEPEND="dev-libs/glib:=
106 - systemd? ( sys-apps/systemd:= )"
107 -DEPEND="${RDEPEND}"
108 -
109 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
110 -
111 -src_prepare() {
112 - default
113 -
114 - if ! use systemd; then
115 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
116 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
117 - -i Makefile || die
118 - fi
119 -}
120 -
121 -src_compile() {
122 - emake GIT_COMMIT="${EGIT_COMMIT}" \
123 - all
124 -}
125 -
126 -src_install() {
127 - emake DESTDIR="${D}" \
128 - PREFIX="/usr" \
129 - install
130 - dodir /usr/libexec/podman
131 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
132 - dodoc README.md
133 -}
134
135 diff --git a/app-emulation/conmon/conmon-2.0.18.ebuild b/app-emulation/conmon/conmon-2.0.18.ebuild
136 deleted file mode 100644
137 index ae692f5f220..00000000000
138 --- a/app-emulation/conmon/conmon-2.0.18.ebuild
139 +++ /dev/null
140 @@ -1,45 +0,0 @@
141 -# Copyright 1999-2020 Gentoo Authors
142 -# Distributed under the terms of the GNU General Public License v2
143 -
144 -EAPI=7
145 -
146 -EGIT_COMMIT="7b3e303be8f1aea7e0d4a784c8e64a75c14756a4"
147 -DESCRIPTION="An OCI container runtime monitor"
148 -HOMEPAGE="https://github.com/containers/conmon"
149 -SRC_URI="https://github.com/containers/conmon/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
150 -
151 -LICENSE="Apache-2.0"
152 -SLOT="0"
153 -KEYWORDS="~amd64"
154 -IUSE="systemd"
155 -RESTRICT="test"
156 -
157 -RDEPEND="dev-libs/glib:=
158 - systemd? ( sys-apps/systemd:= )"
159 -DEPEND="${RDEPEND}"
160 -
161 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
162 -
163 -src_prepare() {
164 - default
165 -
166 - if ! use systemd; then
167 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
168 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
169 - -i Makefile || die
170 - fi
171 -}
172 -
173 -src_compile() {
174 - emake GIT_COMMIT="${EGIT_COMMIT}" \
175 - all
176 -}
177 -
178 -src_install() {
179 - emake DESTDIR="${D}" \
180 - PREFIX="/usr" \
181 - install
182 - dodir /usr/libexec/podman
183 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
184 - dodoc README.md
185 -}
186
187 diff --git a/app-emulation/conmon/conmon-2.0.19.ebuild b/app-emulation/conmon/conmon-2.0.19.ebuild
188 deleted file mode 100644
189 index 5a10a5b8cba..00000000000
190 --- a/app-emulation/conmon/conmon-2.0.19.ebuild
191 +++ /dev/null
192 @@ -1,45 +0,0 @@
193 -# Copyright 1999-2020 Gentoo Authors
194 -# Distributed under the terms of the GNU General Public License v2
195 -
196 -EAPI=7
197 -
198 -EGIT_COMMIT="25585dd8e8ebff68baa00f695115eff4191ca1f9"
199 -DESCRIPTION="An OCI container runtime monitor"
200 -HOMEPAGE="https://github.com/containers/conmon"
201 -SRC_URI="https://github.com/containers/conmon/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
202 -
203 -LICENSE="Apache-2.0"
204 -SLOT="0"
205 -KEYWORDS="~amd64"
206 -IUSE="systemd"
207 -RESTRICT="test"
208 -
209 -RDEPEND="dev-libs/glib:=
210 - systemd? ( sys-apps/systemd:= )"
211 -DEPEND="${RDEPEND}"
212 -
213 -S="${WORKDIR}/${PN}-${EGIT_COMMIT}"
214 -
215 -src_prepare() {
216 - default
217 -
218 - if ! use systemd; then
219 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
220 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
221 - -i Makefile || die
222 - fi
223 -}
224 -
225 -src_compile() {
226 - emake GIT_COMMIT="${EGIT_COMMIT}" \
227 - all
228 -}
229 -
230 -src_install() {
231 - emake DESTDIR="${D}" \
232 - PREFIX="/usr" \
233 - install
234 - dodir /usr/libexec/podman
235 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
236 - dodoc README.md
237 -}