public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/
Date: Sat,  9 Jan 2021 04:37:13 +0000 (UTC)	[thread overview]
Message-ID: <1610167014.99f56de9e5d4ad67dfd0a057002b08d4876a467c.sam@gentoo> (raw)

commit:     99f56de9e5d4ad67dfd0a057002b08d4876a467c
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 04:36:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 04:36:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99f56de9

net-libs/enet: bump to 1.3.17

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-libs/enet/Manifest           |  1 +
 net-libs/enet/enet-1.3.17.ebuild | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)

diff --git a/net-libs/enet/Manifest b/net-libs/enet/Manifest
index 1711e5554ac..2279a355577 100644
--- a/net-libs/enet/Manifest
+++ b/net-libs/enet/Manifest
@@ -1,3 +1,4 @@
 DIST enet-1.2.2.tar.gz 413454 BLAKE2B 3d13ae43a3ce361cf19d7b79c8ec92f76b7c1066659bf4e531a3144b03aac4e7b3738c102eff12bc0748a4a798e7be77473a6b386d29bb416998057f71ffe9d9 SHA512 2c28ab4b650dd4165ee5913c1bc80dc47e43f2363a5fdd7f3aa9be8fb3afbc8aff7a6bce731f7dac45eb930fc6338cd811c07e8dedca5554a7dd32293685062d
 DIST enet-1.3.13.tar.gz 669090 BLAKE2B 3041e9b2fe431dda2eae3464417d79b80664ff2c303222607991db28328e8eca2357fbf66248f40344bf93a26e0d1ffdad4698f9fe58939224b830700acee501 SHA512 82501c0248330a3a6bcac907907760e59b18cb662ebb42fe2c91e1557f1bc8ab452bf3fe7477dc01fa7a6e3b6124e1eb8eac46382d5bbebb2394879f9568b5df
 DIST enet-1.3.16.tar.gz 703461 BLAKE2B 30046a50a00eb3ccdb24e69a7f315555b1b395f42e30efff55c09bab28f4f2404c5183da2bce166f719956a9286ebfbc91d184cb146c252351909eb04ac1b345 SHA512 79761749d0f127c30b3c7186ca3c73795532d2e96ac1c152cd1fb5ca422b020f75e0c08ef9c9744e16866f8e5261dc24985e0421be56bcb0a4b072411af425ae
+DIST enet-1.3.17.tar.gz 703278 BLAKE2B d31838a173f629a2216f59173c259cf7cb35985913c5f8f016641ceb189dc20308effa206f03391cafde842ad6e43ec1776d38ce02283bd5990ccf38eadf4d6b SHA512 efa0cb093a6ca295e5012a4fdebc5ffd6516a66a967e97b386b72781b18ce4a118c9bf94e87adbbdcd0ed441e22c62a05c24ff39fd6b475919e8efe9ab4715e4

diff --git a/net-libs/enet/enet-1.3.17.ebuild b/net-libs/enet/enet-1.3.17.ebuild
new file mode 100644
index 00000000000..b7142681cf1
--- /dev/null
+++ b/net-libs/enet/enet-1.3.17.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+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/7"
+KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86"
+IUSE="static-libs"
+
+RDEPEND="!${CATEGORY}/${PN}:0"
+
+src_configure() {
+	econf $(use_enable static-libs static)
+}
+
+src_install() {
+	default
+	find "${ED}" -name '*.la' -delete || die
+}


             reply	other threads:[~2021-01-09  4:37 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09  4:37 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-12-30 23:34 [gentoo-commits] repo/gentoo:master commit in: net-libs/enet/ Sam James
2024-12-30 23:34 Sam James
2024-12-30 23:34 Sam James
2024-12-30 23:34 Sam James
2024-08-17 19:24 Michał Górny
2024-03-19  3:21 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
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=1610167014.99f56de9e5d4ad67dfd0a057002b08d4876a467c.sam@gentoo \
    --to=sam@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