public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/
@ 2015-09-20 11:33 Christoph Mende
  0 siblings, 0 replies; 4+ messages in thread
From: Christoph Mende @ 2015-09-20 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     4c051133cc9082fee328520aab89ee09bdf28957
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 11:23:43 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 11:33:22 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c051133

media-sound/gmpc: remove old version

Package-Manager: portage-2.2.20.1

 media-sound/gmpc/gmpc-11.8.16.ebuild | 59 ------------------------------------
 1 file changed, 59 deletions(-)

diff --git a/media-sound/gmpc/gmpc-11.8.16.ebuild b/media-sound/gmpc/gmpc-11.8.16.ebuild
deleted file mode 100644
index 79fd773..0000000
--- a/media-sound/gmpc/gmpc-11.8.16.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-VALA_MIN_API_VERSION=0.12
-
-inherit autotools eutils gnome2-utils vala
-
-DESCRIPTION="A GTK+2 client for the Music Player Daemon"
-HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
-SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-IUSE="nls xspf +unique"
-
-RDEPEND="dev-db/sqlite:3
-	>=dev-libs/glib-2.16:2
-	dev-libs/libxml2:2
-	>=media-libs/libmpd-11.8
-	net-libs/libsoup:2.4
-	>=x11-libs/gtk+-2.18:2
-	x11-libs/libX11
-	x11-themes/hicolor-icon-theme
-	unique? ( dev-libs/libunique:1 )
-	xspf? ( >=media-libs/libxspf-1.2 )"
-DEPEND="${RDEPEND}
-	$(vala_depend)
-	app-text/gnome-doc-utils
-	>=dev-util/gob-2.0.17
-	virtual/pkgconfig
-	nls? ( dev-util/intltool
-		sys-devel/gettext )"
-
-DOCS=( AUTHORS README )
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-underlinking.patch
-	sed -i -e "s:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:" configure.ac || die
-	eautoreconf
-	vala_src_prepare
-}
-
-src_configure() {
-	econf \
-		--disable-static \
-		--disable-libspiff \
-		--disable-appindicator \
-		--enable-mmkeys \
-		$(use_enable nls) \
-		$(use_enable unique) \
-		$(use_enable xspf libxspf)
-}
-
-pkg_preinst() { gnome2_icon_savelist; }
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/
@ 2016-08-06 11:33 Pacho Ramos
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos @ 2016-08-06 11:33 UTC (permalink / raw
  To: gentoo-commits

commit:     dd855ca1046ba30da919c39cf64d399d7aa7a3ee
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  6 11:18:26 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Aug  6 11:31:49 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd855ca1

media-sound/gmpc: Cleanup per bug #177996

Package-Manager: portage-2.3.0

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

diff --git a/media-sound/gmpc/metadata.xml b/media-sound/gmpc/metadata.xml
index acde417..24b5ad9 100644
--- a/media-sound/gmpc/metadata.xml
+++ b/media-sound/gmpc/metadata.xml
@@ -1,10 +1,6 @@
 <?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>
 <maintainer type="project">
 	<email>sound@gentoo.org</email>
 	<name>Gentoo Sound project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/
@ 2021-08-19  3:27 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-19  3:27 UTC (permalink / raw
  To: gentoo-commits

commit:     b6fafad574853efaae61286ed215db1ab4e1191d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 19 02:59:47 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Aug 19 03:27:46 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6fafad5

media-sound/gmpc: add missing dependencies (libICE, libSM)

Closes: https://bugs.gentoo.org/740156
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../gmpc/{gmpc-11.8.16-r1.ebuild => gmpc-11.8.16-r2.ebuild} | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)

diff --git a/media-sound/gmpc/gmpc-11.8.16-r1.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
similarity index 84%
rename from media-sound/gmpc/gmpc-11.8.16-r1.ebuild
rename to media-sound/gmpc/gmpc-11.8.16-r2.ebuild
index 0fcbc8fbc67..911dcb5e0a5 100644
--- a/media-sound/gmpc/gmpc-11.8.16-r1.ebuild
+++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -17,14 +17,17 @@ IUSE="nls +unique xspf"
 RDEPEND="
 	dev-db/sqlite:3=
 	dev-libs/glib:2
-	dev-libs/libxml2:2=
+	dev-libs/libxml2:2
 	media-libs/libmpd:=
-	net-libs/libsoup:2.4=
+	net-libs/libsoup:2.4
+	sys-libs/zlib
 	x11-libs/gtk+:2
+	x11-libs/libICE
+	x11-libs/libSM
 	x11-libs/libX11
 	x11-themes/hicolor-icon-theme
-	unique? ( dev-libs/libunique:1= )
-	xspf? ( media-libs/libxspf:= )"
+	unique? ( dev-libs/libunique:1 )
+	xspf? ( media-libs/libxspf )"
 DEPEND="${RDEPEND}"
 BDEPEND="
 	$(vala_depend)


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/
@ 2022-09-30 23:24 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2022-09-30 23:24 UTC (permalink / raw
  To: gentoo-commits

commit:     912a7f192654a4f4ccbed4ff49795fb64d0100a4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 30 23:09:42 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 30 23:24:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=912a7f19

media-sound/gmpc: fix StaticSrcUri

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

 media-sound/gmpc/gmpc-11.8.16-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
index 911dcb5e0a5a..26780928182f 100644
--- a/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
+++ b/media-sound/gmpc/gmpc-11.8.16-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -7,7 +7,7 @@ inherit autotools vala xdg
 
 DESCRIPTION="A GTK+2 client for the Music Player Daemon"
 HOMEPAGE="http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client"
-SRC_URI="http://download.sarine.nl/Programs/gmpc/11.8/${P}.tar.gz"
+SRC_URI="http://download.sarine.nl/Programs/gmpc/$(ver_cut 1-2)/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"


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

end of thread, other threads:[~2022-09-30 23:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-19  3:27 [gentoo-commits] repo/gentoo:master commit in: media-sound/gmpc/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2022-09-30 23:24 Sam James
2016-08-06 11:33 Pacho Ramos
2015-09-20 11:33 Christoph Mende

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