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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 76CCB15806E for ; Thu, 1 Jun 2023 07:06:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B54A5E0867; Thu, 1 Jun 2023 07:06:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8FBFAE0867 for ; Thu, 1 Jun 2023 07:06:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CC17234127F for ; Thu, 1 Jun 2023 07:06:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 65CC6A53 for ; Thu, 1 Jun 2023 07:06:13 +0000 (UTC) From: "Miroslav Šulc" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Miroslav Šulc" Message-ID: <1685603164.5ad770281d7786a581b796a24271edf7c9609c8e.fordfrog@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-2023.05.30.ebuild X-VCS-Directories: media-sound/abcmidi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 5ad770281d7786a581b796a24271edf7c9609c8e X-VCS-Branch: master Date: Thu, 1 Jun 2023 07:06:13 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e139f57-fe41-4519-a305-94c993755e3a X-Archives-Hash: 81da7dc74df8c09c9f10b17cbd639764 commit: 5ad770281d7786a581b796a24271edf7c9609c8e Author: Miroslav Šulc gentoo org> AuthorDate: Thu Jun 1 07:06:04 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Thu Jun 1 07:06:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ad77028 media-sound/abcmidi: bump to 2023.05.30 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2023.05.30.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index b93f60cd002d..e69d3d44094e 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1 +1,2 @@ DIST abcMIDI-2023.03.24.zip 623602 BLAKE2B 69c5bfa58fbded0cddb01dc405dcb0cc682182a42f40ae8acb8e5bc90ef6b0b9b5ffb13cb77dbe4634007d478e08b34839d62e5fae4deda73137720c5af794c4 SHA512 c552b4e515a9d2110adb3f4c460b2dbefb04cd16ebc2aa96ca452328988e502dcaa5cb933b3471f207a03a7ffb99b0a8f33118a347928aac8c8aca741582a513 +DIST abcMIDI-2023.05.30.zip 623737 BLAKE2B e8e9b36f7385f4de6e292ef7ba1f55c9e19e3fea6d4de811a049e66f0d4e452cf4ad29fe62795767eb70847d75e8ea299b457c54b9aef7dd9ac1fd24f15a8548 SHA512 aded10ae9f7f09f4424a6faf01588ccb2224f5371f0e481417c1e0cb4dd5273c65ee7478c2e099fc91f721def1cd31ff9b332548c849cc22494cc579b22be783 diff --git a/media-sound/abcmidi/abcmidi-2023.05.30.ebuild b/media-sound/abcmidi/abcmidi-2023.05.30.ebuild new file mode 100644 index 000000000000..636c9619449a --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2023.05.30.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" +S="${WORKDIR}"/${PN} + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +BDEPEND="app-arch/unzip" + +src_prepare() { + default + sed -i "s:-O2::" configure.ac || die + sed -i "s:@datarootdir@/doc/abcmidi:@docdir@:" Makefile.in || die + eautoreconf +} + +src_install() { + default + + if use examples ; then + docinto examples + dodoc samples/*.abc + fi +}