From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1406049-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EDE58158091 for <garchives@archives.gentoo.org>; Wed, 8 Jun 2022 07:19:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 188FDE0844; Wed, 8 Jun 2022 07:19:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 69038E0844 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2022 07:19:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 45732341047 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2022 07:19:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF230105 for <gentoo-commits@lists.gentoo.org>; Wed, 8 Jun 2022 07:18:29 +0000 (UTC) From: "Miroslav Šulc" <fordfrog@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" <fordfrog@gentoo.org> Message-ID: <1654672703.622e6cf722ed6a829716fde4321df2f384865253.fordfrog@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/sonata/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/sonata/sonata-1.7.0.ebuild X-VCS-Directories: media-sound/sonata/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 622e6cf722ed6a829716fde4321df2f384865253 X-VCS-Branch: master Date: Wed, 8 Jun 2022 07:18:29 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b0399324-6cdf-4898-aa19-67c5e8e018c7 X-Archives-Hash: 96fed0d9531227027d8d8812b390d755 commit: 622e6cf722ed6a829716fde4321df2f384865253 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> AuthorDate: Wed Jun 8 07:18:23 2022 +0000 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org> CommitDate: Wed Jun 8 07:18:23 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=622e6cf7 media-sound/sonata: removed obsolete 1.7.0 Bug: https://bugs.gentoo.org/850295 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org> media-sound/sonata/sonata-1.7.0.ebuild | 37 ---------------------------------- 1 file changed, 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 -}