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/slirp4netns/
Date: Thu, 30 May 2019 18:43:29 +0000 (UTC)	[thread overview]
Message-ID: <1559241800.d91b6bb4e7c47d1e6cee95512ec7eca45f5d80a0.zmedico@gentoo> (raw)

commit:     d91b6bb4e7c47d1e6cee95512ec7eca45f5d80a0
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 18:42:33 2019 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Thu May 30 18:43:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91b6bb4

app-emulation/slirp4netns: remove old versions

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

 app-emulation/slirp4netns/Manifest                 |  2 --
 app-emulation/slirp4netns/slirp4netns-0.2.1.ebuild | 29 -------------------
 .../slirp4netns/slirp4netns-0.3.0_beta1.ebuild     | 33 ----------------------
 3 files changed, 64 deletions(-)

diff --git a/app-emulation/slirp4netns/Manifest b/app-emulation/slirp4netns/Manifest
index 2f3fda0b332..98963bd4a03 100644
--- a/app-emulation/slirp4netns/Manifest
+++ b/app-emulation/slirp4netns/Manifest
@@ -1,3 +1 @@
-DIST slirp4netns-0.2.1.tar.gz 136425 BLAKE2B 81d6a0e68433522c2382ca938515ff7a96bf9afab32d3b25db454c706f24afb671709bcca6d52b5673934bf1963ec1795f8022319c2f6d936fd17e87e4e3edff SHA512 f923fe7b02eb30a108e99c63574dd1e9e948c9afa56a2747ddb0b78ea24beadecbce93b3644171c3aea698e5d37f4302eb22e4187f14db870b1e8018f75f4089
 DIST slirp4netns-0.3.0.tar.gz 180149 BLAKE2B b7c552b5660f4be4a95d573ff51bbde1dec1daa7dd0d5a6c49b3d761743561e8211972d16e588519bce41eee0dd378837f7de3e4c7ccb37f13bfab21008ac640 SHA512 85eea233531123297efa5e7225cbda21c10ecb297fe13cd8bf75f8d18052bc8533c2db8ce6c1f7876f42b89e31ed2859eef33a3979cad95326d0c4b19f2871f1
-DIST slirp4netns-0.3.0_beta1.tar.gz 180649 BLAKE2B ca124cadf5cb14fdce9f0246babef32509db797ff8b8e707e85c63ad095ab44a3a20258d8b56de1899613d7cadd6e326aab1b279e89d2add2992aeab8aa8c741 SHA512 a7f4cf989d77738cf77ecc924bff177a20d87fa1c8ae8b91ac57917fa001346bad250a6ce776025b13b53ee0dc12d38cf1127011a127f34ca76eeb0453c2ca49

diff --git a/app-emulation/slirp4netns/slirp4netns-0.2.1.ebuild b/app-emulation/slirp4netns/slirp4netns-0.2.1.ebuild
deleted file mode 100644
index c0e3625e200..00000000000
--- a/app-emulation/slirp4netns/slirp4netns-0.2.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="User-mode networking for unprivileged network namespaces"
-HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
-SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-RESTRICT="test"
-
-src_prepare() {
-	eautoreconf
-	default
-}
-
-pkg_postinst() {
-	elog "You need to have the tun kernel module loaded in order to have"
-	elog "slirp4netns working"
-}

diff --git a/app-emulation/slirp4netns/slirp4netns-0.3.0_beta1.ebuild b/app-emulation/slirp4netns/slirp4netns-0.3.0_beta1.ebuild
deleted file mode 100644
index 661c3304328..00000000000
--- a/app-emulation/slirp4netns/slirp4netns-0.3.0_beta1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="User-mode networking for unprivileged network namespaces"
-HOMEPAGE="https://github.com/rootless-containers/slirp4netns"
-SRC_URI="https://github.com/rootless-containers/slirp4netns/archive/v${PV/_beta/-beta.}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-
-KEYWORDS="~amd64"
-
-RDEPEND=""
-DEPEND="${RDEPEND}"
-RESTRICT="test"
-
-S="${WORKDIR}/${P/_beta/-beta.}"
-
-src_prepare() {
-	eautoreconf
-	default
-}
-
-pkg_postinst() {
-	if [[ -z ${REPLACING_VERSIONS} ]]; then
-		elog "You need to have the tun kernel module loaded in order to have"
-		elog "slirp4netns working"
-	fi
-}


             reply	other threads:[~2019-05-30 18:43 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-30 18:43 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-11-17  2:16 [gentoo-commits] repo/gentoo:master commit in: app-emulation/slirp4netns/ Sam James
2021-11-14  8:38 Sam James
2021-10-18  2:12 Zac Medico
2021-07-04  6:06 Georgy Yakovlev
2021-02-25 21:40 Zac Medico
2021-02-25 21:35 Zac Medico
2020-12-28 23:23 Zac Medico
2020-08-30  0:17 Zac Medico
2020-08-29 22:45 Sam James
2020-07-13 18:04 Zac Medico
2020-07-09  4:27 Zac Medico
2020-06-05 18:26 Zac Medico
2020-05-10 19:51 Zac Medico
2020-05-10 17:53 Zac Medico
2020-04-24  2:07 Zac Medico
2020-04-24  2:07 Zac Medico
2020-04-19 22:33 Zac Medico
2020-04-19 22:30 Zac Medico
2020-02-08  3:04 Zac Medico
2019-12-03 17:26 Zac Medico
2019-12-03 17:26 Zac Medico
2019-09-14 20:43 Zac Medico
2019-08-30 16:44 Zac Medico
2019-08-30 15:02 Zac Medico
2019-08-29 17:37 Zac Medico
2019-08-29 17:27 Zac Medico
2019-08-26 18:03 Zac Medico
2019-08-26 18:03 Zac Medico
2019-08-04 18:06 Zac Medico
2019-08-04 18:06 Zac Medico
2019-08-03 17:55 Zac Medico
2019-08-03 17:55 Zac Medico
2019-07-30 22:11 Zac Medico
2019-07-25 17:59 Zac Medico
2019-07-23 15:34 Zac Medico
2019-05-30 18:45 Zac Medico
2019-05-30 18:43 Zac Medico
2019-04-11 21:50 Zac Medico
2019-04-11 21:50 Zac Medico
2019-03-13 17:06 Zac Medico
2019-02-19  7:11 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=1559241800.d91b6bb4e7c47d1e6cee95512ec7eca45f5d80a0.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