From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/
Date: Sat, 17 Aug 2024 19:24:40 +0000 (UTC) [thread overview]
Message-ID: <1723922180.24e7c2248db29dbfd2806f212b218df14c0f9152.mgorny@gentoo> (raw)
commit: 24e7c2248db29dbfd2806f212b218df14c0f9152
Author: Alfred Wingate <parona <AT> protonmail <DOT> com>
AuthorDate: Sun Aug 11 18:36:41 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Aug 17 19:16:20 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e7c224
net-libs/enet: add 1.3.18
Signed-off-by: Alfred Wingate <parona <AT> protonmail.com>
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-libs/enet/Manifest | 1 +
net-libs/enet/enet-1.3.18.ebuild | 31 +++++++++++++++++++++++++++++++
2 files changed, 32 insertions(+)
diff --git a/net-libs/enet/Manifest b/net-libs/enet/Manifest
index be5c90a2a709..814d3eb27a43 100644
--- a/net-libs/enet/Manifest
+++ b/net-libs/enet/Manifest
@@ -1 +1,2 @@
DIST enet-1.3.17.tar.gz 703278 BLAKE2B d31838a173f629a2216f59173c259cf7cb35985913c5f8f016641ceb189dc20308effa206f03391cafde842ad6e43ec1776d38ce02283bd5990ccf38eadf4d6b SHA512 efa0cb093a6ca295e5012a4fdebc5ffd6516a66a967e97b386b72781b18ce4a118c9bf94e87adbbdcd0ed441e22c62a05c24ff39fd6b475919e8efe9ab4715e4
+DIST enet-1.3.18.tar.gz 737164 BLAKE2B 13a4543d11d7b4c727badac2293b28e1fe465e6990b59139ec2af6d43f827aa83e243fe35aa789b22498898faa8091b26c8bbc38165ef2c5980d775e48d93bcc SHA512 d39b3bc78274ed4040580a0b13f7e628829d88993aa1bae15ab02afe64598badb2c6863b128f25234e27c3a8c4bcfbda360b3b237c92388675714549e9757bb5
diff --git a/net-libs/enet/enet-1.3.18.ebuild b/net-libs/enet/enet-1.3.18.ebuild
new file mode 100644
index 000000000000..3ea586ef1690
--- /dev/null
+++ b/net-libs/enet/enet-1.3.18.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit libtool
+
+DESCRIPTION="Relatively thin, simple and robust network communication layer on top of UDP"
+HOMEPAGE="http://enet.bespin.org/ https://github.com/lsalzman/enet/"
+SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="1.3/8"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc ~ppc64 ~riscv ~x86"
+IUSE="static-libs"
+
+RDEPEND="!${CATEGORY}/${PN}:0"
+
+src_prepare() {
+ default
+ elibtoolize
+}
+
+src_configure() {
+ econf $(use_enable static-libs static)
+}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2024-08-17 19:24 UTC|newest]
Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-17 19:24 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-19 3:21 [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/ Sam James
2024-03-19 3:21 Sam James
2024-01-03 11:51 Sam James
2023-10-13 10:58 WANG Xuerui
2022-12-19 7:23 Ionen Wolkens
2021-12-28 17:10 Ionen Wolkens
2021-09-12 14:26 Yixun Lan
2021-02-16 12:30 Sam James
2021-02-12 13:48 Sam James
2021-02-12 9:57 Sam James
2021-01-09 4:37 Sam James
2021-01-09 4:37 Sam James
2021-01-09 4:37 Sam James
2020-10-10 7:10 Sam James
2020-10-10 7:10 Sam James
2020-10-10 7:10 Sam James
2020-09-05 0:35 Sam James
2019-02-16 9:28 Pacho Ramos
2018-01-03 18:39 David Seifert
2018-01-03 18:39 David Seifert
2018-01-03 18:39 David Seifert
2017-12-30 0:21 Mikle Kolyada
2016-12-19 14:14 Tobias Klausmann
2016-01-03 15:16 Michael Sterrett
2015-10-09 8:33 Michael Weber
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=1723922180.24e7c2248db29dbfd2806f212b218df14c0f9152.mgorny@gentoo \
--to=mgorny@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