summaryrefslogtreecommitdiff
path: root/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-04-12 03:41:30 +0100
commit623ee73d661e5ed8475cb264511f683407d87365 (patch)
tree993eb27c93ec7a2d2d19550300d888fc1fed9e69 /media-sound/sonata/sonata-1.6.2.1-r2.ebuild
parentceeeb463cc1eef97fd62eaee8bf2196ba04bc384 (diff)
gentoo Easter resync : 12.04.2020
Diffstat (limited to 'media-sound/sonata/sonata-1.6.2.1-r2.ebuild')
-rw-r--r--media-sound/sonata/sonata-1.6.2.1-r2.ebuild40
1 files changed, 0 insertions, 40 deletions
diff --git a/media-sound/sonata/sonata-1.6.2.1-r2.ebuild b/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
deleted file mode 100644
index e66283e07368..000000000000
--- a/media-sound/sonata/sonata-1.6.2.1-r2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-DISTUTILS_SINGLE_IMPL="true"
-inherit distutils-r1
-
-DESCRIPTION="Elegant GTK+ music client for the Music Player Daemon (MPD)"
-HOMEPAGE="https://www.nongnu.org/sonata/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
-# now released at https://github.com/multani/sonata/releases
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
-IUSE="dbus lyrics taglib"
-
-BDEPEND="
- virtual/pkgconfig
-"
-DEPEND="
- >=dev-python/pygtk-2.12:2
- x11-libs/gdk-pixbuf:2[jpeg]
- >=dev-python/python-mpd-0.2.1
- dbus? ( dev-python/dbus-python )
- lyrics? ( dev-python/zsi )
- taglib? ( >=dev-python/tagpy-0.93 )
-"
-RDEPEND="${DEPEND}"
-
-DOCS=( CHANGELOG README TODO TRANSLATORS )
-
-PATCHES=( "${FILESDIR}"/${P}-mpd18-compat.patch )
-
-src_install() {
- distutils-r1_src_install
- rm -r "${D}"/usr/share/sonata || die
-}