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: Thu, 05 Mar 2020 05:17:33
Message-Id: 1583385443.cc36343d2692112690adaa502f07fa910cef47b3.zmedico@gentoo
1 commit: cc36343d2692112690adaa502f07fa910cef47b3
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 5 05:16:06 2020 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 5 05:17:23 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36343d
7
8 app-emulation/conmon: Remove old versions
9
10 Package-Manager: Portage-2.3.92, Repoman-2.3.20
11 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>
12
13 app-emulation/conmon/Manifest | 3 ---
14 app-emulation/conmon/conmon-2.0.1.ebuild | 42 --------------------------------
15 app-emulation/conmon/conmon-2.0.2.ebuild | 42 --------------------------------
16 app-emulation/conmon/conmon-2.0.9.ebuild | 42 --------------------------------
17 4 files changed, 129 deletions(-)
18
19 diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
20 index 8819117aa20..2e232b28ed3 100644
21 --- a/app-emulation/conmon/Manifest
22 +++ b/app-emulation/conmon/Manifest
23 @@ -1,5 +1,2 @@
24 -DIST conmon-2.0.1.tar.gz 52250 BLAKE2B 59d0786975d0332ce2eb68024bbfe4c3275388d1e12561a279918fb4d2fdc2c8fd24d5872b724ccbc32722b50debf2de5c9e904aa26e25c3363f0418f5f74f8d SHA512 ba7ccdb61b6092987a3fe0fbcf76c11edaf4e15e4af4d831a8e5fdd58202a81be4d9ddf5c1d71eba5824b284f3b4416a65864e19d65dec4dfd511210c75480b1
25 DIST conmon-2.0.10.tar.gz 54124 BLAKE2B 0f7b3a3a488fdcf4978c9c69bbb1649b7bca2935c824d0169bb4b6ce5a97d788e2016ed3018beac98ad31723656cca3124c3014f115ce600a4ba4c3c9c02badc SHA512 50145a0e00a595213cf5db684bb51633d8129a770cbd2aca49207b3d6b8b97090b6e6eb52b3f4664978d48c6b404be369bb7d8d5e6ce26b362c377a30ddc0411
26 DIST conmon-2.0.11.tar.gz 58791 BLAKE2B a2b9e06041e0455d1445974b76d87e96fc6e248053ca52d48625e635ff709e180d1f9cc96cbcae9896261cf9b7401f1f10749b161451c4aa1bff4ec2d89118d0 SHA512 6ec1f14e1d0216305cc5f866566804204233239b6b428d040385e38b7c9f0d1160bb3af4ec31a441171934358f7f4b315b127507d54bc180e765846ed7b2588e
27 -DIST conmon-2.0.2.tar.gz 52364 BLAKE2B 6acf8265c28da6fedf43ea585a773a213bf7405fcd0b53a1b91c6eca314dde19e59e5883994d1d90a68b5cdc267d97587b7461d3f71da65055e52896a444cfc0 SHA512 f325906b0a9d884e84cb899e4eb2843f1f6a08fa03d255c7ebd4c1c47f7192defc98698c09c5ef428c31d1ccf21dc813f86fd3213e73ceb4d4ee8b2cbc4e7e89
28 -DIST conmon-2.0.9.tar.gz 54056 BLAKE2B 8f27c13d23237d35576e037b8bd1654a019452af139f774e82a04c3272bd858cf806ac1288bc1bb7f313d6e071923103c37bfc5d911ab124e383622f8057197c SHA512 904275d6e116c15e1c373c7ee5d7d9f2cdb671f86c364bab24eb688cd618afacfd63ca5076fd5a67869b97cdbb226df8fac15f390a384e125d9007c0052ed847
29
30 diff --git a/app-emulation/conmon/conmon-2.0.1.ebuild b/app-emulation/conmon/conmon-2.0.1.ebuild
31 deleted file mode 100644
32 index 53fa885d0ae..00000000000
33 --- a/app-emulation/conmon/conmon-2.0.1.ebuild
34 +++ /dev/null
35 @@ -1,42 +0,0 @@
36 -# Copyright 1999-2019 Gentoo Authors
37 -# Distributed under the terms of the GNU General Public License v2
38 -
39 -EAPI=7
40 -
41 -EGIT_COMMIT="4dc8bcfec41e10ca760c8e2089474c2843dfd066"
42 -DESCRIPTION="An OCI container runtime monitor"
43 -HOMEPAGE="https://github.com/containers/conmon"
44 -SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="Apache-2.0"
47 -SLOT="0"
48 -KEYWORDS="~amd64"
49 -IUSE="systemd"
50 -
51 -RDEPEND="dev-libs/glib:=
52 - systemd? ( sys-apps/systemd:= )"
53 -DEPEND="${RDEPEND}"
54 -
55 -src_prepare() {
56 - default
57 -
58 - if ! use systemd; then
59 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
60 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
61 - -i Makefile || die
62 - fi
63 -}
64 -
65 -src_compile() {
66 - emake GIT_COMMIT="${EGIT_COMMIT}" \
67 - all
68 -}
69 -
70 -src_install() {
71 - emake DESTDIR="${D}" \
72 - PREFIX="/usr" \
73 - install
74 - dodir /usr/libexec/podman
75 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
76 - dodoc README.md
77 -}
78
79 diff --git a/app-emulation/conmon/conmon-2.0.2.ebuild b/app-emulation/conmon/conmon-2.0.2.ebuild
80 deleted file mode 100644
81 index 9a58b4847e7..00000000000
82 --- a/app-emulation/conmon/conmon-2.0.2.ebuild
83 +++ /dev/null
84 @@ -1,42 +0,0 @@
85 -# Copyright 1999-2019 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -EGIT_COMMIT="65fe0226d85b69fc9e527e376795c9791199153d"
91 -DESCRIPTION="An OCI container runtime monitor"
92 -HOMEPAGE="https://github.com/containers/conmon"
93 -SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
94 -
95 -LICENSE="Apache-2.0"
96 -SLOT="0"
97 -KEYWORDS="~amd64"
98 -IUSE="systemd"
99 -
100 -RDEPEND="dev-libs/glib:=
101 - systemd? ( sys-apps/systemd:= )"
102 -DEPEND="${RDEPEND}"
103 -
104 -src_prepare() {
105 - default
106 -
107 - if ! use systemd; then
108 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
109 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
110 - -i Makefile || die
111 - fi
112 -}
113 -
114 -src_compile() {
115 - emake GIT_COMMIT="${EGIT_COMMIT}" \
116 - all
117 -}
118 -
119 -src_install() {
120 - emake DESTDIR="${D}" \
121 - PREFIX="/usr" \
122 - install
123 - dodir /usr/libexec/podman
124 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
125 - dodoc README.md
126 -}
127
128 diff --git a/app-emulation/conmon/conmon-2.0.9.ebuild b/app-emulation/conmon/conmon-2.0.9.ebuild
129 deleted file mode 100644
130 index 94ebc62d9c1..00000000000
131 --- a/app-emulation/conmon/conmon-2.0.9.ebuild
132 +++ /dev/null
133 @@ -1,42 +0,0 @@
134 -# Copyright 1999-2020 Gentoo Authors
135 -# Distributed under the terms of the GNU General Public License v2
136 -
137 -EAPI=7
138 -
139 -EGIT_COMMIT="60b42f20f222df9da07a01ee444327348b9f54ee"
140 -DESCRIPTION="An OCI container runtime monitor"
141 -HOMEPAGE="https://github.com/containers/conmon"
142 -SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
143 -
144 -LICENSE="Apache-2.0"
145 -SLOT="0"
146 -KEYWORDS="~amd64"
147 -IUSE="systemd"
148 -
149 -RDEPEND="dev-libs/glib:=
150 - systemd? ( sys-apps/systemd:= )"
151 -DEPEND="${RDEPEND}"
152 -
153 -src_prepare() {
154 - default
155 -
156 - if ! use systemd; then
157 - sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
158 - -e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
159 - -i Makefile || die
160 - fi
161 -}
162 -
163 -src_compile() {
164 - emake GIT_COMMIT="${EGIT_COMMIT}" \
165 - all
166 -}
167 -
168 -src_install() {
169 - emake DESTDIR="${D}" \
170 - PREFIX="/usr" \
171 - install
172 - dodir /usr/libexec/podman
173 - ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
174 - dodoc README.md
175 -}