public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/files/, media-sound/pithos/
Date: Mon,  8 May 2023 09:11:34 +0000 (UTC)	[thread overview]
Message-ID: <1683537080.5bc795e86420e992e1112799cfac4248527357c0.pacho@gentoo> (raw)

commit:     5bc795e86420e992e1112799cfac4248527357c0
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon May  8 08:56:51 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon May  8 09:11:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bc795e8

media-sound/pithos: drop 1.5.1-r1

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 media-sound/pithos/Manifest                       |  1 -
 media-sound/pithos/files/pithos-1.5.0-tests.patch | 23 -------
 media-sound/pithos/pithos-1.5.1-r1.ebuild         | 74 -----------------------
 3 files changed, 98 deletions(-)

diff --git a/media-sound/pithos/Manifest b/media-sound/pithos/Manifest
index 8d046400e33c..7383aaa8d8b7 100644
--- a/media-sound/pithos/Manifest
+++ b/media-sound/pithos/Manifest
@@ -1,2 +1 @@
-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/files/pithos-1.5.0-tests.patch b/media-sound/pithos/files/pithos-1.5.0-tests.patch
deleted file mode 100644
index cab7639772ef..000000000000
--- a/media-sound/pithos/files/pithos-1.5.0-tests.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/data/meson.build b/data/meson.build
-index efac217..d08796a 100644
---- a/data/meson.build
-+++ b/data/meson.build
-@@ -41,12 +41,12 @@ pithos_appstream = i18n.merge_file(
- 
- pithos_settings = gnome.compile_schemas()
- 
--appstream_util = find_program('appstream-util', required: false)
--if appstream_util.found()
--  test('Validate appstream file', appstream_util,
--    args: ['validate', pithos_appstream]
--  )
--endif
-+#appstream_util = find_program('appstream-util', required: false)
-+#if appstream_util.found()
-+#  test('Validate appstream file', appstream_util,
-+#    args: ['validate', pithos_appstream]
-+#  )
-+#endif
- 
- desktop_utils = find_program('desktop-file-validate', required: false)
- if desktop_utils.found()

diff --git a/media-sound/pithos/pithos-1.5.1-r1.ebuild b/media-sound/pithos/pithos-1.5.1-r1.ebuild
deleted file mode 100644
index 5046b869f6da..000000000000
--- a/media-sound/pithos/pithos-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,74 +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/libappindicator:3[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
-	)
-"
-
-PATCHES=(
-	# comment out tests that need internet
-	"${FILESDIR}/pithos-1.5.0-tests.patch"
-)
-
-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
-}


             reply	other threads:[~2023-05-08  9:11 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-08  9:11 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2021-05-24 20:17 [gentoo-commits] repo/gentoo:master commit in: media-sound/pithos/files/, media-sound/pithos/ Patrick McLean
2020-05-02  0:08 Patrick McLean
2017-07-07  2:01 Patrick McLean

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=1683537080.5bc795e86420e992e1112799cfac4248527357c0.pacho@gentoo \
    --to=pacho@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