commit: 1fd29ebb75b065574ab91c78125a3f95989eafb8 Author: Steven Burnham <danipo <AT> gmail <DOT> com> AuthorDate: Mon Apr 25 00:48:12 2022 +0000 Commit: Steve Burnham <danipo <AT> gmail <DOT> com> CommitDate: Mon Apr 25 00:48:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1fd29ebb
media-sound/noson-app: drop 5.2.0 Signed-off-by: Steven Burnham <danipo <AT> gmail.com> media-sound/noson-app/noson-app-5.2.0.ebuild | 31 ---------------------------- 1 file changed, 31 deletions(-) diff --git a/media-sound/noson-app/noson-app-5.2.0.ebuild b/media-sound/noson-app/noson-app-5.2.0.ebuild deleted file mode 100644 index c0f4968b2..000000000 --- a/media-sound/noson-app/noson-app-5.2.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit xdg cmake - -DESCRIPTION="The essential to control music from your SONOS devices on Linux platforms" -HOMEPAGE="http://janbar.github.io/noson-app/index.html" -SRC_URI="https://github.com/janbar/noson-app/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DEPEND=" - >=dev-qt/qtcore-5.9 - >=dev-qt/qtdbus-5.9 - >=dev-qt/qtnetwork-5.9 - >=dev-qt/qttranslations-5.9 - >=dev-qt/qtgui-5.9 - >=dev-qt/qtquickcontrols2-5.9 - >=dev-qt/qtsvg-5.9 - dev-libs/openssl:0 - media-libs/flac - media-sound/pulseaudio -" -RDEPEND="${DEPEND}" - -src_configure() { - cmake_src_configure -}
