Skip to content

Commit

Permalink
media-sound/abcmidi: version bump to 2017.04.10
Browse files Browse the repository at this point in the history
  • Loading branch information
radhermit committed Apr 12, 2017
1 parent 682c9d5 commit eff68ff
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions media-sound/abcmidi/Manifest
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
DIST abcMIDI-2016.09.25.zip 672254 SHA256 730e8c5c11c4f6da996ee614e1f60c6e1d67a8ce82e5e75ceb74c976d5a06429 SHA512 fa122a9fa4806057b1b7a4a457a5e5135e2192c219b235346bad6a4b76d8553604254b008ab04595e3aaaa4d90ec4decd052d4eb4ae34f6c2871346b004448b3 WHIRLPOOL 29eaa87a06de1fdf30c9345c45bfd088d7a437b095deba6c0ac5951b090266bb8fc885e3d14d6fb696d1cd12c6f1dd51a3c821ef82876da06b9cd4797e0e624c
DIST abcMIDI-2017.02.02.zip 549653 SHA256 95f78749267711d0bf1de2bd5d9c202189c83cd4e3da54335780ac3b874c6df6 SHA512 157db89bda7355a730ce8b8e18fcc1837df72753480a53518b0f670a352acf3d813665f2f6b64088b3696df215135f026cef0da0e1984a39fe07ad981f3df39a WHIRLPOOL 2a5e923e150aab5455b7a66c21f4d86fdac78d9abf40ba943f83fec7d542a2a28e69f84c59deb8da029d836b32793d3cbd16da5a1e5b22107be0706f2e01bf32
DIST abcMIDI-2017.04.10.zip 549926 SHA256 7984ab285721fe9e822490bf19d428ccd267e4b88dd4364e26a89e1a2286e622 SHA512 899b0c8f57cbb2cd45461ab86511e4be4f8d8c2016b1c4da5096c1e5ad578bade83998ec2bee2b466ba08c364fb9fec2b7d762397525139e7aeada9410cc0dd5 WHIRLPOOL d122b8437cd36d100acd6195a2e71d47a767b6233d9eadcb5551231e4bef4d569289fcd51dd8fc84c0f877ecbc72d0b6fea04ce4f8f8945c3fef89cd74808f59
40 changes: 40 additions & 0 deletions media-sound/abcmidi/abcmidi-2017.04.10.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

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
}

0 comments on commit eff68ff

Please sign in to comment.