public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2015-09-11  7:53 Justin Lecher
  0 siblings, 0 replies; 15+ messages in thread
From: Justin Lecher @ 2015-09-11  7:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f6b0fbace119d89921fc6ebc95d37a60aef0039c
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 11 07:26:20 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Sep 11 07:53:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6b0fbac

media-sound/pithos: Drop unncessary die

Fix build <> run time dep confusion

Package-Manager: portage-2.2.20.1
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 media-sound/pithos/pithos-1.0.1.ebuild | 9 +++++----
 media-sound/pithos/pithos-1.1.1.ebuild | 8 +++++---
 media-sound/pithos/pithos-9999.ebuild  | 8 +++++---
 3 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/media-sound/pithos/pithos-1.0.1.ebuild b/media-sound/pithos/pithos-1.0.1.ebuild
index 27f9450..0d82599 100644
--- a/media-sound/pithos/pithos-1.0.1.ebuild
+++ b/media-sound/pithos/pithos-1.0.1.ebuild
@@ -22,9 +22,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="libnotify appindicator +keybinder"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
-	dev-python/pylast[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
+	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
 	media-libs/gstreamer:1.0[introspection]
@@ -33,9 +32,11 @@ RDEPEND="${DEPEND}
 	libnotify? ( x11-libs/libnotify[introspection] )
 	appindicator? ( dev-libs/libappindicator:3[introspection] )
 	keybinder? ( dev-libs/keybinder:3[introspection] )"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 PATCHES=("${FILESDIR}/${PN}-1.0.0-icons.patch")
 
 python_test() {
-	esetup.py test || die
+	esetup.py test
 }

diff --git a/media-sound/pithos/pithos-1.1.1.ebuild b/media-sound/pithos/pithos-1.1.1.ebuild
index f187a8e..d93c812 100644
--- a/media-sound/pithos/pithos-1.1.1.ebuild
+++ b/media-sound/pithos/pithos-1.1.1.ebuild
@@ -22,8 +22,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE="libnotify appindicator +keybinder"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
+	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
 	x11-libs/pango[introspection]
@@ -34,7 +34,9 @@ RDEPEND="${DEPEND}
 	libnotify? ( x11-libs/libnotify[introspection] )
 	appindicator? ( dev-libs/libappindicator:3[introspection] )
 	keybinder? ( dev-libs/keybinder:3[introspection] )"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-	esetup.py test || die
+	esetup.py test
 }

diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
index 120ed36..81978c6 100644
--- a/media-sound/pithos/pithos-9999.ebuild
+++ b/media-sound/pithos/pithos-9999.ebuild
@@ -22,8 +22,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE="libnotify appindicator +keybinder"
 
-DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]"
-RDEPEND="${DEPEND}
+RDEPEND="
+	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
 	x11-libs/pango[introspection]
