diff options
author | Miroslav Šulc <fordfrog@gentoo.org> | 2024-11-13 11:06:34 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2024-11-13 11:06:40 +0100 |
commit | 59e0e69c13849746bd0a33370bee5cbc4cb121b4 (patch) | |
tree | 67cf6c36454d5f1026334312e6d1e84028ae17a8 /media-sound | |
parent | media-libs/oneVPL-intel-gpu: complete upstream tag, add comment (diff) | |
download | gentoo-59e0e69c13849746bd0a33370bee5cbc4cb121b4.tar.gz gentoo-59e0e69c13849746bd0a33370bee5cbc4cb121b4.tar.bz2 gentoo-59e0e69c13849746bd0a33370bee5cbc4cb121b4.zip |
media-sound/abcmidi: dropped obsolete 2024.08.13
Bug: https://bugs.gentoo.org/943219
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/abcmidi/Manifest | 1 | ||||
-rw-r--r-- | media-sound/abcmidi/abcmidi-2024.08.13.ebuild | 44 |
2 files changed, 0 insertions, 45 deletions
diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index 0403b60a064e..12e9415e9192 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1,2 +1 @@ -DIST abcMIDI-2024.08.13.zip 633931 BLAKE2B eaa3f0c9f070a89b7ba03e369018747c7ad9f684cf8f1ada12797b3a2617e2461a47d0e8ee970d30ed46ae44b300285da54ad41843b6ac4130801ccb032d2c7f SHA512 c808f762e86ddeb9c2a2ec0c36519d78366f8a9b505e94c81365d31d12dfd9b349cbab6ef1004da108741635e4c712e948a721e4352a06bf178a882934bb2a6c DIST abcMIDI-2024.10.10.zip 633944 BLAKE2B 4e2b550e945b261c49b1384f7580c83cbfc9f42ad8b2fa4f6ff12285d036bd8e1f66d41554630c8f65ba090d7e4ff852d11365b1003a699558995cf583773ad2 SHA512 a5361865907adedeebf3128259118d180ec0ece5c6e88751a96eaeac32abb2b48f9312ba62e706398d70947368d406763c7254ead967fba6f715f7391b54b42c diff --git a/media-sound/abcmidi/abcmidi-2024.08.13.ebuild b/media-sound/abcmidi/abcmidi-2024.08.13.ebuild deleted file mode 100644 index 45b003914d76..000000000000 --- a/media-sound/abcmidi/abcmidi-2024.08.13.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit autotools flag-o-matic - -MY_P="abcMIDI-${PV}" -DESCRIPTION="Programs for processing ABC music notation files" -HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html" -SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip" -S="${WORKDIR}"/${PN} - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="examples" - -BDEPEND="app-arch/unzip" - -src_prepare() { - default - sed -i "s:-O2::" configure.ac || die - sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die - eautoreconf -} - -src_configure() { - # -Werror=lto-type-mismatch - # https://bugs.gentoo.org/876421 - # https://github.com/sshlien/abcmidi/issues/9 - filter-lto - - default -} - -src_install() { - default - - if use examples ; then - docinto examples - dodoc samples/*.abc - fi -} |