Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/frescobaldi/
Date: Mon, 09 Mar 2020 20:22:24
Message-Id: 1583785318.468ba307395d805c4e5b47c685d915ca270fef74.asturm@gentoo
1 commit: 468ba307395d805c4e5b47c685d915ca270fef74
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Mar 9 19:52:43 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 9 20:21:58 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=468ba307
7
8 media-sound/frescobaldi: Drop 3.0.0
9
10 Closes: https://bugs.gentoo.org/709842
11 Package-Manager: Portage-2.3.93, Repoman-2.3.20
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/frescobaldi/Manifest | 1 -
15 media-sound/frescobaldi/frescobaldi-3.0.0.ebuild | 41 ------------------------
16 2 files changed, 42 deletions(-)
17
18 diff --git a/media-sound/frescobaldi/Manifest b/media-sound/frescobaldi/Manifest
19 index 47d955fa949..6456dba0220 100644
20 --- a/media-sound/frescobaldi/Manifest
21 +++ b/media-sound/frescobaldi/Manifest
22 @@ -1,2 +1 @@
23 -DIST frescobaldi-3.0.0.tar.gz 4895317 BLAKE2B 6a9a2b92d075742f54b3148761f1946c4dd73616482aec9278c0326d5597773ce6eb714f8d31d49f79051294d23d4e43552ce29bde0f464d1a677900b8a276f6 SHA512 e33cbcb70bec74239cd84691725e9978b6c6fee391848c7de8ea32dd5459d953ddda120eeea25a602154d94a84947b6c151237b859450162db0822ef58fd7787
24 DIST frescobaldi-3.1.1.tar.gz 6244496 BLAKE2B 0687a608c773d3295197ea7ef117fa099acc2dfcd2de0f7e7ed69ff6ab643007d631f9e3abc1509163503473cc2d95f7cfe7ca87a5d636a796490af8479b8db0 SHA512 b4f65bdbcb5ed1c9837b84f9721b166dbac3d5ed12d03521d91d9f4660ff61af951209071ceae07158da3ad9f7c7152924a4f5ce87deedc8d90decf4b4efa86d
25
26 diff --git a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild b/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild
27 deleted file mode 100644
28 index 29f2edc3b28..00000000000
29 --- a/media-sound/frescobaldi/frescobaldi-3.0.0.ebuild
30 +++ /dev/null
31 @@ -1,41 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -PYTHON_COMPAT=( python3_6 )
38 -inherit distutils-r1 gnome2-utils xdg-utils
39 -
40 -DESCRIPTION="A LilyPond sheet music text editor"
41 -HOMEPAGE="http://www.frescobaldi.org/"
42 -SRC_URI="https://github.com/wbsoft/${PN}/releases/download/v${PV}/${P}.tar.gz"
43 -
44 -LICENSE="GPL-2"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""
48 -
49 -# portmidi? ( media-libs/portmidi[${PYTHON_USEDEP}] ) # bug 550820
50 -DEPEND="
51 - dev-python/PyQt5[gui,network,printsupport,svg,webkit,widgets,${PYTHON_USEDEP}]
52 - >=dev-python/python-ly-0.9.4[${PYTHON_USEDEP}]
53 - dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
54 - >=media-sound/lilypond-2.14.2"
55 -RDEPEND="${DEPEND}
56 - x11-themes/tango-icon-theme
57 -"
58 -
59 -python_prepare_all() {
60 - rm -r frescobaldi_app/icons/Tango || die "failed to remove tango icon theme"
61 - distutils-r1_python_prepare_all
62 -}
63 -
64 -pkg_postinst() {
65 - gnome2_icon_cache_update
66 - xdg_desktop_database_update
67 -}
68 -
69 -pkg_postrm() {
70 - gnome2_icon_cache_update
71 - xdg_desktop_database_update
72 -}