public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/
@ 2016-04-24 12:07 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-04-24 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     6b86ece630c5893f341e6775b4ed24092d39c99f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:59:20 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:07:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b86ece6

media-sound/pympd: Fix deps

Package-Manager: portage-2.2.28

 media-sound/pympd/pympd-0.08.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pympd/pympd-0.08.1-r1.ebuild b/media-sound/pympd/pympd-0.08.1-r1.ebuild
index 53967ba..108c5dc 100644
--- a/media-sound/pympd/pympd-0.08.1-r1.ebuild
+++ b/media-sound/pympd/pympd-0.08.1-r1.ebuild
@@ -18,7 +18,7 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	>=dev-python/pygtk-2.6:2
+	>=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}]
 	gnome-base/libglade:2.0
 	x11-libs/gdk-pixbuf:2[jpeg]
 	x11-themes/adwaita-icon-theme


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/
@ 2016-04-24 12:07 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-04-24 12:07 UTC (permalink / raw
  To: gentoo-commits

commit:     891536f0aa09c00e03ca888c71a69e5beaf35aa0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:47:41 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:06:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=891536f0

media-sound/pympd: Bump eapi, use new python eclasses, fix dependencies

Package-Manager: portage-2.2.28

 media-sound/pympd/pympd-0.08.1-r1.ebuild | 62 ++++++++++++++++++++++++++++++++
 1 file changed, 62 insertions(+)

diff --git a/media-sound/pympd/pympd-0.08.1-r1.ebuild b/media-sound/pympd/pympd-0.08.1-r1.ebuild
new file mode 100644
index 0000000..53967ba
--- /dev/null
+++ b/media-sound/pympd/pympd-0.08.1-r1.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 )
+
+inherit eutils gnome2-utils multilib python-single-r1 toolchain-funcs
+
+DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
+HOMEPAGE="http://sourceforge.net/projects/pympd"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="${PYTHON_DEPS}
+	>=dev-python/pygtk-2.6:2
+	gnome-base/libglade:2.0
+	x11-libs/gdk-pixbuf:2[jpeg]
+	x11-themes/adwaita-icon-theme
+"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig
+"
+
+PATCHES=( "${FILESDIR}"/${P}-desktop-entry.patch )
+
+pkg_setup() {
+	python-single-r1_pkg_setup
+}
+
+src_prepare() {
+	default
+	python_fix_shebang .
+	sed -i -e 's:FLAGS =:FLAGS +=:' src/modules/tray/Makefile || die
+	sed -i -e 's:\..\/py:/usr/share/pympd/py:g' src/glade/pympd.glade || die
+}
+
+src_compile() {
+	emake CC="$(tc-getCC)" PREFIX=/usr DESTDIR="${D}"
+}
+
+src_install() {
+	emake PREFIX=/usr DESTDIR="${D}" install
+	einstalldocs
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+}
+
+pkg_postinst() {
+	gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+	gnome2_icon_cache_update
+}


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

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

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

media-sound/pympd: Cleanup per bug #177996

Package-Manager: portage-2.3.0

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

diff --git a/media-sound/pympd/metadata.xml b/media-sound/pympd/metadata.xml
index b652e07..0747a6d 100644
--- a/media-sound/pympd/metadata.xml
+++ b/media-sound/pympd/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] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/
@ 2016-09-18  9:22 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     31eb094754ba1a92e66a4a44652834ae2b501f78
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:12:10 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:22:07 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31eb0947

media-sound/pympd: Drop old

Package-Manager: portage-2.3.0

 media-sound/pympd/pympd-0.08.1.ebuild | 58 -----------------------------------
 1 file changed, 58 deletions(-)

