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 7FA8615800A for ; Wed, 23 Aug 2023 06:46:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6201B2BC0E4; Wed, 23 Aug 2023 06:46:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B87742BC0E4 for ; Wed, 23 Aug 2023 06:46:54 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 654A4335D0A for ; Wed, 23 Aug 2023 06:46:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79507106E for ; Wed, 23 Aug 2023 06:46:51 +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: <1692773185.9791496360f7c6fe17df25ec9219f10438759c2c.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.08.22.ebuild X-VCS-Directories: media-sound/abcmidi/ X-VCS-Committer: fordfrog X-VCS-Committer-Name: Miroslav Šulc X-VCS-Revision: 9791496360f7c6fe17df25ec9219f10438759c2c X-VCS-Branch: master Date: Wed, 23 Aug 2023 06:46:51 +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: 25c82959-6113-4a2e-a56e-476a99972472 X-Archives-Hash: 8d9c02dbef3db9d4bc1d9da37220b1f4 commit: 9791496360f7c6fe17df25ec9219f10438759c2c Author: Miroslav Šulc gentoo org> AuthorDate: Wed Aug 23 06:46:25 2023 +0000 Commit: Miroslav Šulc gentoo org> CommitDate: Wed Aug 23 06:46:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97914963 media-sound/abcmidi: bump to 2023.08.22 Signed-off-by: Miroslav Šulc gentoo.org> media-sound/abcmidi/Manifest | 1 + media-sound/abcmidi/abcmidi-2023.08.22.ebuild | 35 +++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/media-sound/abcmidi/Manifest b/media-sound/abcmidi/Manifest index 4abe6eec9ea7..f9839aa562d8 100644 --- a/media-sound/abcmidi/Manifest +++ b/media-sound/abcmidi/Manifest @@ -1 +1,2 @@ DIST abcMIDI-2023.06.25.zip 623842 BLAKE2B bc50ef0b1ed8507ea2c3a1bb67920f052eb0f45236f75a8640aef02693790a74298c4b20305509b94ce6c698b99b8a796d7a174f02677df7efc0f1bea2e9acf0 SHA512 1f2c337e66a4072f0693260b3ff3caaa6ba7b7082566f7619966c794686c00915ad412c7c007bb839085ce54cb9cd860bbdf9fb1d3e8e58667c32cf1838866e3 +DIST abcMIDI-2023.08.22.zip 624039 BLAKE2B 881a4be397350dec0fb0afca81497b79055fbf654532eb32fa7363f0897aeb810133a4a88fade996917451288352b4e47f93c2e5728b77fb8e78898d53faa98d SHA512 31c005401e1f375658f3a3145bcba85d0fdae5231912f0c806b12e07aa42300dbb4da87d7c7ebea8b27b1bd2bcf3e30973baa3e5a698a2b15d731fd43c1e412f diff --git a/media-sound/abcmidi/abcmidi-2023.08.22.ebuild b/media-sound/abcmidi/abcmidi-2023.08.22.ebuild new file mode 100644 index 000000000000..636c9619449a --- /dev/null +++ b/media-sound/abcmidi/abcmidi-2023.08.22.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 +}