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