summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiroslav Šulc <fordfrog@gentoo.org>2021-06-30 13:25:00 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-06-30 13:25:00 +0200
commit2c4cff6ba0f4ff2a3ba5223607884afcf1e68f58 (patch)
tree3b8e60c503b9a210aee705c0f5f1700a751d0b94
parentmedia-libs/libsidplayfp: removed obsolete 2.1.2 (diff)
downloadgentoo-2c4cff6b.tar.gz
gentoo-2c4cff6b.tar.bz2
gentoo-2c4cff6b.zip
media-sound/abcmidi: removed obsolete 2020.01.22
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--media-sound/abcmidi/Manifest1
-rw-r--r--media-sound/abcmidi/abcmidi-2020.01.22.ebuild43
-rw-r--r--media-sound/abcmidi/files/abcmidi-2016.05.05-docs.patch18
-rw-r--r--media-sound/abcmidi/files/abcmidi-2016.05.05-fno-common.patch23
4 files changed, 0 insertions, 85 deletions
diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index b93884c782de..4089fe736097 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,3 +1,2 @@
-DIST abcMIDI-2020.01.22.zip 569060 BLAKE2B 078ba04a614c253266a5239b5b3f133e94c1d44e2cf91c65195f85229892cd4b8d05527124741477decb8eae83d38777b27bf1135e4ad96779c0c6b68bb46747 SHA512 5897e1344ef8e88f7ae81622c18bc8144fb95e928482c8f63cd897397ce5a5d2a5f7e5a8f13a62c6f40387f875d2f3827e74dc703ccc3c9dd81cfff018efb1de
DIST abcMIDI-2021.05.25.zip 604797 BLAKE2B 78b2d43bb7569aa2eece63f319352aa71b77e9c5219c5f806384f007ffe026741a0852ffffe1e6b6c15b60f69f54e143cb26aa47b54baca41bc2fc231fa5b66a SHA512 57975f7c131855a713fc399c7aa1c7bd94775e7a257f2412d321aa51d0bf95cf9e1410e0819d2ad5cabde9ef996512ccca16058f7267baabc5702a926c173b3f
DIST abcMIDI-2021.06.27.zip 605658 BLAKE2B b522c96b7f8990f297cc13a3334872763fb2879f5893f09e630d66ab425d1772e0eee64273249d26e8118c6d341dad84129e140d8c309adab160f3120b5a18a2 SHA512 b1e4a7a9b93e6633abe211258995cfa84bb8eaed3870ed20e244aa12353c6cc351ea7e1c842e4e410dad9dd91b2e8c918826138bec39503c56e95062f4a99f37
diff --git a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild b/media-sound/abcmidi/abcmidi-2020.01.22.ebuild
deleted file mode 100644
index 893a32ea9da0..000000000000
--- a/media-sound/abcmidi/abcmidi-2020.01.22.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-BDEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-PATCHES=(
- "${FILESDIR}"/${PN}-2016.05.05-docs.patch
- "${FILESDIR}"/${PN}-2016.05.05-fno-common.patch
-)
-
-src_prepare() {
- default
-
- rm configure Makefile || die
- sed -i "s:-O2::" configure.ac || die
-
- eautoreconf
-}
-
-src_install() {
- default
- dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
-
- docinto examples
- dodoc samples/*.abc
- docompress -x /usr/share/doc/${PF}/examples
-}
diff --git a/media-sound/abcmidi/files/abcmidi-2016.05.05-docs.patch b/media-sound/abcmidi/files/abcmidi-2016.05.05-docs.patch
deleted file mode 100644
index bc36b260bd34..000000000000
--- a/media-sound/abcmidi/files/abcmidi-2016.05.05-docs.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Install docs via Gentoo mechanisms instead of the build system.
-
---- abcmidi/Makefile.in
-+++ abcmidi/Makefile.in
-@@ -143,13 +143,6 @@
- $(INSTALL) -d $(DESTDIR)$(bindir)
- $(INSTALL) -m 755 ${binaries} $(DESTDIR)$(bindir)
-
-- # install documentation
-- $(INSTALL) -d $(DESTDIR)${docdir}
-- $(INSTALL) -m 644 doc/*.txt $(DESTDIR)$(docdir)
-- $(INSTALL) -m 644 doc/AUTHORS $(DESTDIR)$(docdir)
-- $(INSTALL) -m 644 doc/CHANGES $(DESTDIR)$(docdir)
-- $(INSTALL) -m 644 VERSION $(DESTDIR)$(docdir)
--
- # install manpages
- $(INSTALL) -d $(DESTDIR)${mandir}
- $(INSTALL) -m 644 doc/*.1 $(DESTDIR)$(mandir)
diff --git a/media-sound/abcmidi/files/abcmidi-2016.05.05-fno-common.patch b/media-sound/abcmidi/files/abcmidi-2016.05.05-fno-common.patch
deleted file mode 100644
index e8ed8bec37ee..000000000000
--- a/media-sound/abcmidi/files/abcmidi-2016.05.05-fno-common.patch
+++ /dev/null
@@ -1,23 +0,0 @@
---- a/drawtune.c
-+++ b/drawtune.c
-@@ -75,7 +75,8 @@
- int rootstem;
- int fontsize, fontnum;
- int donemeter;
--int ingrace, inchord;
-+extern int ingrace;
-+int inchord;
- int chordcount;
- struct feature* chordhead;
-
---- a/toabc.c
-+++ b/toabc.c
-@@ -85,7 +85,7 @@
- int new_key_number; /* used for gchord transposition */
- int oldtable[7], newtable[7]; /* for handling transposition */
- int inchord; /* are we in a chord [ ] ? */
--int ingrace; /* are we in a grace note set { } ? */
-+extern int ingrace; /* are we in a grace note set { } ? */
- int chordcount; /* number of notes or rests in current chord */
- int inlinefield; /* boolean - are we in [<field>: ] ? */
- int cleanup; /* boolean to indicate -u option (update notation) */