From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D4661139694 for ; Mon, 3 Apr 2017 08:35:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B933E0CE2; Mon, 3 Apr 2017 08:35:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1737BE0CD8 for ; Mon, 3 Apr 2017 08:34:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3468534106E for ; Mon, 3 Apr 2017 08:34:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 238D07428 for ; Mon, 3 Apr 2017 08:34:53 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1491208467.f90370cd49fc53c2cc2c7091fe5aeb75e90c65d6.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcmidi/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-sound/abcmidi/Manifest media-sound/abcmidi/abcmidi-2017.02.02.ebuild X-VCS-Directories: media-sound/abcmidi/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: f90370cd49fc53c2cc2c7091fe5aeb75e90c65d6 X-VCS-Branch: master Date: Mon, 3 Apr 2017 08:34:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8f73bb93-b545-483f-aa4b-430a17e4b047 X-Archives-Hash: 14a87caf9e80912cb16d089a62254b9d commit: f90370cd49fc53c2cc2c7091fe5aeb75e90c65d6 Author: Tim Harder gentoo org> AuthorDate: Mon Apr 3 08:27:06 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Apr 3 08:34:27 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90370cd media-sound/abcmidi: version bump to 2017.02.02 media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2017.02.02.ebuild | 40 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index 7bec1afc4b8..4e808a1e940 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1 +1,2 @@ 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 diff --git a/media-sound/abcmidi/abcmidi-2017.02.02.ebuild b/media-sound/abcmidi/abcmidi-2017.02.02.ebuild new file mode 100644 index 00000000000..adf33138050 --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2017.02.02.ebuild @@ -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 +}