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, 10 Oct 2020 07:10:44 +0000 (UTC) [thread overview]
Message-ID: <1602312770.61b208093fca47ed716785db2798a888ce9d3363.sam@gentoo> (raw)
commit: 61b208093fca47ed716785db2798a888ce9d3363
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 10 06:52:50 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Oct 10 06:52:50 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61b20809
net-libs/enet: port to EAPI 7
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/enet/enet-1.2.2-r1.ebuild | 11 ++++++++---
net-libs/enet/enet-1.3.13.ebuild | 7 +++----
2 files changed, 11 insertions(+), 7 deletions(-)
diff --git a/net-libs/enet/enet-1.2.2-r1.ebuild b/net-libs/enet/enet-1.2.2-r1.ebuild
index b38533678dd..a0ddb70b8e3 100644
--- a/net-libs/enet/enet-1.2.2-r1.ebuild
+++ b/net-libs/enet/enet-1.2.2-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP"
+DESCRIPTION="Relatively thin, simple and robust network communication layer on top of UDP"
HOMEPAGE="http://enet.bespin.org/"
SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"
@@ -15,3 +15,8 @@ IUSE="static-libs"
src_configure() {
econf $(use_enable static-libs static)
}
+
+src_install() {
+ default
+ find "${ED}" -name '*.la' -delete || die
+}
diff --git a/net-libs/enet/enet-1.3.13.ebuild b/net-libs/enet/enet-1.3.13.ebuild
index 55c0fcdcfa0..0e307002387 100644
--- a/net-libs/enet/enet-1.3.13.ebuild
+++ b/net-libs/enet/enet-1.3.13.ebuild
@@ -1,10 +1,9 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils ltprune
+EAPI=7
-DESCRIPTION="relatively thin, simple and robust network communication layer on top of UDP"
+DESCRIPTION="Relatively thin, simple and robust network communication layer on top of UDP"
HOMEPAGE="http://enet.bespin.org/"
SRC_URI="http://enet.bespin.org/download/${P}.tar.gz"
@@ -21,5 +20,5 @@ src_configure() {
src_install() {
default
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2020-10-10 7:10 UTC|newest]
Thread overview: 30+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-10 7:10 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
2021-01-09 4:37 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=1602312770.61b208093fca47ed716785db2798a888ce9d3363.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