summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2023-12-29 09:58:32 +0100
committerMiroslav Šulc <fordfrog@gentoo.org>2023-12-29 09:58:32 +0100
commitf5b23db4f0024042edb2900ff58fc51a58f74860 (patch)
tree7d412b0a121aba85bd6e861aad6c1979a4eef6e3 /media-sound
parentdev-python/sphinxygen: added missing dep (diff)
downloadgentoo-f5b23db4f0024042edb2900ff58fc51a58f74860.tar.gz
gentoo-f5b23db4f0024042edb2900ff58fc51a58f74860.tar.bz2
gentoo-f5b23db4f0024042edb2900ff58fc51a58f74860.zip
media-sound/abcmidi: dropped obsolete 2023.10.25
Bug: https://bugs.gentoo.org/920811 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/abcmidi/Manifest1
-rw-r--r--media-sound/abcmidi/abcmidi-2023.10.25.ebuild35
2 files changed, 0 insertions, 36 deletions
diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index a1490bde04d9..f9a608981825 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,2 @@
-DIST abcMIDI-2023.10.25.zip 624710 BLAKE2B 46ff87d73c9fb026e5c9d20864c0c3e0b48b8cea67ec7172cc8fa6fddb8d1c473ecfcccf96a566f9dead987f5e26c4e0d6d9beb2b57477c6e8c183bc5e23fe7e SHA512 99a1ae74840efd1c5fc1dbb48e5e3930b00f6c4867c2e2f007afabab2db55c708b5b13a3c0b33a991f96508bc219828bc42f95867020bbb66f524285761445be
DIST abcMIDI-2023.11.26.zip 625787 BLAKE2B f8ab84eaf626bc9a2edb4ac58b2fa2148de58acf8180f4d9118d86d33b3c80f09b66adba6aacb652aeea7bfd8c40b08c8aa3b9048a52957fe4ecf63dce4b81ae SHA512 7f30dcae340a3fd4ee66b1f1802a16404fe880f0d4999de40d468363f2565b86d2f18499f2b8f1fe860055ece99d6efeb889f11b28fc703d7979b0588b1a2df0
DIST abcMIDI-2023.12.23.zip 626879 BLAKE2B 297660b4dc5a2f4a56fa4065d21722d8e9b4167744ff899fcfd89d739ea0f72ffffb2eecd20f360dcb8e536381c4d2edea4b3b9b360f223b4ce4836b56274379 SHA512 23f0bf5972228ca39fddce6e6cadbdb74157570dbc27e51ad1775785c5bdb756337cbbec1d5c92f12607d576b2ee22c4eb5340aa62a749741f09a34e0cd92951
diff --git a/media-sound/abcmidi/abcmidi-2023.10.25.ebuild b/media-sound/abcmidi/abcmidi-2023.10.25.ebuild
deleted file mode 100644
index 3ca144cfe9f4..000000000000
--- a/media-sound/abcmidi/abcmidi-2023.10.25.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools
-
-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_install() {
- default
-
- if use examples ; then
- docinto examples
- dodoc samples/*.abc
- fi
-}