summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2022-06-08 09:18:23 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2022-06-08 09:18:23 +0200
commit622e6cf722ed6a829716fde4321df2f384865253 (patch)
tree35787b60fa820bfba171e6f5ec6b556b686800cb /media-sound
parentmedia-sound/abcmidi: bump to 2022.06.07 (diff)
downloadgentoo-622e6cf722ed6a829716fde4321df2f384865253.tar.gz
gentoo-622e6cf722ed6a829716fde4321df2f384865253.tar.bz2
gentoo-622e6cf722ed6a829716fde4321df2f384865253.zip
media-sound/sonata: removed obsolete 1.7.0
Bug: https://bugs.gentoo.org/850295 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/sonata/sonata-1.7.0.ebuild37
1 files changed, 0 insertions, 37 deletions
diff --git a/media-sound/sonata/sonata-1.7.0.ebuild b/media-sound/sonata/sonata-1.7.0.ebuild
deleted file mode 100644
index c413149a5e0c..000000000000
--- a/media-sound/sonata/sonata-1.7.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{8..9} )
-DISTUTILS_SINGLE_IMPL="true"
-DISTUTILS_USE_SETUPTOOLS="rdepend"
-inherit desktop distutils-r1 xdg
-
-DESCRIPTION="Elegant GTK+ music client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.nongnu.org/sonata/"
-SRC_URI="https://github.com/multani/sonata/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus taglib"
-
-BDEPEND="
- virtual/pkgconfig"
-RDEPEND="
- $(python_gen_cond_dep '
- dev-python/pygobject:3[${PYTHON_USEDEP}]
- dev-python/python-mpd[${PYTHON_USEDEP}]
- dbus? ( dev-python/dbus-python[${PYTHON_USEDEP}] )
- taglib? ( dev-python/tagpy[${PYTHON_USEDEP}] )
- ')
-"
-
-distutils_enable_tests unittest
-
-src_install() {
- distutils-r1_src_install
- doicon -s 128 sonata/pixmaps/sonata.png
- rm -r "${ED}"/usr/share/sonata || die
-}