From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/
Date: Fri, 1 Jan 2021 03:13:27 +0000 (UTC) [thread overview]
Message-ID: <1609470214.add4983bc2bf75f18aa9f60d712e4e0afff134d2.sam@gentoo> (raw)
commit: add4983bc2bf75f18aa9f60d712e4e0afff134d2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 1 03:03:34 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 1 03:03:34 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add4983b
media-sound/abcm2ps: bump to 8.14.11
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
media-sound/abcm2ps/Manifest | 1 +
media-sound/abcm2ps/abcm2ps-8.14.11.ebuild | 49 ++++++++++++++++++++++++++++++
2 files changed, 50 insertions(+)
diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index 6e428427c11..e7eeb1a128f 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -1,2 +1,3 @@
+DIST abcm2ps-8.14.11.tar.gz 259453 BLAKE2B a5b2b4142b9d3190fdedd3b560f8baa582293badd90fd380ddb9991871b2e08050d07c3c97f908529be715bce62b9cda242487f3d6a7885ecf802318a64b7df8 SHA512 b156c84cfa929aa5999a42b23564af5bac399dccbf116342891b5e5ed2e34e81b4658fab9f3c51f5de084cc96d8ea0965a2bdf81de14de6eb324b8998dbb8b98
DIST abcm2ps-8.14.4.tar.gz 258383 BLAKE2B 7f9163309cb7a31eaecf443b5bd754c7389b4717ed891e2082f618499b4491428ae0fff7b4804d2c21c8ff3d948557c9d649afb0c2a9ae9407aad39545ed66d5 SHA512 7ba5a25ef7ad18a46bdd45393836a0ede2838af2c24822ecf3c1759328619663fe600eaf607de900527f88fa4a9c21d1da8965cafa45f4aa6dc5754b37ae3722
DIST abcm2ps-8.14.6.tar.gz 258520 BLAKE2B 99aba76df4ee0259d46924f5d37e707d2fcc1872502c475bca52c22353d4a6f7dcb3f52b0639b8d619f2414a6cb1d20b7b8bf6808218f0b99c71eb76b9766bf9 SHA512 f9863480bc757971eacb0a3bb30e046bcafe2f27bb15ac0e9c4d89afa568f23682fca4388523c429a72b01386e44c390efc8c487cae569b59eb6fcca8ad9a98a
diff --git a/media-sound/abcm2ps/abcm2ps-8.14.11.ebuild b/media-sound/abcm2ps/abcm2ps-8.14.11.ebuild
new file mode 100644
index 00000000000..48eee1a8dfd
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-8.14.11.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="Program to convert abc files to Postscript files"
+HOMEPAGE="https://github.com/leesavide/abcm2ps"
+SRC_URI="https://github.com/leesavide/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples pango"
+
+BDEPEND="virtual/pkgconfig"
+DEPEND="
+ pango? (
+ media-libs/freetype:2
+ x11-libs/pango
+ )"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ econf \
+ --enable-a4 \
+ --enable-deco-is-roll \
+ $(use_enable pango)
+}
+
+src_compile() {
+ emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
+}
+
+src_install() {
+ dobin abcm2ps
+
+ insinto /usr/share/${PN}
+ doins *.fmt
+
+ dodoc README.md
+
+ if use examples ; then
+ docinto examples
+ dodoc sample*.*
+ docompress -x /usr/share/doc/${PF}/examples
+ fi
+}
next reply other threads:[~2021-01-01 3:13 UTC|newest]
Thread overview: 49+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-01 3:13 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-02-11 12:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/ Miroslav Šulc
2024-02-11 3:39 Sam James
2024-02-11 3:39 Sam James
2024-01-10 9:47 Miroslav Šulc
2023-01-24 6:45 Miroslav Šulc
2023-01-22 19:04 Sam James
2023-01-22 19:04 Sam James
2022-12-20 8:58 Miroslav Šulc
2022-03-02 21:48 Miroslav Šulc
2022-03-02 8:45 Jakov Smolić
2022-03-02 8:45 Jakov Smolić
2022-01-30 9:19 Miroslav Šulc
2021-08-19 5:47 Miroslav Šulc
2021-08-19 1:25 Agostino Sarubbo
2021-08-18 12:58 Agostino Sarubbo
2021-07-16 7:15 Miroslav Šulc
2021-04-19 20:54 Sam James
2021-02-04 7:58 Agostino Sarubbo
2021-02-03 23:55 Thomas Deutschmann
2021-01-01 3:13 Sam James
2020-01-18 3:39 Tim Harder
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 22:00 Andreas Sturmlechner
2019-06-04 20:54 Agostino Sarubbo
2019-04-08 16:37 Aaron Bauman
2019-04-03 4:46 Tim Harder
2019-03-30 9:59 Andreas Sturmlechner
2017-07-13 6:11 Tim Harder
2017-06-26 8:37 Alexis Ballier
2017-05-25 15:06 Alexis Ballier
2017-05-25 15:06 Alexis Ballier
2017-04-23 11:11 Alexis Ballier
2017-04-03 8:34 Tim Harder
2017-02-09 13:10 Alexis Ballier
2017-01-06 9:42 Alexis Ballier
2016-12-29 13:04 Alexis Ballier
2016-12-09 5:53 Tim Harder
2016-12-09 5:53 Tim Harder
2016-12-09 5:53 Tim Harder
2016-11-04 0:45 Tim Harder
2016-11-04 0:45 Tim Harder
2016-11-04 0:45 Tim Harder
2016-10-26 22:35 Tim Harder
2016-09-24 1:13 Tim Harder
2016-08-19 2:31 Tim Harder
2016-08-19 2:31 Tim Harder
2016-08-19 2:31 Tim Harder
2015-08-29 13:58 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1609470214.add4983bc2bf75f18aa9f60d712e4e0afff134d2.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox