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: media-sound/pms/
Date: Sat,  9 Jan 2021 10:36:12 +0000 (UTC)	[thread overview]
Message-ID: <1610188563.7d295a484f9437407d30a6e3bdb7d5b2a1d5adba.sam@gentoo> (raw)

commit:     7d295a484f9437407d30a6e3bdb7d5b2a1d5adba
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  9 10:03:32 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jan  9 10:36:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d295a48

media-sound/pms: port to EAPI 7

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

 media-sound/pms/pms-0.42_p20170508.ebuild | 21 ++++++++++-----------
 media-sound/pms/pms-9999.ebuild           | 18 +++++++++---------
 2 files changed, 19 insertions(+), 20 deletions(-)

diff --git a/media-sound/pms/pms-0.42_p20170508.ebuild b/media-sound/pms/pms-0.42_p20170508.ebuild
index 13f5072cbc9..5fff6b4dc85 100644
--- a/media-sound/pms/pms-0.42_p20170508.ebuild
+++ b/media-sound/pms/pms-0.42_p20170508.ebuild
@@ -1,30 +1,29 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils vcs-snapshot
+inherit cmake vcs-snapshot
 
 REF="8c8918488a4a22924ee04442dc5e5216783d51ff"
-
 DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
 HOMEPAGE="https://ambientsound.github.io/pms"
-SRC_URI="https://github.com/ambientsound/${PN}/tarball/${REF} -> ${P}.tar.gz"
+SRC_URI="https://github.com/ambientsound/${PN}/archive/${REF}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 IUSE="+regex doc"
 
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/pandoc )
+"
 RDEPEND="
 	sys-libs/ncurses:0=[unicode]
 	media-libs/libmpdclient
 "
-DEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/pandoc )
-	${RDEPEND}
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
@@ -32,5 +31,5 @@ src_configure() {
 		-DENABLE_REGEX=$(usex regex)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }

diff --git a/media-sound/pms/pms-9999.ebuild b/media-sound/pms/pms-9999.ebuild
index 2a0de1e38b9..4260a7d72b3 100644
--- a/media-sound/pms/pms-9999.ebuild
+++ b/media-sound/pms/pms-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit cmake-utils git-r3
+inherit cmake git-r3
 
 DESCRIPTION="Practical Music Search: an open source ncurses client for mpd, written in C++"
 HOMEPAGE="https://ambientsound.github.io/pms"
@@ -16,15 +16,15 @@ SLOT="0"
 KEYWORDS=""
 IUSE="+regex doc"
 
+BDEPEND="
+	virtual/pkgconfig
+	doc? ( app-text/pandoc )
+"
 RDEPEND="
 	sys-libs/ncurses:0=[unicode]
 	media-libs/libmpdclient
 "
-DEPEND="
-	virtual/pkgconfig
-	doc? ( app-text/pandoc )
-	${RDEPEND}
-"
+DEPEND="${RDEPEND}"
 
 src_configure() {
 	local mycmakeargs=(
@@ -32,5 +32,5 @@ src_configure() {
 		-DENABLE_REGEX=$(usex regex)
 	)
 
-	cmake-utils_src_configure
+	cmake_src_configure
 }


             reply	other threads:[~2021-01-09 10:36 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-09 10:36 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: media-sound/pms/ Andreas Sturmlechner
2023-06-08 22:35 Sam James
2022-06-13 16:43 Sam James
2021-07-17 21:30 David Seifert
2017-05-08 16:49 Michał Górny
2017-05-08 16:49 Michał Górny
2017-05-08 16:49 Michał Górny
2017-04-15 13:38 Michał Górny
2016-09-13  8:46 Marek Szuba
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-25 19:07 Kristian Fiskerstrand
2016-08-11 20:57 Marek Szuba
2016-08-07  6:52 Pacho Ramos

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=1610188563.7d295a484f9437407d30a6e3bdb7d5b2a1d5adba.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