summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-05-03 08:41:30 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2023-05-03 08:41:39 +0200
commitdd27aa6c57995f627bbcfde5cb6a5aa726d8aaa5 (patch)
treeda8daa812b2099465e61196c31c937f6de0795dc /media-sound/frescobaldi
parentx11-libs/vte: Stabilize 0.72.1 x86, #905556 (diff)
downloadgentoo-dd27aa6c57995f627bbcfde5cb6a5aa726d8aaa5.tar.gz
gentoo-dd27aa6c57995f627bbcfde5cb6a5aa726d8aaa5.tar.bz2
gentoo-dd27aa6c57995f627bbcfde5cb6a5aa726d8aaa5.zip
media-sound/frescobaldi: dropped obsolete 3.2-r1
Closes: https://bugs.gentoo.org/905276 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound/frescobaldi')
-rw-r--r--media-sound/frescobaldi/Manifest1
-rw-r--r--media-sound/frescobaldi/frescobaldi-3.2-r1.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
index 4f095d46b8c0..27a4db4dfd7d 100644
--- a/media-sound/frescobaldi/Manifest
+++ b/media-sound/frescobaldi/Manifest
@@ -1,2 +1 @@
-DIST frescobaldi-3.2.tar.gz 6696111 BLAKE2B e74a8c3a59c6dc5187538785bc5971dd996cf897c6428ff510775bad58aa4c04dd69b91f3821b9c868a3e7f13b6cae6f76814188de2620542959039e768c9be0 SHA512 403ae6cfe145595fef0ffe06ce4fd595a0417201b19e5f2315944b45cdcec50592296424f2bf2c7e3eccbe3dbeb9ff5bfc4aa7813241d8168bc057e7bf5539b3
DIST frescobaldi-3.3.0.tar.gz 9196964 BLAKE2B 52e0c39e3a9fd70f5e450dd45cd0c0c0683b8c0af243d568e765f351500da138c0e527a579245c3d72e628d6a940003c62e1d70b6cff8ecb55d7214b7def8093 SHA512 0dc851cb2ab001f366d20d3c27159087a643cbb5661cc7388b9ec5209c03d4d47dc9114f378dab0562a1a4cb84c2a67eddd8b1981ceaa057e5ac79f8c277ad05
diff --git a/media-sound/frescobaldi/frescobaldi-3.2-r1.ebuild b/media-sound/frescobaldi/frescobaldi-3.2-r1.ebuild
deleted file mode 100644
index 69a68717a761..000000000000
--- a/media-sound/frescobaldi/frescobaldi-3.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-PYTHON_COMPAT=( python3_{9..10} )
-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}]
- dev-python/qpageview[${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
-}