diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-01 06:59:39 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-01 06:59:39 +0000 |
commit | c1a2ee9d3f534fad9e299286dc738fef80e303af (patch) | |
tree | c3d6b4c31221b691e818d2c5c18a011b0ec30eeb /media-sound | |
parent | Version bump. (diff) | |
download | gentoo-2-c1a2ee9d3f534fad9e299286dc738fef80e303af.tar.gz gentoo-2-c1a2ee9d3f534fad9e299286dc738fef80e303af.tar.bz2 gentoo-2-c1a2ee9d3f534fad9e299286dc738fef80e303af.zip |
Version bumps.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-6.6.19.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.0.14.ebuild | 44 |
3 files changed, 96 insertions, 1 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog index 49bd6ae028dd..1ddf7f0a1e23 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.55 2012/07/11 23:15:03 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.56 2012/08/01 06:59:39 radhermit Exp $ + +*abcm2ps-7.0.14 (01 Aug 2012) +*abcm2ps-6.6.19 (01 Aug 2012) + + 01 Aug 2012; Tim Harder <radhermit@gentoo.org> +abcm2ps-6.6.19.ebuild, + +abcm2ps-7.0.14.ebuild: + Version bumps. 11 Jul 2012; Tim Harder <radhermit@gentoo.org> -abcm2ps-6.6.9.ebuild, -abcm2ps-6.6.15.ebuild, -abcm2ps-7.0.10.ebuild: diff --git a/media-sound/abcm2ps/abcm2ps-6.6.19.ebuild b/media-sound/abcm2ps/abcm2ps-6.6.19.ebuild new file mode 100644 index 000000000000..4951c802e3e2 --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-6.6.19.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.19.ebuild,v 1.1 2012/08/01 06:59:39 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} + virtual/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.14.ebuild b/media-sound/abcm2ps/abcm2ps-7.0.14.ebuild new file mode 100644 index 000000000000..1bd0385e88ff --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-7.0.14.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.14.ebuild,v 1.1 2012/08/01 06:59:39 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} + virtual/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 +} |