public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Zac Medico" <zmedico@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/
Date: Thu,  5 Mar 2020 05:17:29 +0000 (UTC)	[thread overview]
Message-ID: <1583385443.cc36343d2692112690adaa502f07fa910cef47b3.zmedico@gentoo> (raw)

commit:     cc36343d2692112690adaa502f07fa910cef47b3
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu Mar  5 05:16:06 2020 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu Mar  5 05:17:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc36343d

app-emulation/conmon: Remove old versions

Package-Manager: Portage-2.3.92, Repoman-2.3.20
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 app-emulation/conmon/Manifest            |  3 ---
 app-emulation/conmon/conmon-2.0.1.ebuild | 42 --------------------------------
 app-emulation/conmon/conmon-2.0.2.ebuild | 42 --------------------------------
 app-emulation/conmon/conmon-2.0.9.ebuild | 42 --------------------------------
 4 files changed, 129 deletions(-)

diff --git a/app-emulation/conmon/Manifest b/app-emulation/conmon/Manifest
index 8819117aa20..2e232b28ed3 100644
--- a/app-emulation/conmon/Manifest
+++ b/app-emulation/conmon/Manifest
@@ -1,5 +1,2 @@
-DIST conmon-2.0.1.tar.gz 52250 BLAKE2B 59d0786975d0332ce2eb68024bbfe4c3275388d1e12561a279918fb4d2fdc2c8fd24d5872b724ccbc32722b50debf2de5c9e904aa26e25c3363f0418f5f74f8d SHA512 ba7ccdb61b6092987a3fe0fbcf76c11edaf4e15e4af4d831a8e5fdd58202a81be4d9ddf5c1d71eba5824b284f3b4416a65864e19d65dec4dfd511210c75480b1
 DIST conmon-2.0.10.tar.gz 54124 BLAKE2B 0f7b3a3a488fdcf4978c9c69bbb1649b7bca2935c824d0169bb4b6ce5a97d788e2016ed3018beac98ad31723656cca3124c3014f115ce600a4ba4c3c9c02badc SHA512 50145a0e00a595213cf5db684bb51633d8129a770cbd2aca49207b3d6b8b97090b6e6eb52b3f4664978d48c6b404be369bb7d8d5e6ce26b362c377a30ddc0411
 DIST conmon-2.0.11.tar.gz 58791 BLAKE2B a2b9e06041e0455d1445974b76d87e96fc6e248053ca52d48625e635ff709e180d1f9cc96cbcae9896261cf9b7401f1f10749b161451c4aa1bff4ec2d89118d0 SHA512 6ec1f14e1d0216305cc5f866566804204233239b6b428d040385e38b7c9f0d1160bb3af4ec31a441171934358f7f4b315b127507d54bc180e765846ed7b2588e
-DIST conmon-2.0.2.tar.gz 52364 BLAKE2B 6acf8265c28da6fedf43ea585a773a213bf7405fcd0b53a1b91c6eca314dde19e59e5883994d1d90a68b5cdc267d97587b7461d3f71da65055e52896a444cfc0 SHA512 f325906b0a9d884e84cb899e4eb2843f1f6a08fa03d255c7ebd4c1c47f7192defc98698c09c5ef428c31d1ccf21dc813f86fd3213e73ceb4d4ee8b2cbc4e7e89
-DIST conmon-2.0.9.tar.gz 54056 BLAKE2B 8f27c13d23237d35576e037b8bd1654a019452af139f774e82a04c3272bd858cf806ac1288bc1bb7f313d6e071923103c37bfc5d911ab124e383622f8057197c SHA512 904275d6e116c15e1c373c7ee5d7d9f2cdb671f86c364bab24eb688cd618afacfd63ca5076fd5a67869b97cdbb226df8fac15f390a384e125d9007c0052ed847

diff --git a/app-emulation/conmon/conmon-2.0.1.ebuild b/app-emulation/conmon/conmon-2.0.1.ebuild
deleted file mode 100644
index 53fa885d0ae..00000000000
--- a/app-emulation/conmon/conmon-2.0.1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="4dc8bcfec41e10ca760c8e2089474c2843dfd066"
-DESCRIPTION="An OCI container runtime monitor"
-HOMEPAGE="https://github.com/containers/conmon"
-SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-RDEPEND="dev-libs/glib:=
-	systemd? ( sys-apps/systemd:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	if ! use systemd; then
-		sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
-			-e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
-			-i Makefile || die
-	fi
-}
-
-src_compile() {
-	emake GIT_COMMIT="${EGIT_COMMIT}" \
-		all
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		PREFIX="/usr" \
-		install
-	dodir /usr/libexec/podman
-	ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
-	dodoc README.md
-}

diff --git a/app-emulation/conmon/conmon-2.0.2.ebuild b/app-emulation/conmon/conmon-2.0.2.ebuild
deleted file mode 100644
index 9a58b4847e7..00000000000
--- a/app-emulation/conmon/conmon-2.0.2.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="65fe0226d85b69fc9e527e376795c9791199153d"
-DESCRIPTION="An OCI container runtime monitor"
-HOMEPAGE="https://github.com/containers/conmon"
-SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-RDEPEND="dev-libs/glib:=
-	systemd? ( sys-apps/systemd:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	if ! use systemd; then
-		sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
-			-e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
-			-i Makefile || die
-	fi
-}
-
-src_compile() {
-	emake GIT_COMMIT="${EGIT_COMMIT}" \
-		all
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		PREFIX="/usr" \
-		install
-	dodir /usr/libexec/podman
-	ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
-	dodoc README.md
-}

diff --git a/app-emulation/conmon/conmon-2.0.9.ebuild b/app-emulation/conmon/conmon-2.0.9.ebuild
deleted file mode 100644
index 94ebc62d9c1..00000000000
--- a/app-emulation/conmon/conmon-2.0.9.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-EGIT_COMMIT="60b42f20f222df9da07a01ee444327348b9f54ee"
-DESCRIPTION="An OCI container runtime monitor"
-HOMEPAGE="https://github.com/containers/conmon"
-SRC_URI="https://github.com/containers/conmon/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="systemd"
-
-RDEPEND="dev-libs/glib:=
-	systemd? ( sys-apps/systemd:= )"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	default
-
-	if ! use systemd; then
-		sed -e 's| $(PKG_CONFIG) --exists libsystemd-journal | false |' \
-			-e 's| $(PKG_CONFIG) --exists libsystemd | false |' \
-			-i Makefile || die
-	fi
-}
-
-src_compile() {
-	emake GIT_COMMIT="${EGIT_COMMIT}" \
-		all
-}
-
-src_install() {
-	emake DESTDIR="${D}" \
-		PREFIX="/usr" \
-		install
-	dodir /usr/libexec/podman
-	ln "${ED}/usr/"{bin,libexec/podman}/conmon || die
-	dodoc README.md
-}


             reply	other threads:[~2020-03-05  5:17 UTC|newest]

Thread overview: 37+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-05  5:17 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-12-07  3:57 [gentoo-commits] repo/gentoo:master commit in: app-emulation/conmon/ Zac Medico
2021-11-26 20:53 Zac Medico
2021-11-26 20:53 Zac Medico
2021-11-17  2:16 Sam James
2021-11-14  8:38 Sam James
2021-10-18  2:01 Zac Medico
2021-09-09  5:25 Zac Medico
2021-07-04  6:06 Georgy Yakovlev
2021-03-17  7:56 Zac Medico
2021-02-25 21:41 Zac Medico
2021-02-25 21:40 Zac Medico
2020-12-29  9:00 Zac Medico
2020-12-29  8:49 Zac Medico
2020-12-28 23:29 Zac Medico
2020-08-30  0:22 Zac Medico
2020-08-29 22:45 Sam James
2020-07-28 22:01 Zac Medico
2020-07-16  0:55 Zac Medico
2020-06-20  2:41 Zac Medico
2020-05-25 22:45 Zac Medico
2020-05-25 22:45 Zac Medico
2020-04-19 20:21 Zac Medico
2020-04-19 20:21 Zac Medico
2020-03-05  5:17 Zac Medico
2020-01-18  1:11 Zac Medico
2020-01-17 23:51 Zac Medico
2019-11-01 23:11 Zac Medico
2019-11-01 23:02 Zac Medico
2019-09-13 19:41 Zac Medico
2019-08-28 14:34 David Seifert
2019-08-21 18:15 Zac Medico
2019-08-21 18:13 Zac Medico
2019-08-21 17:57 Zac Medico
2019-08-21 17:56 Zac Medico
2019-07-18 19:48 Zac Medico
2019-06-01  6:07 Zac Medico

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1583385443.cc36343d2692112690adaa502f07fa910cef47b3.zmedico@gentoo \
    --to=zmedico@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox