radhermit    14/06/03 06:42:34

  Modified:             ChangeLog
  Added:                abcm2ps-8.0.4.ebuild abcm2ps-7.8.3.ebuild
  Log:
  Version bumps.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
4AB3E85B4F064CA3)

Revision  Changes    Path
1.93                 media-sound/abcm2ps/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.93&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.93&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog   4 Apr 2014 08:14:26 -0000       1.92
+++ ChangeLog   3 Jun 2014 06:42:34 -0000       1.93
@@ -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.92 
2014/04/04 08:14:26 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.93 
2014/06/03 06:42:34 radhermit Exp $
+
+*abcm2ps-8.0.4 (03 Jun 2014)
+*abcm2ps-7.8.3 (03 Jun 2014)
+
+  03 Jun 2014; Tim Harder <radher...@gentoo.org> +abcm2ps-7.8.3.ebuild,
+  +abcm2ps-8.0.4.ebuild:
+  Version bumps.
 
 *abcm2ps-8.0.2 (04 Apr 2014)
 *abcm2ps-7.8.1 (04 Apr 2014)



1.1                  media-sound/abcm2ps/abcm2ps-8.0.4.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild?rev=1.1&content-type=text/plain

Index: abcm2ps-8.0.4.ebuild
===================================================================
# 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.4.ebuild,v 
1.1 2014/06/03 06:42:34 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
}



1.1                  media-sound/abcm2ps/abcm2ps-7.8.3.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild?rev=1.1&content-type=text/plain

Index: abcm2ps-7.8.3.ebuild
===================================================================
# 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.3.ebuild,v 
1.1 2014/06/03 06:42:34 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
}




Reply via email to