diff --git a/media-sound/pympd/pympd-0.08.1.ebuild b/media-sound/pympd/pympd-0.08.1.ebuild
deleted file mode 100644
index 2fe0fe1..00000000
--- a/media-sound/pympd/pympd-0.08.1.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-PYTHON_DEPEND="2:2.6"
-
-inherit eutils gnome2-utils multilib python toolchain-funcs
-
-DESCRIPTION="a Rhythmbox-like PyGTK+ client for Music Player Daemon"
-HOMEPAGE="https://sourceforge.net/projects/pympd"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
-IUSE=""
-
-RDEPEND=">=dev-python/pygtk-2.6
-	|| ( x11-libs/gdk-pixbuf:2[jpeg] x11-libs/gtk+:2[jpeg] )
-	x11-themes/gnome-icon-theme"
-DEPEND="${RDEPEND}
-	virtual/pkgconfig"
-
-pkg_setup() {
-	python_set_active_version 2
-	python_pkg_setup
-}
-
-src_prepare() {
-	sed -i -e 's:FLAGS =:FLAGS +=:' src/modules/tray/Makefile || die
-	sed -i -e 's:\..\/py:/usr/share/pympd/py:g' src/glade/pympd.glade || die
-	epatch "${FILESDIR}"/${P}-desktop-entry.patch
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" PREFIX=/usr DESTDIR="${D}" || die
-}
-
-src_install() {
-	emake PREFIX=/usr DESTDIR="${D}" install || die
-	dodoc README
-}
-
-pkg_preinst() {
-	gnome2_icon_savelist
-}
-
-pkg_postinst() {
-	python_mod_optimize pympd
-	gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-	python_mod_cleanup pympd
-	gnome2_icon_cache_update
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/
@ 2016-09-18  9:22 Pacho Ramos
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos @ 2016-09-18  9:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2aa46a79b68c0911b9cbdbc61bdfe16f7af81431
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 09:11:49 2016 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Sep 18 09:22:04 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aa46a79

media-sound/pympd: amd64/x86 stable, bug #585678

Package-Manager: portage-2.3.0

 media-sound/pympd/pympd-0.08.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-sound/pympd/pympd-0.08.1-r1.ebuild b/media-sound/pympd/pympd-0.08.1-r1.ebuild
index bc19741..e9c6cd2 100644
--- a/media-sound/pympd/pympd-0.08.1-r1.ebuild
+++ b/media-sound/pympd/pympd-0.08.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/
@ 2020-02-09 16:31 Michał Górny
  0 siblings, 0 replies; 6+ messages in thread
From: Michał Górny @ 2020-02-09 16:31 UTC (permalink / raw
  To: gentoo-commits

commit:     9a7199e73ded2f7b823d41f1bc9625aa7b49a19b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 16:52:51 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 16:31:23 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7199e7

media-sound/pympd: Switch to PYTHON_MULTI_USEDEP API

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../pympd/{pympd-0.08.1-r1.ebuild => pympd-0.08.1-r2.ebuild}        | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-sound/pympd/pympd-0.08.1-r1.ebuild b/media-sound/pympd/pympd-0.08.1-r2.ebuild
similarity index 90%
rename from media-sound/pympd/pympd-0.08.1-r1.ebuild
rename to media-sound/pympd/pympd-0.08.1-r2.ebuild
index 183544630d5..597dce6dfe2 100644
--- a/media-sound/pympd/pympd-0.08.1-r1.ebuild
+++ b/media-sound/pympd/pympd-0.08.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -17,7 +17,9 @@ IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 RDEPEND="${PYTHON_DEPS}
-	>=dev-python/pygtk-2.6:2[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/pygtk-2.6:2[${PYTHON_MULTI_USEDEP}]
+	')
 	gnome-base/libglade:2.0
 	x11-libs/gdk-pixbuf:2[jpeg]
 	x11-themes/adwaita-icon-theme


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

end of thread, other threads:[~2020-02-09 16:31 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-18  9:22 [gentoo-commits] repo/gentoo:master commit in: media-sound/pympd/ Pacho Ramos
  -- strict thread matches above, loose matches on Subject: below --
2020-02-09 16:31 Michał Górny
2016-09-18  9:22 Pacho Ramos
2016-08-06 11:33 Pacho Ramos
2016-04-24 12:07 Pacho Ramos
2016-04-24 12:07 Pacho Ramos

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