Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/
Date: Tue, 02 Jul 2019 05:35:16
Message-Id: 1562036360.2a87f6a75a7eba838e3f93263aba88bd97ce62f4.radhermit@gentoo
1 commit: 2a87f6a75a7eba838e3f93263aba88bd97ce62f4
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jul 2 02:38:07 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 2 02:59:20 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a87f6a7
7
8 media-sound/abcmidi: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 media-sound/abcmidi/Manifest | 2 --
13 media-sound/abcmidi/abcmidi-2018.06.23.ebuild | 40 ---------------------------
14 media-sound/abcmidi/abcmidi-2018.12.21.ebuild | 40 ---------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest
18 index afe71feed3b..ea975a5cf68 100644
19 --- a/media-sound/abcmidi/Manifest
20 +++ b/media-sound/abcmidi/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST abcMIDI-2018.06.23.zip 564262 BLAKE2B 0c99e5bb0787f4a41381ec77b1a64da273955997f0788eded8149297e332d05224e02eca2eb5a1b846b3314d7a62dad7eb3997ac2ed4c4aa4b13d0f099f08afb SHA512 d1f95fae383432d4ecb09fd7136212d42bb0a7b08fc7372b2511ecfbeff9fa0b51cd242f46f20827cf4122bc04e35c8a8442af4666b0e7093e6ad91302bb40ba
23 -DIST abcMIDI-2018.12.21.zip 558423 BLAKE2B e40e8d01744d623042445642b21aa6654d5ba087bfb426b62e9ff44ea39d20f6b3b8f1d94d406362e63ab173a3ff721c737fd945b2195e42468d458aa3d8a176 SHA512 5f338852f3c65dcdfac760c1ab50d05654930f4b02701ffe44b0f8f830e39108ede63b7b47eb751790c6c2730af74dbd1e9b3ec361c5242ecef81376259399c7
24 DIST abcMIDI-2019.05.08.zip 562151 BLAKE2B 7b7413b329a69c9f8e7cf8eec9ddb2caceb055d2256d01a2e6045008b861b8aac194bb0b2507fb96a21ddcfe228a789be63c1ad322945a7b824ff39908cefcf4 SHA512 3891e10503f319b406b175d18077c353767b1025bae73fed184988427602412ffd5bb8e1ec0513b9ebff4d0debd81535558a8157b150a4e32abad099279d4312
25 DIST abcMIDI-2019.06.30.zip 565169 BLAKE2B 1db656cc8f3a1b67802eb5c91a48f45df26c2dd303b58c65b2f6dd2b93a2bad263ff06f68dd56eeb94f72bdcdb00f03a11fe26e288e8ee4ac28a91c6fa513c93 SHA512 a242ab847453a73966266e3787fe51d9e1a7359d0e3aee2e9b294c02eea88b159721298625d3079b584278d84dfe95fec70a55937b02d25a9eb753eb29799b6d
26
27 diff --git a/media-sound/abcmidi/abcmidi-2018.06.23.ebuild b/media-sound/abcmidi/abcmidi-2018.06.23.ebuild
28 deleted file mode 100644
29 index 2c8a0b2744b..00000000000
30 --- a/media-sound/abcmidi/abcmidi-2018.06.23.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -inherit autotools
39 -
40 -MY_P="abcMIDI-${PV}"
41 -DESCRIPTION="Programs for processing ABC music notation files"
42 -HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html"
43 -SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE="examples"
49 -
50 -DEPEND="app-arch/unzip"
51 -
52 -S=${WORKDIR}/${PN}
53 -
54 -src_prepare() {
55 - local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
56 - default
57 -
58 - rm configure Makefile || die
59 - sed -i "s:-O2::" configure.ac || die
60 -
61 - eautoreconf
62 -}
63 -
64 -src_install() {
65 - default
66 - dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
67 -
68 - if use examples ; then
69 - docinto examples
70 - dodoc samples/*.abc
71 - fi
72 -}
73
74 diff --git a/media-sound/abcmidi/abcmidi-2018.12.21.ebuild b/media-sound/abcmidi/abcmidi-2018.12.21.ebuild
75 deleted file mode 100644
76 index f07ab78a388..00000000000
77 --- a/media-sound/abcmidi/abcmidi-2018.12.21.ebuild
78 +++ /dev/null
79 @@ -1,40 +0,0 @@
80 -# Copyright 1999-2018 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -inherit autotools
86 -
87 -MY_P="abcMIDI-${PV}"
88 -DESCRIPTION="Programs for processing ABC music notation files"
89 -HOMEPAGE="https://ifdo.ca/~seymour/runabc/top.html"
90 -SRC_URI="https://ifdo.ca/~seymour/runabc/${MY_P}.zip"
91 -
92 -LICENSE="GPL-2"
93 -SLOT="0"
94 -KEYWORDS="~amd64 ~x86"
95 -IUSE="examples"
96 -
97 -DEPEND="app-arch/unzip"
98 -
99 -S=${WORKDIR}/${PN}
100 -
101 -src_prepare() {
102 - local PATCHES=( "${FILESDIR}"/${PN}-2016.05.05-docs.patch )
103 - default
104 -
105 - rm configure Makefile || die
106 - sed -i "s:-O2::" configure.ac || die
107 -
108 - eautoreconf
109 -}
110 -
111 -src_install() {
112 - default
113 - dodoc doc/{AUTHORS,CHANGES,abcguide.txt,abcmatch.txt,history.txt,readme.txt,yapshelp.txt}
114 -
115 - if use examples ; then
116 - docinto examples
117 - dodoc samples/*.abc
118 - fi
119 -}