Gentoo Archives: gentoo-commits

From: "Tim Harder (radhermit)" <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/abcm2ps: ChangeLog abcm2ps-7.0.14.ebuild abcm2ps-6.6.19.ebuild
Date: Wed, 01 Aug 2012 06:59:49
Message-Id: 20120801065939.98B9F20034@flycatcher.gentoo.org
1 radhermit 12/08/01 06:59:39
2
3 Modified: ChangeLog
4 Added: abcm2ps-7.0.14.ebuild abcm2ps-6.6.19.ebuild
5 Log:
6 Version bumps.
7
8 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.56 media-sound/abcm2ps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.56&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.56&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?r1=1.55&r2=1.56
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v
20 retrieving revision 1.55
21 retrieving revision 1.56
22 diff -u -r1.55 -r1.56
23 --- ChangeLog 11 Jul 2012 23:15:03 -0000 1.55
24 +++ ChangeLog 1 Aug 2012 06:59:39 -0000 1.56
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/abcm2ps
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.55 2012/07/11 23:15:03 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.56 2012/08/01 06:59:39 radhermit Exp $
30 +
31 +*abcm2ps-7.0.14 (01 Aug 2012)
32 +*abcm2ps-6.6.19 (01 Aug 2012)
33 +
34 + 01 Aug 2012; Tim Harder <radhermit@g.o> +abcm2ps-6.6.19.ebuild,
35 + +abcm2ps-7.0.14.ebuild:
36 + Version bumps.
37
38 11 Jul 2012; Tim Harder <radhermit@g.o> -abcm2ps-6.6.9.ebuild,
39 -abcm2ps-6.6.15.ebuild, -abcm2ps-7.0.10.ebuild:
40
41
42
43 1.1 media-sound/abcm2ps/abcm2ps-7.0.14.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.14.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.14.ebuild?rev=1.1&content-type=text/plain
47
48 Index: abcm2ps-7.0.14.ebuild
49 ===================================================================
50 # Copyright 1999-2012 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.0.14.ebuild,v 1.1 2012/08/01 06:59:39 radhermit Exp $
53
54 EAPI=4
55
56 DESCRIPTION="A program to convert abc files to Postscript files"
57 HOMEPAGE="http://moinejf.free.fr/"
58 SRC_URI="http://moinejf.free.fr/${P}.tar.gz
59 http://moinejf.free.fr/transpose_abc.pl"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE="examples pango"
65
66 RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
67 DEPEND="${RDEPEND}
68 virtual/pkgconfig"
69
70 src_configure() {
71 econf \
72 --enable-a4 \
73 --enable-deco-is-roll \
74 $(use_enable pango)
75 }
76
77 src_install() {
78 dobin abcm2ps
79
80 insinto /usr/share/${PN}
81 doins *.fmt
82
83 dodoc Changes README *.txt
84
85 if use examples ; then
86 docinto examples
87 dodoc *.{abc,eps}
88 docompress -x /usr/share/doc/${PF}/examples
89 fi
90
91 docinto contrib
92 dodoc "${DISTDIR}"/transpose_abc.pl
93 }
94
95
96
97 1.1 media-sound/abcm2ps/abcm2ps-6.6.19.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.19.ebuild?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.19.ebuild?rev=1.1&content-type=text/plain
101
102 Index: abcm2ps-6.6.19.ebuild
103 ===================================================================
104 # Copyright 1999-2012 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-6.6.19.ebuild,v 1.1 2012/08/01 06:59:39 radhermit Exp $
107
108 EAPI=4
109
110 DESCRIPTION="A program to convert abc files to Postscript files"
111 HOMEPAGE="http://moinejf.free.fr/"
112 SRC_URI="http://moinejf.free.fr/${P}.tar.gz
113 http://moinejf.free.fr/transpose_abc.pl"
114
115 LICENSE="GPL-2"
116 SLOT="0"
117 KEYWORDS="~amd64 ~ppc ~x86"
118 IUSE="examples pango"
119
120 RDEPEND="pango? ( x11-libs/pango media-libs/freetype:2 )"
121 DEPEND="${RDEPEND}
122 virtual/pkgconfig"
123
124 src_configure() {
125 econf \
126 --enable-a4 \
127 --enable-deco-is-roll \
128 $(use_enable pango)
129 }
130
131 src_install() {
132 dobin abcm2ps
133
134 insinto /usr/share/${PN}
135 doins *.fmt
136
137 dodoc Changes README *.txt
138
139 if use examples ; then
140 docinto examples
141 dodoc *.{abc,eps}
142 docompress -x /usr/share/doc/${PF}/examples
143 fi
144
145 docinto contrib
146 dodoc "${DISTDIR}"/transpose_abc.pl
147 }