diff options
author | Tim Harder <radhermit@gentoo.org> | 2014-04-04 08:14:26 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2014-04-04 08:14:26 +0000 |
commit | 5ae5c6869b14f227713883cb0a312a1a5a0684c4 (patch) | |
tree | 955dc89e2bc5625e86ac52a454afcce9fe9baf94 /media-sound/abcm2ps | |
parent | Remove old. (diff) | |
download | gentoo-2-5ae5c6869b14f227713883cb0a312a1a5a0684c4.tar.gz gentoo-2-5ae5c6869b14f227713883cb0a312a1a5a0684c4.tar.bz2 gentoo-2-5ae5c6869b14f227713883cb0a312a1a5a0684c4.zip |
Version bumps.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-sound/abcm2ps')
-rw-r--r-- | media-sound/abcm2ps/ChangeLog | 9 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-7.8.1.ebuild | 44 | ||||
-rw-r--r-- | media-sound/abcm2ps/abcm2ps-8.0.2.ebuild | 44 |
3 files changed, 96 insertions, 1 deletions
diff --git a/media-sound/abcm2ps/ChangeLog b/media-sound/abcm2ps/ChangeLog index 9399460c08ee..c7913954c60e 100644 --- a/media-sound/abcm2ps/ChangeLog +++ b/media-sound/abcm2ps/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-sound/abcm2ps # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.91 2014/03/31 03:03:40 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.92 2014/04/04 08:14:26 radhermit Exp $ + +*abcm2ps-8.0.2 (04 Apr 2014) +*abcm2ps-7.8.1 (04 Apr 2014) + + 04 Apr 2014; Tim Harder <radhermit@gentoo.org> +abcm2ps-7.8.1.ebuild, + +abcm2ps-8.0.2.ebuild: + Version bumps. *abcm2ps-7.8.0 (31 Mar 2014) diff --git a/media-sound/abcm2ps/abcm2ps-7.8.1.ebuild b/media-sound/abcm2ps/abcm2ps-7.8.1.ebuild new file mode 100644 index 000000000000..13a386767d79 --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-7.8.1.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.1.ebuild,v 1.1 2014/04/04 08:14:26 radhermit Exp $ + +EAPI=5 + +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-8.0.2.ebuild b/media-sound/abcm2ps/abcm2ps-8.0.2.ebuild new file mode 100644 index 000000000000..364a1350b789 --- /dev/null +++ b/media-sound/abcm2ps/abcm2ps-8.0.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.2.ebuild,v 1.1 2014/04/04 08:14:26 radhermit Exp $ + +EAPI=5 + +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 +} |