Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
radhermit 12/03/06 05:31:15
Modified: ChangeLog
Added: abcm2ps-7.0.3.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
Revision Changes Path
1.45 media-sound/abcm2ps/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 26 Feb 2012 05:39:44 -0000 1.44
+++ ChangeLog 6 Mar 2012 05:31:15 -0000 1.45
@@ -1,6 +1,11 @@
# 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.44 2012/02/26 05:39:44 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.45 2012/03/06 05:31:15 radhermit Exp $
+
+*abcm2ps-7.0.3 (06 Mar 2012)
+
+ 06 Mar 2012; Tim Harder <radhermit@g.o> +abcm2ps-7.0.3.ebuild:
+ Version bump.
26 Feb 2012; Tim Harder <radhermit@g.o> -abcm2ps-6.6.3.ebuild,
-abcm2ps-6.6.4.ebuild, -abcm2ps-6.6.5.ebuild, -abcm2ps-7.0.1.ebuild:
1.1 media-sound/abcm2ps/abcm2ps-7.0.3.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.3.ebuild?rev=1.1&content-type=text/plain
Index: abcm2ps-7.0.3.ebuild
===================================================================
# 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.3.ebuild,v 1.1 2012/03/06 05:31:15 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
}
|
|