From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/
Date: Sun, 28 Feb 2021 12:26:38 +0000 (UTC) [thread overview]
Message-ID: <1614515174.5137dd257e291afc2dc09b8b24d0d05c885380f2.asturm@gentoo> (raw)
commit: 5137dd257e291afc2dc09b8b24d0d05c885380f2
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 27 21:01:34 2021 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 28 12:26:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5137dd25
media-libs/sdl2-net: EAPI-7 bump, https, drop eutils/ltprune
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-libs/sdl2-net/sdl2-net-2.0.1.ebuild | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
index 5777ab54ca2..195ceafd539 100644
--- a/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
+++ b/media-libs/sdl2-net/sdl2-net-2.0.1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
-inherit eutils ltprune multilib-minimal
+EAPI=7
MY_P=SDL2_net-${PV}
+inherit multilib-minimal
+
DESCRIPTION="Simple Direct Media Layer Network Support Library"
-HOMEPAGE="http://www.libsdl.org/projects/SDL_net/index.html"
-SRC_URI="http://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz"
+HOMEPAGE="https://www.libsdl.org/projects/SDL_net/index.html"
+SRC_URI="https://www.libsdl.org/projects/SDL_net/release/${MY_P}.tar.gz"
LICENSE="ZLIB"
SLOT="0"
@@ -17,7 +18,7 @@ IUSE="static-libs"
RDEPEND=">=media-libs/libsdl2-2.0.1-r1[${MULTILIB_USEDEP}]"
DEPEND=${RDEPEND}
-S=${WORKDIR}/${MY_P}
+S="${WORKDIR}/${MY_P}"
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
@@ -31,5 +32,5 @@ multilib_src_install() {
multilib_src_install_all() {
dodoc {CHANGES,README}.txt
- prune_libtool_files
+ find "${ED}" -name '*.la' -delete || die
}
next reply other threads:[~2021-02-28 12:26 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-28 12:26 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-26 12:31 [gentoo-commits] repo/gentoo:master commit in: media-libs/sdl2-net/ Sam James
2023-09-28 1:00 Sam James
2023-09-27 13:29 Arthur Zamarin
2023-05-17 1:31 Sam James
2022-11-10 6:41 Sam James
2022-07-19 1:09 Sam James
2021-09-25 18:39 Marek Szuba
2020-07-18 22:50 Sam James
2019-12-01 13:59 Sergei Trofimovich
2019-12-01 13:52 Sergei Trofimovich
2016-02-16 1:38 Michael Sterrett
2016-01-04 2:56 Michael Sterrett
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=1614515174.5137dd257e291afc2dc09b8b24d0d05c885380f2.asturm@gentoo \
--to=asturm@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