@@ -34,7 +34,9 @@ RDEPEND="${DEPEND}
 	libnotify? ( x11-libs/libnotify[introspection] )
 	appindicator? ( dev-libs/libappindicator:3[introspection] )
 	keybinder? ( dev-libs/keybinder:3[introspection] )"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
 
 python_test() {
-	esetup.py test || die
+	esetup.py test
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2017-07-07  1:14 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2017-07-07  1:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7ae1c68c69808362b6368eec0387907fc3bb748b
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 01:11:31 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 01:11:31 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ae1c68c

media-sound/pithos: Version bump to 1.1.2

Gentoo-Bug: 571708
Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/pithos/Manifest            |  1 +
 media-sound/pithos/pithos-1.1.2.ebuild | 41 ++++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index ccab0104008..f4f98bf8f97 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1,2 +1,3 @@
 DIST pithos-1.0.1.tar.gz 112230 SHA256 67b83927d5111067aefbf034d23880f96b1a2d300464e8491efa80e97e67f50f SHA512 ab1b671ae4c75534782e64f61eb4bdb63781ac895e1e07f4c6bc64aa56033a0fb301e6f673ea2ddea6e51c1aa69f3fc4e81d7ec4db80cfd7843550424a5cff26 WHIRLPOOL eaa1fe7341f639624847bf574a9b4f35d28a41a9825cdb7cd84ca22464043a5da74ff4dbf914b874077612412449b38d66f80b69e82a7befffdf19d54155c3c9
 DIST pithos-1.1.1.tar.gz 112793 SHA256 4424534bbf7ab3d3d6c51764d689606fd0df214422eb79ccc91a8981f95d7dce SHA512 8813e5218b448cac64d9787388f3bfa8e7a06cc785c3f7ca6bdce5dee2fdb393d9019169256a01f43fd610ebfd8e07d6fcdafeb476c18d88d8de87895c5b9c2f WHIRLPOOL 401cbd1e3cbeaa0457e4e75be3f2fe04e0ca252274e1539fe9de0777e2c77c3e50e4b4e401bbca0ff0371c8aedc08920384b87016f8357b2caadd3f86e90247d
+DIST pithos-1.1.2.tar.gz 115119 SHA256 560cc42410981c4578505bf67635c75d11b63fe8ff5d4d73e154e016e7fe5465 SHA512 3eb5177de64f3e7e0a19409adebb1bf77a4c5d6226b6cc4a536611662a89599dc6175c92883af5f4115b6599ba94a8439fef769b0879a05fa48685598c4cdd01 WHIRLPOOL ed6b5170c3ffbf6f687020f3492902831d37ba14eae0ac26ad075225affb636891ad4106054ae627d8b87b7cb7be5ad45d5b04cf3135b6928ad07c9814e0d548

diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild
new file mode 100644
index 00000000000..0a651a74e28
--- /dev/null
+++ b/media-sound/pithos/pithos-1.1.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+PYTHON_COMPAT=(python3_4)
+inherit eutils distutils-r1
+
+if [[ ${PV} =~ [9]{4,} ]]; then
+	inherit git-2
+	EGIT_REPO_URI="git://github.com/pithos/pithos.git
+		https://github.com/pithos/pithos.git"
+else
+	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+fi
+
+DESCRIPTION="Pandora.com client for the GNOME desktop"
+HOMEPAGE="http://pithos.github.io/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="libnotify appindicator +keybinder"
+
+RDEPEND="
+	dev-python/pylast[${PYTHON_USEDEP}]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
+	x11-libs/pango[introspection]
+	media-libs/gstreamer:1.0[introspection]
+	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
+	>=x11-libs/gtk+-3.14:3[introspection]
+	x11-themes/gnome-icon-theme-symbolic
+	libnotify? ( x11-libs/libnotify[introspection] )
+	appindicator? ( dev-libs/libappindicator:3[introspection] )
+	keybinder? ( dev-libs/keybinder:3[introspection] )"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]"
+
+python_test() {
+	esetup.py test
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2017-07-07  1:55 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2017-07-07  1:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f8bf9e330ada04811f4ee0069d6e68b6a62b88bf
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 01:55:22 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 01:55:22 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8bf9e33

media-sound/pithos: Add python3_5 to PYTHON_COMPAT

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/pithos/pithos-1.1.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild
index 0a651a74e28..527c2cf0022 100644
--- a/media-sound/pithos/pithos-1.1.2.ebuild
+++ b/media-sound/pithos/pithos-1.1.2.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=(python3_4)
+PYTHON_COMPAT=(python3_4 python3_5)
 inherit eutils distutils-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2017-07-07  2:05 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2017-07-07  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     7293a090ccc47daa13b660b23bbea7861fca01e0
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  7 02:05:10 2017 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Fri Jul  7 02:05:10 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7293a090

media-sound/pithos: Update 9999 ebuild to work with modern versions

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 media-sound/pithos/pithos-9999.ebuild | 65 +++++++++++++++++++++++++++++++----
 1 file changed, 58 insertions(+), 7 deletions(-)

diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
index 5c9a2b865df..cdc45cb8f4a 100644
--- a/media-sound/pithos/pithos-9999.ebuild
+++ b/media-sound/pithos/pithos-9999.ebuild
@@ -1,12 +1,12 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-PYTHON_COMPAT=(python3_4)
-inherit eutils distutils-r1
+EAPI=6
+PYTHON_COMPAT=(python3_4 python3_5)
+inherit autotools gnome2-utils python-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then
-	inherit git-2
+	inherit git-r3
 	EGIT_REPO_URI="git://github.com/pithos/pithos.git
 		https://github.com/pithos/pithos.git"
 else
@@ -25,6 +25,7 @@ RDEPEND="
 	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
+	dev-libs/appstream-glib[introspection]
 	x11-libs/pango[introspection]
 	media-libs/gstreamer:1.0[introspection]
 	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
@@ -36,6 +37,56 @@ RDEPEND="
 DEPEND="${RDEPEND}
 	dev-python/setuptools[${PYTHON_USEDEP}]"
 
-python_test() {
-	esetup.py test
+PATCHES=(
+	"${FILESDIR}/${PN}-1.3.1-dont-try-to-update-icon-cache.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+	python_copy_sources
+}
+
+pithos_src_configure() {
+	pushd "${BUILD_DIR}" || die
+	econf UPDATE_ICON_CACHE=":"
+	popd || die
+}
+
+src_configure() {
+	python_foreach_impl pithos_src_configure
+}
+
+pithos_src_compile() {
+	pushd "${BUILD_DIR}" || die
+	emake
+	popd || die
+}
+
+src_compile() {
+	python_foreach_impl pithos_src_compile
+}
+
+pithos_src_install() {
+	pushd "${BUILD_DIR}" || die
+	emake DESTDIR="${D}" install
+	python_doscript "${D}"/usr/bin/pithos
+	popd || die
+}
+
+src_install() {
+	python_foreach_impl pithos_src_install
+}
+
+pkg_preinst() {
+	gnome2_icon_savelist
+	gnome2_schemas_savelist
+}
+pkg_postinst() {
+	gnome2_icon_cache_update
+	gnome2_schemas_update
+}
+pkg_postrm() {
+	gnome2_icon_cache_update
+	gnome2_schemas_update
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2018-06-26 19:04 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     98ddeab5182dc21614fc426e7b33f21c65da86ec
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:01:35 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:04:17 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98ddeab5

media-sound/pithos: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/pithos/pithos-1.3.1.ebuild | 4 ++--
 media-sound/pithos/pithos-9999.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild
index b1d11f32bb7..6fbe39fc870 100644
--- a/media-sound/pithos/pithos-1.3.1.ebuild
+++ b/media-sound/pithos/pithos-1.3.1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python3_4 python3_5)
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit autotools gnome2-utils python-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then

diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
index 0daa0a2dd5e..55d1a94154d 100644
--- a/media-sound/pithos/pithos-9999.ebuild
+++ b/media-sound/pithos/pithos-9999.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=(python3_4 python3_5)
+PYTHON_COMPAT=( python3_{4,5,6} )
 inherit autotools gnome2-utils python-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2018-06-26 19:04 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2018-06-26 19:04 UTC (permalink / raw
  To: gentoo-commits

commit:     14cf9cbc81a3acd807dbf1825435f84563f490c4
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 19:01:54 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 19:04:18 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14cf9cbc

media-sound/pithos: Drop old

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 media-sound/pithos/Manifest            |  2 --
 media-sound/pithos/pithos-1.1.1.ebuild | 40 ----------------------------------
 media-sound/pithos/pithos-1.1.2.ebuild | 40 ----------------------------------
 3 files changed, 82 deletions(-)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index 31bbac3ff57..fb71e039cd7 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1,3 +1 @@
-DIST pithos-1.1.1.tar.gz 112793 BLAKE2B 6298e5f5ed5fd6de01dc86b98c127b3051e4c9c1752cba46518a93a69bb140ce3d28ff98569f57033978d836fdca070667eb7e9563c3335b14f09b6f1cf76384 SHA512 8813e5218b448cac64d9787388f3bfa8e7a06cc785c3f7ca6bdce5dee2fdb393d9019169256a01f43fd610ebfd8e07d6fcdafeb476c18d88d8de87895c5b9c2f
-DIST pithos-1.1.2.tar.gz 115119 BLAKE2B ac6130248c58be5c0adff2957949af6cafd9b8116af2c2c935bb151c13416aba5d278c4607dcfaff1dd021f07fdff83ef2696320f27bd065bb51e03ac1f16b79 SHA512 3eb5177de64f3e7e0a19409adebb1bf77a4c5d6226b6cc4a536611662a89599dc6175c92883af5f4115b6599ba94a8439fef769b0879a05fa48685598c4cdd01
 DIST pithos-1.3.1.tar.gz 119658 BLAKE2B 0d6e1c4e48a4beb1082f8788d4e016371660667dbe32ee925aa4b904f60a25e6664a94cefbc62dd9323a6e69338c03fc4080517e842102fd6eeca144f568c984 SHA512 c06715516992e4aa8bb3b200035ee10ef8dcec9491d32af0fb3f4e176d0ad5313a437f228747d5d716a29d2fe5b93ddd3704aa4fe674ce3be5a17eaad13b0da4

diff --git a/media-sound/pithos/pithos-1.1.1.ebuild b/media-sound/pithos/pithos-1.1.1.ebuild
deleted file mode 100644
index 7274cef6dec..00000000000
--- a/media-sound/pithos/pithos-1.1.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python3_4)
-inherit eutils distutils-r1
-
-if [[ ${PV} =~ [9]{4,} ]]; then
-	inherit git-2
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="Pandora.com client for the GNOME desktop"
-HOMEPAGE="https://pithos.github.io/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libnotify appindicator +keybinder"
-
-RDEPEND="
-	dev-python/pylast[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
-	x11-libs/pango[introspection]
-	media-libs/gstreamer:1.0[introspection]
-	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
-	>=x11-libs/gtk+-3.14:3[introspection]
-	x11-themes/gnome-icon-theme-symbolic
-	libnotify? ( x11-libs/libnotify[introspection] )
-	appindicator? ( dev-libs/libappindicator:3[introspection] )
-	keybinder? ( dev-libs/keybinder:3[introspection] )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}

diff --git a/media-sound/pithos/pithos-1.1.2.ebuild b/media-sound/pithos/pithos-1.1.2.ebuild
deleted file mode 100644
index abfd5d44087..00000000000
--- a/media-sound/pithos/pithos-1.1.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-PYTHON_COMPAT=(python3_4 python3_5)
-inherit eutils distutils-r1
-
-if [[ ${PV} =~ [9]{4,} ]]; then
-	inherit git-2
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
-
-DESCRIPTION="Pandora.com client for the GNOME desktop"
-HOMEPAGE="https://pithos.github.io/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libnotify appindicator +keybinder"
-
-RDEPEND="
-	dev-python/pylast[${PYTHON_USEDEP}]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]
-	x11-libs/pango[introspection]
-	media-libs/gstreamer:1.0[introspection]
-	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
-	>=x11-libs/gtk+-3.14:3[introspection]
-	x11-themes/gnome-icon-theme-symbolic
-	libnotify? ( x11-libs/libnotify[introspection] )
-	appindicator? ( dev-libs/libappindicator:3[introspection] )
-	keybinder? ( dev-libs/keybinder:3[introspection] )"
-DEPEND="${RDEPEND}
-	dev-python/setuptools[${PYTHON_USEDEP}]"
-
-python_test() {
-	esetup.py test
-}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2019-08-13  7:40 Michał Górny
  0 siblings, 0 replies; 15+ messages in thread
From: Michał Górny @ 2019-08-13  7:40 UTC (permalink / raw
  To: gentoo-commits

commit:     26e25b12dfcb83124f0e2f3357f65b10643279c3
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 13 07:25:42 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 13 07:25:42 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e25b12

media-sound/pithos: Add missing PYTHON_*

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

 media-sound/pithos/pithos-1.3.1.ebuild | 2 ++
 media-sound/pithos/pithos-9999.ebuild  | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/media-sound/pithos/pithos-1.3.1.ebuild b/media-sound/pithos/pithos-1.3.1.ebuild
index 5858dc11c75..10c9b5c1741 100644
--- a/media-sound/pithos/pithos-1.3.1.ebuild
+++ b/media-sound/pithos/pithos-1.3.1.ebuild
@@ -19,8 +19,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="libnotify appindicator +keybinder"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
+	${PYTHON_DEPS}
 	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]

diff --git a/media-sound/pithos/pithos-9999.ebuild b/media-sound/pithos/pithos-9999.ebuild
index 82dd3227ef6..5aa0541cec7 100644
--- a/media-sound/pithos/pithos-9999.ebuild
+++ b/media-sound/pithos/pithos-9999.ebuild
@@ -19,8 +19,10 @@ LICENSE="GPL-3"
 SLOT="0"
 KEYWORDS=""
 IUSE="libnotify appindicator +keybinder"
+REQUIRED_USE=${PYTHON_REQUIRED_USE}
 
 RDEPEND="
+	${PYTHON_DEPS}
 	dev-python/pylast[${PYTHON_USEDEP}]
 	dev-python/dbus-python[${PYTHON_USEDEP}]
 	>=dev-python/pygobject-3.12[${PYTHON_USEDEP}]


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2020-04-23  9:35 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2020-04-23  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     9f4bf3a009dc22d41dc80df601fd506de7decdbd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 23 09:34:43 2020 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Thu Apr 23 09:35:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f4bf3a0

media-sound/pithos: 'appindicator' is a global USE now

Package-Manager: Portage-2.3.96, Repoman-2.3.22
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/pithos/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/media-sound/pithos/metadata.xml b/media-sound/pithos/metadata.xml
index d1915fe5a78..cb328568170 100644
--- a/media-sound/pithos/metadata.xml
+++ b/media-sound/pithos/metadata.xml
@@ -6,7 +6,6 @@
 		<name>Patrick McLean</name>
 	</maintainer>
 	<use>
-		<flag name="appindicator">Enable usage of appindicator to export menu options in to unity</flag>
 		<flag name="keybinder">Use keybinder to enable global key bindings</flag>
 	</use>
 	<upstream>


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2021-08-11  2:05 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2021-08-11  2:05 UTC (permalink / raw
  To: gentoo-commits

commit:     befc46a82002f0817a3d652310b0def17c304598
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 11 01:44:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Aug 11 02:05:16 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=befc46a8

media-sound/pithos: [QA] update icon cache

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

 media-sound/pithos/pithos-1.5.1.ebuild | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/media-sound/pithos/pithos-1.5.1.ebuild b/media-sound/pithos/pithos-1.5.1.ebuild
index e2e787a9ca0..3ac4ffed7e6 100644
--- a/media-sound/pithos/pithos-1.5.1.ebuild
+++ b/media-sound/pithos/pithos-1.5.1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 PYTHON_COMPAT=( python3_{7..9} )
-inherit meson gnome2-utils virtualx python-r1
+inherit xdg meson gnome2-utils virtualx python-r1
 
 if [[ ${PV} =~ [9]{4,} ]]; then
 	inherit git-r3
@@ -69,8 +69,10 @@ src_install() {
 
 pkg_postinst() {
 	gnome2_schemas_update
+	xdg_pkg_postinst
 }
 
 pkg_postrm() {
 	gnome2_schemas_update
+	xdg_pkg_postrm
 }


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2022-06-07  1:54 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2022-06-07  1:54 UTC (permalink / raw
  To: gentoo-commits

commit:     4154ccfbaf40a9974b98a6af07f291f5fc7fb51f
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 01:53:47 2022 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 01:54:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4154ccfb

media-sound/pithos: Revbump, EAPI=8, py310, py311

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 .../{pithos-1.5.1.ebuild => pithos-1.5.1-r1.ebuild}      | 16 ++++++----------
 1 file changed, 6 insertions(+), 10 deletions(-)

diff --git a/media-sound/pithos/pithos-1.5.1.ebuild b/media-sound/pithos/pithos-1.5.1-r1.ebuild
similarity index 83%
rename from media-sound/pithos/pithos-1.5.1.ebuild
rename to media-sound/pithos/pithos-1.5.1-r1.ebuild
index 3ac4ffed7e64..3f062c66de6c 100644
--- a/media-sound/pithos/pithos-1.5.1.ebuild
+++ b/media-sound/pithos/pithos-1.5.1-r1.ebuild
@@ -1,16 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-PYTHON_COMPAT=( python3_{7..9} )
+EAPI=8
+PYTHON_COMPAT=( python3_{8..11} )
 inherit xdg meson gnome2-utils virtualx python-r1
 
-if [[ ${PV} =~ [9]{4,} ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
-else
-	SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-fi
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 DESCRIPTION="Pandora.com client for the GNOME desktop"
 HOMEPAGE="https://pithos.github.io/"
@@ -21,7 +16,8 @@ KEYWORDS="~amd64"
 IUSE="appindicator +keybinder libnotify test"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+	${PYTHON_DEPS}
 	dev-python/pygobject[${PYTHON_USEDEP}]
 	app-crypt/libsecret[introspection]
 	dev-libs/appstream-glib[introspection]


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2023-01-28 13:29 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2023-01-28 13:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ca752ff15bc0ec0359cd43c4844628c288b87abc
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 12:37:27 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 13:28:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca752ff1

media-sound/pithos: add 1.6.0

Closes: https://bugs.gentoo.org/887353
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/pithos/Manifest            |  1 +
 media-sound/pithos/pithos-1.6.0.ebuild | 69 ++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index 684c9f03dac1..8d046400e33c 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1 +1,2 @@
 DIST pithos-1.5.1.tar.gz 123504 BLAKE2B fc7cd51fd773989b5734d7bfcea674c622b3c9e5072d8ae65ed724476a025802f08916c533ea6c338e748aaf5fcce595ff352b0bae6c72dc074de2afaddbb737 SHA512 43841194d0a3c3df9dd98b819c8a1e30862ebd49aad8ba4f92e91cc7e680fba97159b70748f4042737d5e399bda64cd16d6e9f6d0e29136350c78be57474442e
+DIST pithos-1.6.0.tar.gz 122025 BLAKE2B c621fe58998790f0eb0159d29c40ac4abf2feff2be790c12008be86387bf628b170e3256c2f3ac83e9b2be254d96d4aa7e3e56ac780b0d59a446d0e158d96d15 SHA512 9e7b1d1456a769882a58639bf93194ec0228d21b7b7d1404224346016532620bb862e7d79a2c741d8ef44238c22741e4fd67bc22eadc8d207818a0ece33411ab

diff --git a/media-sound/pithos/pithos-1.6.0.ebuild b/media-sound/pithos/pithos-1.6.0.ebuild
new file mode 100644
index 000000000000..2472235faa25
--- /dev/null
+++ b/media-sound/pithos/pithos-1.6.0.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+PYTHON_COMPAT=( python3_{9..11} )
+inherit xdg meson gnome2-utils virtualx python-r1
+
+SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+DESCRIPTION="Pandora.com client for the GNOME desktop"
+HOMEPAGE="https://pithos.github.io/"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="appindicator +keybinder libnotify test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	app-crypt/libsecret[introspection]
+	dev-libs/appstream-glib[introspection]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	dev-python/pylast[${PYTHON_USEDEP}]
+	media-libs/gstreamer:1.0[introspection]
+	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+	x11-themes/gnome-icon-theme-symbolic
+	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
+	keybinder? ( dev-libs/keybinder:3[introspection] )
+	libnotify? ( x11-libs/libnotify[introspection] )
+"
+BDEPEND="
+	virtual/pkgconfig
+	test? (
+		${RDEPEND}
+		dev-libs/glib:2
+		dev-util/desktop-file-utils
+	)
+"
+
+src_configure() {
+	python_foreach_impl meson_src_configure
+}
+
+src_compile() {
+	python_foreach_impl meson_src_compile
+}
+
+src_test() {
+	virtx python_foreach_impl meson_src_test
+}
+
+src_install() {
+	python_foreach_impl meson_src_install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	xdg_pkg_postinst
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_pkg_postrm
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2023-05-26 12:33 Sam James
  0 siblings, 0 replies; 15+ messages in thread
From: Sam James @ 2023-05-26 12:33 UTC (permalink / raw
  To: gentoo-commits

commit:     b835cc4bc3a8f0a2c04cd4623bc0962a96b311ac
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri May 26 12:33:08 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 12:33:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b835cc4b

media-sound/pithos: add 1.6.1

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

 media-sound/pithos/Manifest            |  1 +
 media-sound/pithos/pithos-1.6.1.ebuild | 69 ++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index 7383aaa8d8b7..6ec15847f84e 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1 +1,2 @@
 DIST pithos-1.6.0.tar.gz 122025 BLAKE2B c621fe58998790f0eb0159d29c40ac4abf2feff2be790c12008be86387bf628b170e3256c2f3ac83e9b2be254d96d4aa7e3e56ac780b0d59a446d0e158d96d15 SHA512 9e7b1d1456a769882a58639bf93194ec0228d21b7b7d1404224346016532620bb862e7d79a2c741d8ef44238c22741e4fd67bc22eadc8d207818a0ece33411ab
+DIST pithos-1.6.1.tar.xz 99552 BLAKE2B 048071e4c1df0cf517de64fa19cbe589972c8a34eea2f068c7d183726523c633ce36cc87344e13a8bb31d6aa4a08365b1e9691e822e5d9a7224c318dbfd7df1e SHA512 e1a13d2c789e40bf135ed551d06dfe44bf948bfe84a8bbb3f4afcab70bbcdc4f1d3f82d25f5e8d930888dd6fa04795fa2d9d47515d4199647be854c9c4a84591

diff --git a/media-sound/pithos/pithos-1.6.1.ebuild b/media-sound/pithos/pithos-1.6.1.ebuild
new file mode 100644
index 000000000000..5a854cf42454
--- /dev/null
+++ b/media-sound/pithos/pithos-1.6.1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit xdg meson gnome2-utils virtualx python-r1
+
+DESCRIPTION="Pandora.com client for the GNOME desktop"
+HOMEPAGE="https://pithos.github.io/"
+SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="appindicator +keybinder libnotify test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	app-crypt/libsecret[introspection]
+	dev-libs/appstream-glib[introspection]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	dev-python/pylast[${PYTHON_USEDEP}]
+	media-libs/gstreamer:1.0[introspection]
+	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+	x11-themes/gnome-icon-theme-symbolic
+	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
+	keybinder? ( dev-libs/keybinder:3[introspection] )
+	libnotify? ( x11-libs/libnotify[introspection] )
+"
+BDEPEND="
+	virtual/pkgconfig
+	test? (
+		${RDEPEND}
+		dev-libs/glib:2
+		dev-util/desktop-file-utils
+	)
+"
+
+src_configure() {
+	python_foreach_impl meson_src_configure
+}
+
+src_compile() {
+	python_foreach_impl meson_src_compile
+}
+
+src_test() {
+	virtx python_foreach_impl meson_src_test
+}
+
+src_install() {
+	python_foreach_impl meson_src_install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	xdg_pkg_postinst
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_pkg_postrm
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2023-06-19 17:39 Pacho Ramos
  0 siblings, 0 replies; 15+ messages in thread
From: Pacho Ramos @ 2023-06-19 17:39 UTC (permalink / raw
  To: gentoo-commits

commit:     66e3b3f789a52bf8db20ea75211533cecd132749
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 19 17:28:49 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Jun 19 17:38:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66e3b3f7

media-sound/pithos: It seems compatible with hicolor-icon-theme

Closes: https://bugs.gentoo.org/892387
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/pithos/pithos-1.6.1-r1.ebuild | 69 +++++++++++++++++++++++++++++++
 1 file changed, 69 insertions(+)

diff --git a/media-sound/pithos/pithos-1.6.1-r1.ebuild b/media-sound/pithos/pithos-1.6.1-r1.ebuild
new file mode 100644
index 000000000000..d6115fadc61b
--- /dev/null
+++ b/media-sound/pithos/pithos-1.6.1-r1.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..11} )
+inherit xdg meson gnome2-utils virtualx python-r1
+
+DESCRIPTION="Pandora.com client for the GNOME desktop"
+HOMEPAGE="https://pithos.github.io/"
+SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="appindicator +keybinder libnotify test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	app-crypt/libsecret[introspection]
+	dev-libs/appstream-glib[introspection]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	dev-python/pylast[${PYTHON_USEDEP}]
+	media-libs/gstreamer:1.0[introspection]
+	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+	x11-themes/hicolor-icon-theme
+	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
+	keybinder? ( dev-libs/keybinder:3[introspection] )
+	libnotify? ( x11-libs/libnotify[introspection] )
+"
+BDEPEND="
+	virtual/pkgconfig
+	test? (
+		${RDEPEND}
+		dev-libs/glib:2
+		dev-util/desktop-file-utils
+	)
+"
+
+src_configure() {
+	python_foreach_impl meson_src_configure
+}
+
+src_compile() {
+	python_foreach_impl meson_src_compile
+}
+
+src_test() {
+	virtx python_foreach_impl meson_src_test
+}
+
+src_install() {
+	python_foreach_impl meson_src_install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	xdg_pkg_postinst
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_pkg_postrm
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2024-03-04 20:48 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2024-03-04 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     9f7a86342a3ef11106b1cdd4a52bc966a9fb9739
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 20:47:23 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 20:48:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f7a8634

media-sound/pithos: add 1.6.2

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 media-sound/pithos/Manifest            |  1 +
 media-sound/pithos/pithos-1.6.2.ebuild | 69 ++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index 6ec15847f84e..bc2abb391529 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1,2 +1,3 @@
 DIST pithos-1.6.0.tar.gz 122025 BLAKE2B c621fe58998790f0eb0159d29c40ac4abf2feff2be790c12008be86387bf628b170e3256c2f3ac83e9b2be254d96d4aa7e3e56ac780b0d59a446d0e158d96d15 SHA512 9e7b1d1456a769882a58639bf93194ec0228d21b7b7d1404224346016532620bb862e7d79a2c741d8ef44238c22741e4fd67bc22eadc8d207818a0ece33411ab
 DIST pithos-1.6.1.tar.xz 99552 BLAKE2B 048071e4c1df0cf517de64fa19cbe589972c8a34eea2f068c7d183726523c633ce36cc87344e13a8bb31d6aa4a08365b1e9691e822e5d9a7224c318dbfd7df1e SHA512 e1a13d2c789e40bf135ed551d06dfe44bf948bfe84a8bbb3f4afcab70bbcdc4f1d3f82d25f5e8d930888dd6fa04795fa2d9d47515d4199647be854c9c4a84591
+DIST pithos-1.6.2.gh.tar.gz 122622 BLAKE2B ad496c50af32082bdaa79f9a487f048964ff527b0bb175e6002d9cc86c5fcaea8b54c528cbc0a471c02962a10d23ff4058aedd131ee9b9f576b90d42c24813f6 SHA512 3377290c7ab27718b59debed4c32fb3bd7768bcc4303948a5794294b83c333a2211ad9e7d0a2307f6c0da44460daa01d6165aee20ff45edcfff74f2998d50daf

diff --git a/media-sound/pithos/pithos-1.6.2.ebuild b/media-sound/pithos/pithos-1.6.2.ebuild
new file mode 100644
index 000000000000..170c8663b4a8
--- /dev/null
+++ b/media-sound/pithos/pithos-1.6.2.ebuild
@@ -0,0 +1,69 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{10..12} )
+inherit xdg meson gnome2-utils virtualx python-r1
+
+DESCRIPTION="Pandora.com client for the GNOME desktop"
+HOMEPAGE="https://pithos.github.io/"
+SRC_URI="https://github.com/${PN}/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="appindicator +keybinder libnotify test"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+	${PYTHON_DEPS}
+	dev-python/pygobject[${PYTHON_USEDEP}]
+	app-crypt/libsecret[introspection]
+	dev-libs/appstream-glib[introspection]
+	dev-python/dbus-python[${PYTHON_USEDEP}]
+	dev-python/pylast[${PYTHON_USEDEP}]
+	media-libs/gstreamer:1.0[introspection]
+	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
+	x11-libs/gtk+:3[introspection]
+	x11-libs/pango[introspection]
+	x11-themes/hicolor-icon-theme
+	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
+	keybinder? ( dev-libs/keybinder:3[introspection] )
+	libnotify? ( x11-libs/libnotify[introspection] )
+"
+BDEPEND="
+	virtual/pkgconfig
+	test? (
+		${RDEPEND}
+		dev-libs/glib:2
+		dev-util/desktop-file-utils
+	)
+"
+
+src_configure() {
+	python_foreach_impl meson_src_configure
+}
+
+src_compile() {
+	python_foreach_impl meson_src_compile
+}
+
+src_test() {
+	virtx python_foreach_impl meson_src_test
+}
+
+src_install() {
+	python_foreach_impl meson_src_install
+	einstalldocs
+}
+
+pkg_postinst() {
+	gnome2_schemas_update
+	xdg_pkg_postinst
+}
+
+pkg_postrm() {
+	gnome2_schemas_update
+	xdg_pkg_postrm
+}


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

* [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/
@ 2024-03-04 20:48 Patrick McLean
  0 siblings, 0 replies; 15+ messages in thread
From: Patrick McLean @ 2024-03-04 20:48 UTC (permalink / raw
  To: gentoo-commits

commit:     d300dca4243d3e52ea67a395b310f211400214f3
Author:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
AuthorDate: Mon Mar  4 20:47:56 2024 +0000
Commit:     Patrick McLean <chutzpah <AT> gentoo <DOT> org>
CommitDate: Mon Mar  4 20:48:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d300dca4

media-sound/pithos: drop 1.6.0, 1.6.1

Signed-off-by: Patrick McLean <chutzpah <AT> gentoo.org>

 media-sound/pithos/Manifest            |  1 -
 media-sound/pithos/pithos-1.6.0.ebuild | 69 ----------------------------------
 media-sound/pithos/pithos-1.6.1.ebuild | 69 ----------------------------------
 3 files changed, 139 deletions(-)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index bc2abb391529..11a139c6d707 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1,3 +1,2 @@
-DIST pithos-1.6.0.tar.gz 122025 BLAKE2B c621fe58998790f0eb0159d29c40ac4abf2feff2be790c12008be86387bf628b170e3256c2f3ac83e9b2be254d96d4aa7e3e56ac780b0d59a446d0e158d96d15 SHA512 9e7b1d1456a769882a58639bf93194ec0228d21b7b7d1404224346016532620bb862e7d79a2c741d8ef44238c22741e4fd67bc22eadc8d207818a0ece33411ab
 DIST pithos-1.6.1.tar.xz 99552 BLAKE2B 048071e4c1df0cf517de64fa19cbe589972c8a34eea2f068c7d183726523c633ce36cc87344e13a8bb31d6aa4a08365b1e9691e822e5d9a7224c318dbfd7df1e SHA512 e1a13d2c789e40bf135ed551d06dfe44bf948bfe84a8bbb3f4afcab70bbcdc4f1d3f82d25f5e8d930888dd6fa04795fa2d9d47515d4199647be854c9c4a84591
 DIST pithos-1.6.2.gh.tar.gz 122622 BLAKE2B ad496c50af32082bdaa79f9a487f048964ff527b0bb175e6002d9cc86c5fcaea8b54c528cbc0a471c02962a10d23ff4058aedd131ee9b9f576b90d42c24813f6 SHA512 3377290c7ab27718b59debed4c32fb3bd7768bcc4303948a5794294b83c333a2211ad9e7d0a2307f6c0da44460daa01d6165aee20ff45edcfff74f2998d50daf

diff --git a/media-sound/pithos/pithos-1.6.0.ebuild b/media-sound/pithos/pithos-1.6.0.ebuild
deleted file mode 100644
index 2472235faa25..000000000000
--- a/media-sound/pithos/pithos-1.6.0.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
-inherit xdg meson gnome2-utils virtualx python-r1
-
-SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-DESCRIPTION="Pandora.com client for the GNOME desktop"
-HOMEPAGE="https://pithos.github.io/"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="appindicator +keybinder libnotify test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-python/pygobject[${PYTHON_USEDEP}]
-	app-crypt/libsecret[introspection]
-	dev-libs/appstream-glib[introspection]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pylast[${PYTHON_USEDEP}]
-	media-libs/gstreamer:1.0[introspection]
-	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/pango[introspection]
-	x11-themes/gnome-icon-theme-symbolic
-	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
-	keybinder? ( dev-libs/keybinder:3[introspection] )
-	libnotify? ( x11-libs/libnotify[introspection] )
-"
-BDEPEND="
-	virtual/pkgconfig
-	test? (
-		${RDEPEND}
-		dev-libs/glib:2
-		dev-util/desktop-file-utils
-	)
-"
-
-src_configure() {
-	python_foreach_impl meson_src_configure
-}
-
-src_compile() {
-	python_foreach_impl meson_src_compile
-}
-
-src_test() {
-	virtx python_foreach_impl meson_src_test
-}
-
-src_install() {
-	python_foreach_impl meson_src_install
-	einstalldocs
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}

diff --git a/media-sound/pithos/pithos-1.6.1.ebuild b/media-sound/pithos/pithos-1.6.1.ebuild
deleted file mode 100644
index 5a854cf42454..000000000000
--- a/media-sound/pithos/pithos-1.6.1.ebuild
+++ /dev/null
@@ -1,69 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{10..11} )
-inherit xdg meson gnome2-utils virtualx python-r1
-
-DESCRIPTION="Pandora.com client for the GNOME desktop"
-HOMEPAGE="https://pithos.github.io/"
-SRC_URI="https://github.com/pithos/pithos/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="appindicator +keybinder libnotify test"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
-	${PYTHON_DEPS}
-	dev-python/pygobject[${PYTHON_USEDEP}]
-	app-crypt/libsecret[introspection]
-	dev-libs/appstream-glib[introspection]
-	dev-python/dbus-python[${PYTHON_USEDEP}]
-	dev-python/pylast[${PYTHON_USEDEP}]
-	media-libs/gstreamer:1.0[introspection]
-	media-plugins/gst-plugins-meta:1.0[aac,http,mp3]
-	x11-libs/gtk+:3[introspection]
-	x11-libs/pango[introspection]
-	x11-themes/gnome-icon-theme-symbolic
-	appindicator? ( dev-libs/libdbusmenu[gtk3,introspection] )
-	keybinder? ( dev-libs/keybinder:3[introspection] )
-	libnotify? ( x11-libs/libnotify[introspection] )
-"
-BDEPEND="
-	virtual/pkgconfig
-	test? (
-		${RDEPEND}
-		dev-libs/glib:2
-		dev-util/desktop-file-utils
-	)
-"
-
-src_configure() {
-	python_foreach_impl meson_src_configure
-}
-
-src_compile() {
-	python_foreach_impl meson_src_compile
-}
-
-src_test() {
-	virtx python_foreach_impl meson_src_test
-}
-
-src_install() {
-	python_foreach_impl meson_src_install
-	einstalldocs
-}
-
-pkg_postinst() {
-	gnome2_schemas_update
-	xdg_pkg_postinst
-}
-
-pkg_postrm() {
-	gnome2_schemas_update
-	xdg_pkg_postrm
-}


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

end of thread, other threads:[~2024-03-04 20:48 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-08-13  7:40 [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2024-03-04 20:48 Patrick McLean
2024-03-04 20:48 Patrick McLean
2023-06-19 17:39 Pacho Ramos
2023-05-26 12:33 Sam James
2023-01-28 13:29 Pacho Ramos
2022-06-07  1:54 Patrick McLean
2021-08-11  2:05 Sam James
2020-04-23  9:35 Pacho Ramos
2018-06-26 19:04 Pacho Ramos
2018-06-26 19:04 Pacho Ramos
2017-07-07  2:05 Patrick McLean
2017-07-07  1:55 Patrick McLean
2017-07-07  1:14 Patrick McLean
2015-09-11  7:53 Justin Lecher

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