public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexis Ballier" <aballier@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/abcm2ps/
Date: Thu,  9 Feb 2017 13:10:24 +0000 (UTC)	[thread overview]
Message-ID: <1486645816.914735d0e9b8bc9680a0a7cbf0a4934e5028f2c5.aballier@gentoo> (raw)

commit:     914735d0e9b8bc9680a0a7cbf0a4934e5028f2c5
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  9 13:05:55 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Feb  9 13:10:16 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=914735d0

media-sound/abcm2ps: Bump to 8.13.5

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 media-sound/abcm2ps/Manifest              |  1 +
 media-sound/abcm2ps/abcm2ps-8.13.5.ebuild | 49 +++++++++++++++++++++++++++++++
 2 files changed, 50 insertions(+)

diff --git a/media-sound/abcm2ps/Manifest b/media-sound/abcm2ps/Manifest
index c482c49630..9dd8b7e955 100644
--- a/media-sound/abcm2ps/Manifest
+++ b/media-sound/abcm2ps/Manifest
@@ -2,4 +2,5 @@ DIST abcm2ps-8.12.9.tar.gz 238669 SHA256 72b8f40964234edf2043bdc83527c37989bbb5f
 DIST abcm2ps-8.13.0.tar.gz 239062 SHA256 26bc4b663fdba76d63388e05a5e9df6dce22533599936d1464d452c99f67aed8 SHA512 55f5a7649fb211bdfdca1b5395dc86c06ba5093e73eb54fcda98b5d0cc1b895887a7a5f3cef1a4c26e3206c5f950e6f8969a4abc0f72ad734e90b33c624fede1 WHIRLPOOL d51fb5bd066398f34b57bf4c8dc756955daab8ddf0ae3ca12ff7b7da7333a85403f5db0e122ff42a589d925bfb1d91a6cc391fd841850ea780aa27041260bb86
 DIST abcm2ps-8.13.2.tar.gz 239542 SHA256 78fb9f5a0a5fbb0d312d9f9fa194399c121801cfa7bda0b15d6ad7f34b4db917 SHA512 309a0ca0b5d45c965650b297811f0843240b0b1ed1a84c9d5d0a9655dc3ff927f68aa9e1936456187db095e13c6b674301869426beb6c86b5a6b6e4d81034c97 WHIRLPOOL 733c440950282ae79cd29564ed2ef627beab2c77691638c8ce40cf996abf92ba4264220c83aea5e537573c92b64b4b3d331e41015fe2311bfb0fd0e617af444a
 DIST abcm2ps-8.13.3.tar.gz 247274 SHA256 02edce1a978bc20830ab8f3242e959b0a65eb7e2183d5477355b013e8ab2f078 SHA512 c1d4f9be0393407247593f4cd780319e4e4f74c0a822139c64af8c10d5b39c702d172e75756999e5d36f440bd9379c8e70b56e18dbc6ef637ff132d73f24e9f3 WHIRLPOOL 69b337514eeb3f68e9bc664b5ae1583e0313b031c5e67b5e69fbb0408d623127c2de41e44684f473e9a5fd38da35d9b70406698eb52efe20e1d6f0745816dbe4
+DIST abcm2ps-8.13.5.tar.gz 247642 SHA256 ed945e87699d4a324ef00af5fca54c24ce99cfbb67092b0c229d488f7caf35de SHA512 e411f67c90fbc36ffbef74c91617158fe3429e156bc3b1052eb82c27f91fdbb4bcf1de28904ac0b8ec832e61103486c7e50730a5cc429a7c814e174dbf10aad4 WHIRLPOOL f735a8eb9e257017d1e1090003ef8e8c56ad966c640cdd34038ef89848dee86e39f05af49aa4e032e2cd75451cb307060dfc9f9285144caaa34a5518adf837f5
 DIST transpose_abc.pl 21045 SHA256 bd6960872bfbc9f71f183f36d533ea33b8cf62a6027b447f0b0b8adfa25a2848 SHA512 dc2623608a7b59d7e0c4d25160e69f696f170e9938dc3e035edbaf6f0163b4c6139892ec8734ea2aaba997507dcf32208562e898690600dc3c199046d4d151f3 WHIRLPOOL 81e327bbd76b40826adab06f7756c79c60289b21432b792c848db3ba1354528fa4f1a074cba890b6087cfac6e712427c6cbb2c9e6679c8ced22c362f6ec005f3

diff --git a/media-sound/abcm2ps/abcm2ps-8.13.5.ebuild b/media-sound/abcm2ps/abcm2ps-8.13.5.ebuild
new file mode 100644
index 0000000000..307b40d5ca
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-8.13.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit toolchain-funcs
+
+DESCRIPTION="A program to convert abc files to Postscript files"
+HOMEPAGE="http://moinejf.free.fr/"
+SRC_URI="http://moinejf.free.fr/${P}.tar.gz
+	http://moinejf.free.fr/transpose_abc.pl"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="examples pango"
+
+RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
+DEPEND="${RDEPEND}
+	virtual/pkgconfig"
+
+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 Changes README *.txt
+
+	if use examples ; then
+		docinto examples
+		dodoc *.{abc,eps}
+		docompress -x /usr/share/doc/${PF}/examples
+	fi
+
+	docinto contrib
+	dodoc "${DISTDIR}"/transpose_abc.pl
+}


             reply	other threads:[~2017-02-09 13:10 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-09 13:10 Alexis Ballier [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
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-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=1486645816.914735d0e9b8bc9680a0a7cbf0a4934e5028f2c5.aballier@gentoo \
    --to=aballier@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