media-sound/abcmidi: dropped obsolete 2024.12.16

Bug: https://bugs.gentoo.org/953562
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
Miroslav Šulc
2025-04-12 21:12:58 +02:00
parent 253d14aaa2
commit 88050688a6
2 changed files with 0 additions and 45 deletions

View File

@@ -1,2 +1 @@
DIST abcMIDI-2024.12.16.zip 634173 BLAKE2B b0baa253a5db9c73e1d89224a0114c47ff86dd990f7c7f33846f9483c01b0c1aead5078093929be0bc122e97679e429eb8532ff339b65155784cb4ad1592bf87 SHA512 a3eb86881dac9e504eed8d7ffd04152c3e13604eb2ec5e136265cd1db5bb1da08aea400798baaf91cf58c836c43cd6186668b40357cc180027447114c73e63fa
DIST abcMIDI-2025.02.16.zip 638042 BLAKE2B aec930967842c60d394e90e04821d86240e6c0544bf54f13d81ce780da0de165392f80d24f73ad3f50234a9c60db87da8c3c7fbebe14aac5adc31b2e76b88ef9 SHA512 86ee7e5a9471bfee04ff7c2904fc7dcef57005755f072317afcb56a3ce636ca60a2dd3957b6a17c364c63a2f953c47b63408fc505030d3a66fff057ea8957ef2

View File

@@ -1,44 +0,0 @@
# Copyright 1999-2025 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
}