public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/scmpc/
@ 2016-08-06 11:33 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a0593afa42a787a35cb18871f716e86b6839d471
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:22:53 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:32:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0593afa

media-sound/scmpc: Cleanup per bug #177996

Package-Manager: portage-2.3.0

 media-sound/scmpc/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/media-sound/scmpc/metadata.xml b/media-sound/scmpc/metadata.xml
index 5e1d792..097975e 100644
--- a/media-sound/scmpc/metadata.xml
+++ b/media-sound/scmpc/metadata.xml
@@ -1,8 +1,4 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person">
-		<email>angelos@gentoo.org</email>
-		<name>Christoph Mende</name>
-	</maintainer>
 </pkgmetadata>


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/scmpc/
@ 2019-12-12 16:03 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2019-12-12 16:03 UTC (permalink / raw
  To: gentoo-commits

commit:     0833566fc6e4feb8f31e9adaabd4f0531ff600dc
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 16:02:38 2019 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:02:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0833566f

media-sound/scmpc: Port to EAPI 7

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 media-sound/scmpc/scmpc-0.4.1.ebuild | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/media-sound/scmpc/scmpc-0.4.1.ebuild b/media-sound/scmpc/scmpc-0.4.1.ebuild
index 714a7b51ba2..7eee1b1aa5b 100644
--- a/media-sound/scmpc/scmpc-0.4.1.ebuild
+++ b/media-sound/scmpc/scmpc-0.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
+EAPI=7
 
 DESCRIPTION="a client for MPD which submits your tracks to last.fm"
 HOMEPAGE="https://cmende.github.com/scmpc/"
@@ -10,19 +10,18 @@ SRC_URI="https://dev.gentoo.org/~angelos/${P}.tar.bz2"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 x86"
-IUSE=""
 
-RDEPEND="dev-libs/glib:2
-	dev-libs/confuse
-	media-libs/libmpdclient
-	net-misc/curl"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-DOCS=( AUTHORS ChangeLog NEWS README.md scmpc.conf.example )
+RDEPEND="
+	dev-libs/glib:2
+	dev-libs/confuse:=
+	media-libs/libmpdclient:=
+	net-misc/curl:="
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
 
 src_install() {
 	default
+	dodoc scmpc.conf.example
 
 	newinitd "${FILESDIR}"/${PN}-2.init ${PN}
 	insinto /etc


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/scmpc/
@ 2023-04-10 22:17 Sam James
  0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2023-04-10 22:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0f212990737dbdcb04a54c6ed8f0b0c4bd3b4ec8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 22:13:26 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 22:13:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f212990

media-sound/scmpc: update *.github.com HOMEPAGEs

Signed-off-by: Sam James <sam <AT> gentoo.org>

 media-sound/scmpc/scmpc-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/scmpc/scmpc-0.4.1.ebuild b/media-sound/scmpc/scmpc-0.4.1.ebuild
index 2b76d4155534..a0695f86c9ee 100644
--- a/media-sound/scmpc/scmpc-0.4.1.ebuild
+++ b/media-sound/scmpc/scmpc-0.4.1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 DESCRIPTION="a client for MPD which submits your tracks to last.fm"
-HOMEPAGE="https://cmende.github.com/scmpc/"
+HOMEPAGE="https://cmende.github.io/scmpc/"
 SRC_URI="https://dev.gentoo.org/~angelos/${P}.tar.bz2"
 
 LICENSE="GPL-2"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-04-10 22:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 16:03 [gentoo-commits] repo/gentoo:master commit in: media-sound/scmpc/ David Seifert
  -- strict thread matches above, loose matches on Subject: below --
2023-04-10 22:17 Sam James
2016-08-06 11:33 Pacho Ramos

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox