public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/files/, media-sound/abcmidi/
@ 2016-11-04  0:45 Tim Harder
  0 siblings, 0 replies; 2+ messages in thread
From: Tim Harder @ 2016-11-04  0:45 UTC (permalink / raw
  To: gentoo-commits

commit:     d2898b782fc7bd635eeb80b9bedb6f2bafc1db53
Author:     Tim Harder <radhermit <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  4 00:44:34 2016 +0000
Commit:     Tim Harder <radhermit <AT> gentoo <DOT> org>
CommitDate: Fri Nov  4 00:44:34 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2898b78

media-sound/abcmidi: remove old

 media-sound/abcmidi/Manifest                       |  4 ---
 media-sound/abcmidi/abcmidi-2015.08.25.ebuild      | 38 --------------------
 media-sound/abcmidi/abcmidi-2016.05.05.ebuild      | 40 ---------------------
 media-sound/abcmidi/abcmidi-2016.07.20.ebuild      | 41 ----------------------
 media-sound/abcmidi/abcmidi-2016.09.20.ebuild      | 41 ----------------------
 .../abcmidi/files/abcmidi-2011.10.19-install.patch | 24 -------------
 6 files changed, 188 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index a3ee703..7bec1af 100644
--- a/media-sound/abcmidi/Manifest
+++ b/media-sound/abcmidi/Manifest
@@ -1,5 +1 @@
-DIST abcMIDI-2015-08-25.zip 665906 SHA256 614d8e7bac0d9092e08b69ec79066fe202e0dd5dd79a2d99b16e88dcda9f7c31 SHA512 2253d13611c41d2faff6393497f15dbbda583ff99093df6c368942ce2227ac22f2c0f84a33eb96ba7e6553325c6363dd9f550d432571a253f83e9a94cd0ed12b WHIRLPOOL b36e3af032f298954630e3adc25397054c4b5c2ddde42b48d2bb92736f91b8a1ad6814446d9acb8688021ea743bd2d24c532702e54c1b1e59c5dfc227561a154
-DIST abcMIDI-2016.05.05.zip 671937 SHA256 6000e11172552c3eb0194267c1acadca620514bd35e141978f85bc4ec47aa22b SHA512 c3525ea399a5b71d7d0604cb04334e07e8d92613cd62313c8500143ed776a49c45b6ee22dd251d35a690b774ec807a2a8ba4533d81d33b1c146c3233d163aba0 WHIRLPOOL 3ef0ec16df40ae1dadbbda9b78c7561f29de394b70eaba950f6a0ad1cbf0f71060b64f273fe3f40c6c58a731f380b5791e9cc9afa702558152f35d3073f4bc2b
-DIST abcMIDI-2016.07.20.zip 672095 SHA256 a5539c2c3b3b23aec75ac2b9bafa79ea26e70cc0de021096f021e47a0641e75e SHA512 414ea0386747f26e3d1dabd5960e5f46e0da26e818671bfcf31621be9a60caf41ef49069ccff021a416125cbc2fe5cb4a61d60b579b03f5d6463408a63c0522f WHIRLPOOL 3a02f8349eaf27a854534fd48555ef12d572fd0c934aa347b00453e95969952fd8854286027a286ab71d9143d1c69f8545b6b4562668bbd385ed4d9915544015
-DIST abcMIDI-2016.09.20.zip 672225 SHA256 1f42170d767dc4ded941ad00735ed7e88073237d4b10ae4f3f70d715663b7ff2 SHA512 c18942ccc4c14fd2fda7f1a3b68d745109ef3432d4fcfa28f2bd19fcc1aba7df49dc6f3bbd563f6cec921da2d88d5b8e8f32a5520f155be253c1e876da1e40a7 WHIRLPOOL 23c8e3120ea985d620a6245b3ff8fef529ed251dd22295be4066e1929cddddacc498e616a19a5a602465e8f6280d326776c886a1249966d47ed6958f6695faeb
 DIST abcMIDI-2016.09.25.zip 672254 SHA256 730e8c5c11c4f6da996ee614e1f60c6e1d67a8ce82e5e75ceb74c976d5a06429 SHA512 fa122a9fa4806057b1b7a4a457a5e5135e2192c219b235346bad6a4b76d8553604254b008ab04595e3aaaa4d90ec4decd052d4eb4ae34f6c2871346b004448b3 WHIRLPOOL 29eaa87a06de1fdf30c9345c45bfd088d7a437b095deba6c0ac5951b090266bb8fc885e3d14d6fb696d1cd12c6f1dd51a3c821ef82876da06b9cd4797e0e624c

diff --git a/media-sound/abcmidi/abcmidi-2015.08.25.ebuild b/media-sound/abcmidi/abcmidi-2015.08.25.ebuild
deleted file mode 100644
index 323b7f3..00000000
--- a/media-sound/abcmidi/abcmidi-2015.08.25.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils versionator autotools
-
-MY_P="abcMIDI-$(replace_all_version_separators '-')"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://abc.sourceforge.net/abcMIDI/"
-SRC_URI="http://ifdo.pugmarks.com/~seymour/runabc/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	epatch "${FILESDIR}"/${PN}-2011.10.19-install.patch
-	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}
-
-	if use examples ; then
-		docinto examples
-		dodoc samples/*.abc
-	fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2016.05.05.ebuild b/media-sound/abcmidi/abcmidi-2016.05.05.ebuild
deleted file mode 100644
index c7dad18..00000000
--- a/media-sound/abcmidi/abcmidi-2016.05.05.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://abc.sourceforge.net/abcMIDI/"
-SRC_URI="http://ifdo.pugmarks.com/~seymour/runabc/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	local PATCHES=( "${FILESDIR}"/${P}-docs.patch )
-
-	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}
-
-	if use examples ; then
-		docinto examples
-		dodoc samples/*.abc
-	fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2016.07.20.ebuild b/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
deleted file mode 100644
index 9d2ae4c..00000000
--- a/media-sound/abcmidi/abcmidi-2016.07.20.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html"
-SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-	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}
-
-	if use examples ; then
-		docinto examples
-		dodoc samples/*.abc
-	fi
-}

diff --git a/media-sound/abcmidi/abcmidi-2016.09.20.ebuild b/media-sound/abcmidi/abcmidi-2016.09.20.ebuild
deleted file mode 100644
index 9d2ae4c..00000000
--- a/media-sound/abcmidi/abcmidi-2016.09.20.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-MY_P="abcMIDI-${PV}"
-DESCRIPTION="Programs for processing ABC music notation files"
-HOMEPAGE="http://ifdo.ca/~seymour/runabc/top.html"
-SRC_URI="http://ifdo.ca/~seymour/runabc/${MY_P}.zip"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="examples"
-
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-	local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
-	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}
-
-	if use examples ; then
-		docinto examples
-		dodoc samples/*.abc
-	fi
-}

diff --git a/media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch b/media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch
deleted file mode 100644
index 5fa8ca2..00000000
--- a/media-sound/abcmidi/files/abcmidi-2011.10.19-install.patch
+++ /dev/null
@@ -1,24 +0,0 @@
---- abcmidi/Makefile.in.orig
-+++ abcmidi/Makefile.in
-@@ -140,17 +140,10 @@
- 	rm *.o ${binaries}
- 
- install: abc2midi midi2abc abc2abc mftext midicopy yaps abcmatch
--	test -d $(DESTDIR)${prefix}/${bindir} || mkdir -p $(DESTDIR)${prefix}/${bindir}
--	$(INSTALL) -m 755 ${binaries} $(DESTDIR)${prefix}/${bindir}
--
--	# install documentation
--	test -d $(DESTDIR)${PREFIX}/share/doc/abcmidi || mkdir -p $(DESTDIR)${prefix}/${docdir}
--	$(INSTALL) -m 644 doc/*.txt $(DESTDIR)${prefix}/${docdir}
--	$(INSTALL) -m 644 doc/AUTHORS $(DESTDIR)${prefix}/${docdir}
--	$(INSTALL) -m 644 doc/CHANGES $(DESTDIR)${prefix}/${docdir}
--	$(INSTALL) -m 644 VERSION $(DESTDIR)${prefix}/${docdir}
-+	test -d $(DESTDIR)${bindir} || mkdir -p $(DESTDIR)${bindir}
-+	$(INSTALL) -m 755 ${binaries} $(DESTDIR)${bindir}
- 
- 	# install manpages
--	test -d $(DESTDIR)${prefix}/${mandir} || mkdir -p $(DESTDIR)${prefix}/${mandir};
--	$(INSTALL) -m 644 doc/*.1 $(DESTDIR)${prefix}/${mandir}
-+	test -d $(DESTDIR)${mandir} || mkdir -p $(DESTDIR)${mandir}
-+	$(INSTALL) -m 644 doc/*.1 $(DESTDIR)${mandir}
- 


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/files/, media-sound/abcmidi/
@ 2021-06-30 11:25 Miroslav Šulc
  0 siblings, 0 replies; 2+ messages in thread
From: Miroslav Šulc @ 2021-06-30 11:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2c4cff6ba0f4ff2a3ba5223607884afcf1e68f58
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 11:25:00 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 11:25:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c4cff6b

media-sound/abcmidi: removed obsolete 2020.01.22

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-sound/abcmidi/Manifest                       |  1 -
 media-sound/abcmidi/abcmidi-2020.01.22.ebuild      | 43 ----------------------
 .../abcmidi/files/abcmidi-2016.05.05-docs.patch    | 18 ---------
 .../files/abcmidi-2016.05.05-fno-common.patch      | 23 ------------
 4 files changed, 85 deletions(-)

diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
index b93884c782d..4089fe73609 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 893a32ea9da..00000000000
--- 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 bc36b260bd3..00000000000
--- 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 e8ed8bec37e..00000000000
--- 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) */


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-06-30 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-30 11:25 [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/files/, media-sound/abcmidi/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2016-11-04  0:45 Tim Harder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox