public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/libsfml/
Date: Sun, 28 Feb 2021 12:26:39 +0000 (UTC)	[thread overview]
Message-ID: <1614515174.9a1e950a695230c82b4b7bf1117f553b233b3671.asturm@gentoo> (raw)

commit:     9a1e950a695230c82b4b7bf1117f553b233b3671
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 28 09:58:23 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=9a1e950a

media-libs/libsfml: EAPI-7 bump, switch to cmake.eclass

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-libs/libsfml/libsfml-2.5.1.ebuild | 19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

diff --git a/media-libs/libsfml/libsfml-2.5.1.ebuild b/media-libs/libsfml/libsfml-2.5.1.ebuild
index 159102d0049..2b975f17c8f 100644
--- a/media-libs/libsfml/libsfml-2.5.1.ebuild
+++ b/media-libs/libsfml/libsfml-2.5.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
-inherit cmake-utils eapi7-ver
+EAPI=7
 
-MY_P="SFML-${PV}"
+inherit cmake
 
 DESCRIPTION="Simple and Fast Multimedia Library (SFML)"
 HOMEPAGE="https://www.sfml-dev.org/ https://github.com/SFML/SFML"
@@ -33,21 +32,21 @@ RDEPEND="
 		x11-libs/xcb-util-image
 	)
 "
-DEPEND="
-	${RDEPEND}
+DEPEND="${RDEPEND}"
+BDEPEND="
 	doc? ( app-doc/doxygen )
 "
 
 DOCS=( changelog.md readme.md )
 
-S="${WORKDIR}/${MY_P}"
+S="${WORKDIR}/SFML-${PV}"
 
 src_prepare() {
 	sed -i "s:DESTINATION .*:DESTINATION /usr/share/doc/${PF}:" \
 		doc/CMakeLists.txt || die
 
 	find examples -name CMakeLists.txt -delete || die
-	cmake-utils_src_prepare
+	cmake_src_prepare
 }
 
 src_configure() {
@@ -59,11 +58,11 @@ src_configure() {
 	if use kernel_Winnt; then
 		mycmakeargs+=( -DSFML_USE_SYSTEM_DEPS=TRUE )
 	fi
-	cmake-utils_src_configure
+	cmake_src_configure
 }
 
 src_install() {
-	cmake-utils_src_install
+	cmake_src_install
 
 	insinto /usr/share/cmake/Modules
 	doins cmake/SFMLConfig.cmake.in


             reply	other threads:[~2021-02-28 12:26 UTC|newest]

Thread overview: 34+ 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-11-23 19:49 [gentoo-commits] repo/gentoo:master commit in: media-libs/libsfml/ Sam James
2024-11-23 19:01 Sam James
2024-11-23 18:27 Michał Górny
2024-10-31 11:17 Andreas K. Hüttel
2023-11-10 16:20 Pacho Ramos
2023-10-09 18:57 Sam James
2023-10-09  4:46 Sam James
2023-09-11 12:36 Sam James
2023-09-11 11:41 Arthur Zamarin
2023-08-19 12:59 Joonas Niilola
2023-06-25 19:17 Sam James
2022-12-01  9:23 Jakov Smolić
2022-06-10 21:38 Jakov Smolić
2021-09-12 14:26 Yixun Lan
2020-12-02 23:21 Sam James
2019-02-21 10:29 Andreas Sturmlechner
2019-02-16  8:55 Pacho Ramos
2018-10-20 18:52 Pacho Ramos
2018-10-20 18:52 Pacho Ramos
2018-05-20  1:47 Aaron Bauman
2017-11-19  2:50 Tim Harder
2017-11-19  2:50 Tim Harder
2017-10-15 22:08 Thomas Deutschmann
2017-08-31 11:36 Tim Harder
2017-02-11 11:24 Lars Wendler
2017-02-11 11:24 Lars Wendler
2016-11-17 18:08 Lars Wendler
2016-08-09  3:15 Tim Harder
2016-04-12  5:57 Tim Harder
2016-01-07 17:30 Michał Górny
2015-11-03 15:19 Agostino Sarubbo
2015-09-12  4:42 Tim Harder
2015-08-29 18:02 Tim Harder

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.9a1e950a695230c82b4b7bf1117f553b233b3671.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