commit:     829c14e62c8c55004fb3ff50dedcdee9f87e836e
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 18 05:25:04 2022 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jun 18 05:25:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=829c14e6

media-sound/frescobaldi: removed obsolete 3.1.3

Bug: https://bugs.gentoo.org/850352
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/frescobaldi/Manifest                 |  1 -
 media-sound/frescobaldi/frescobaldi-3.1.3.ebuild | 31 ------------------------
 2 files changed, 32 deletions(-)

diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
index f94e88e995ed..9429bf758128 100644
--- a/media-sound/frescobaldi/Manifest
+++ b/media-sound/frescobaldi/Manifest
@@ -1,2 +1 @@
-DIST frescobaldi-3.1.3.tar.gz 6691789 BLAKE2B 
88a08240997aad11d9bf31c57a844a42e341e7641649f5cfb52571beb63fa4c29382136eae7758e5fff1cc6a4f8eb2942ca9b09b8217d7243c699041c951081d
 SHA512 
595c4628df1923dffa44987ba858827a50d5415e9a01b45c87def2a6625d22c8b9b2e988c49dec20bba750cfc1ff4512e6f67875c3a2b23e440ef7231856c159
 DIST frescobaldi-3.2.tar.gz 6696111 BLAKE2B 
e74a8c3a59c6dc5187538785bc5971dd996cf897c6428ff510775bad58aa4c04dd69b91f3821b9c868a3e7f13b6cae6f76814188de2620542959039e768c9be0
 SHA512 
403ae6cfe145595fef0ffe06ce4fd595a0417201b19e5f2315944b45cdcec50592296424f2bf2c7e3eccbe3dbeb9ff5bfc4aa7813241d8168bc057e7bf5539b3

diff --git a/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild 
b/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild
deleted file mode 100644
index bde7dad74da6..000000000000
--- a/media-sound/frescobaldi/frescobaldi-3.1.3.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7..9} )
-inherit distutils-r1 xdg
-
-DESCRIPTION="A LilyPond sheet music text editor"
-HOMEPAGE="https://www.frescobaldi.org/";
-SRC_URI="https://github.com/wbsoft/${PN}/releases/download/v${PV}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="
-       dev-python/PyQt5[gui,network,printsupport,svg,widgets,${PYTHON_USEDEP}]
-       dev-python/PyQtWebEngine[${PYTHON_USEDEP}]
-       dev-python/python-ly[${PYTHON_USEDEP}]
-       dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
-       media-sound/lilypond"
-RDEPEND="${DEPEND}
-       x11-themes/tango-icon-theme
-"
-
-python_prepare_all() {
-       rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon 
theme"
-       distutils-r1_python_prepare_all
-}

Reply via email to