summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2012-03-31 22:41:06 +0000
committerTim Harder <radhermit@gentoo.org>2012-03-31 22:41:06 +0000
commit993eda3d93085625c501ff1c0813d6f1e54e2daa (patch)
treef1afa0b40a17748dbf96c0ec15ed1aeac7175f6f /media-sound
parentRemove old. (diff)
downloadgentoo-2-993eda3d93085625c501ff1c0813d6f1e54e2daa.tar.gz
gentoo-2-993eda3d93085625c501ff1c0813d6f1e54e2daa.tar.bz2
gentoo-2-993eda3d93085625c501ff1c0813d6f1e54e2daa.zip
Version bump.
(Portage version: 2.2.0_alpha92/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r--media-sound/abcm2ps/ChangeLog9
-rw-r--r--media-sound/abcm2ps/abcm2ps-6.6.9.ebuild44
-rw-r--r--media-sound/abcm2ps/abcm2ps-7.0.4.ebuild44
3 files changed, 96 insertions, 1 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog
index a9f16a929155..ac27f094f95e 100644
--- a/media-sound/abcm2ps/ChangeLog
+++ b/media-sound/abcm2ps/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for media-sound/abcm2ps
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.47 2012/03/13 06:51:01 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.48 2012/03/31 22:41:06 radhermit Exp $
+
+*abcm2ps-7.0.4 (31 Mar 2012)
+*abcm2ps-6.6.9 (31 Mar 2012)
+
+ 31 Mar 2012; Tim Harder <radhermit@gentoo.org> +abcm2ps-6.6.9.ebuild,
+ +abcm2ps-7.0.4.ebuild:
+ Version bump.
13 Mar 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.6.ebuild,
-abcm2ps-7.0.2.ebuild:
diff --git a/media-sound/abcm2ps/abcm2ps-6.6.9.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.9.ebuild
new file mode 100644
index 000000000000..c1f1aa8384d3
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-6.6.9.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.9.ebuild,v 1.1 2012/03/31 22:41:06 radhermit Exp $
+
+EAPI=4
+
+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}
+ dev-util/pkgconfig"
+
+src_configure() {
+ econf \
+ --enable-a4 \
+ --enable-deco-is-roll \
+ $(use_enable pango)
+}
+
+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
+}
diff --git a/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild
new file mode 100644
index 000000000000..9cf9dd093e1e
--- /dev/null
+++ b/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.4.ebuild,v 1.1 2012/03/31 22:41:06 radhermit Exp $
+
+EAPI=4
+
+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}
+ dev-util/pkgconfig"
+
+src_configure() {
+ econf \
+ --enable-a4 \
+ --enable-deco-is-roll \
+ $(use_enable pango)
+}
+
+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
+}