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: net-libs/libslirp/
Date: Wed, 16 Jun 2021 15:07:30 +0000 (UTC)	[thread overview]
Message-ID: <1623855985.2eeab759791900721e086f63a3765bf9a46f5909.zmedico@gentoo> (raw)

commit:     2eeab759791900721e086f63a3765bf9a46f5909
Author:     Zac Medico <zmedico <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 16 15:04:08 2021 +0000
Commit:     Zac Medico <zmedico <AT> gentoo <DOT> org>
CommitDate: Wed Jun 16 15:06:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eeab759

net-libs/libslirp: Bump to version 4.6.0

Bug: https://bugs.gentoo.org/796347
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Zac Medico <zmedico <AT> gentoo.org>

 net-libs/libslirp/Manifest              |  1 +
 net-libs/libslirp/libslirp-4.6.0.ebuild | 35 +++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/net-libs/libslirp/Manifest b/net-libs/libslirp/Manifest
index eaa6c1a9a55..52c684af539 100644
--- a/net-libs/libslirp/Manifest
+++ b/net-libs/libslirp/Manifest
@@ -1,2 +1,3 @@
 DIST libslirp-4.3.1.tar.gz 127008 BLAKE2B de40980521a54367fda73b9a67a80159ff14e8ea073086d8df3b42028ffe778b62f0aabe2b3f0929e168c73c453a8eda3fe0bb866d22de5b0712775e9cece19f SHA512 fa38a5e508b00802538f8466b8b52fc4842d6f7f74caa399db1011c15bb37198678415147327a606e3f259fd5def9390012df1d4dc76e8869e9bb77ca6514005
 DIST libslirp-4.4.0.tar.gz 128453 BLAKE2B da747071c22522649627dd8b2e1cd621129a6898b2391d0da2a8f032068f129d11de3dc0e0f94ac38b36c79e2cc0c9508a3bd3e9a07beca914219146c82faec0 SHA512 27f5d41730a3070df4ead1af4ec42fdff141289e5072ec93053b9236d9197bc3f1a3a804c85eef08458ab47a0d4921457df57ece5aae42cab9f068ccda31f3ee
+DIST libslirp-4.6.0.tar.gz 135533 BLAKE2B 62be67192a68b4c8bdc0b84f1ba2f1d3617a2c94c14720f9eb2f4ca317af59b59ce4d2147903b4055e60f4de262db7500345db6341b083a1d6f48e9f6a2edd04 SHA512 f3464818182bd2d8d21fd1f158172acd84523d8c252f21cab4f29317606b01ebd772a612dc522255e7f4a169608e6604b389e433e65d3163ba591f639e744a81

diff --git a/net-libs/libslirp/libslirp-4.6.0.ebuild b/net-libs/libslirp/libslirp-4.6.0.ebuild
new file mode 100644
index 00000000000..26b1487afc7
--- /dev/null
+++ b/net-libs/libslirp/libslirp-4.6.0.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit meson
+
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+MY_P="${PN}-v${PV}"
+SRC_URI="https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v${PV}/${MY_P}.tar.gz -> ${P}.tar.gz"
+DESCRIPTION="A TCP-IP emulator used to provide virtual networking services."
+HOMEPAGE="https://gitlab.freedesktop.org/slirp/libslirp"
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="static-libs"
+
+RDEPEND="dev-libs/glib:="
+
+DEPEND="${RDEPEND}"
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+	echo "${PV}" > .tarball-version || die
+	echo -e "#!${BASH}\necho -n \$(cat '${S}/.tarball-version')" > build-aux/git-version-gen || die
+	default
+}
+
+src_configure() {
+	local emesonargs=(
+		-Ddefault_library=$(usex static-libs both shared)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2021-06-16 15:07 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-16 15:07 Zac Medico [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-06-02 21:41 [gentoo-commits] repo/gentoo:master commit in: net-libs/libslirp/ Sam James
2023-05-16  1:52 Sam James
2023-05-01  1:58 Sam James
2023-04-30 23:53 Sam James
2023-04-30 23:50 Sam James
2023-04-30 23:50 Sam James
2022-05-19 12:19 WANG Xuerui
2022-04-28  0:53 Zac Medico
2022-02-07 21:45 James Le Cuirot
2021-12-31  3:42 Yixun Lan
2021-12-26  0:20 Sam James
2021-06-19 16:03 Zac Medico
2021-06-19 15:37 Zac Medico
2021-06-18 22:38 Sam James
2021-06-18  6:30 Agostino Sarubbo
2021-06-18  6:28 Agostino Sarubbo
2021-06-18  6:27 Agostino Sarubbo
2021-06-16 15:09 Zac Medico
2020-12-19  0:07 Zac Medico
2020-12-18 10:25 Sergei Trofimovich
2020-12-15 10:37 Sam James
2020-12-15  6:28 Sam James
2020-12-14 20:18 Thomas Deutschmann
2020-12-14 10:07 Zac Medico
2020-11-07  3:49 Georgy Yakovlev
2020-08-30  1:32 Thomas Deutschmann
2020-08-29 18:49 Zac Medico
2020-08-20 21:53 Zac Medico
2020-08-19 22:40 Sam James
2020-08-16 14:46 Agostino Sarubbo
2020-07-17 17:27 Sam James
2020-07-17  0:35 Sam James
2020-07-12  8:29 Sergei Trofimovich
2020-07-09 21:57 Zac Medico
2020-07-09  4:27 Zac Medico
2020-04-24  2:37 Zac Medico
2020-04-24  1:56 Zac Medico
2020-04-24  1:56 Zac Medico
2020-04-19 22:30 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=1623855985.2eeab759791900721e086f63a3765bf9a46f5909.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