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: abcm2ps-8.0.4.ebuild ChangeLog abcm2ps-7.8.3.ebuild
Date: Tue, 03 Jun 2014 06:42:37
Message-Id: 20140603064234.710572004E@flycatcher.gentoo.org
1 radhermit 14/06/03 06:42:34
2
3 Modified: ChangeLog
4 Added: abcm2ps-8.0.4.ebuild abcm2ps-7.8.3.ebuild
5 Log:
6 Version bumps.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
9
10 Revision Changes Path
11 1.93 media-sound/abcm2ps/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.93&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?rev=1.93&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/ChangeLog?r1=1.92&r2=1.93
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v
20 retrieving revision 1.92
21 retrieving revision 1.93
22 diff -u -r1.92 -r1.93
23 --- ChangeLog 4 Apr 2014 08:14:26 -0000 1.92
24 +++ ChangeLog 3 Jun 2014 06:42:34 -0000 1.93
25 @@ -1,6 +1,13 @@
26 # ChangeLog for media-sound/abcm2ps
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.92 2014/04/04 08:14:26 radhermit Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/ChangeLog,v 1.93 2014/06/03 06:42:34 radhermit Exp $
30 +
31 +*abcm2ps-8.0.4 (03 Jun 2014)
32 +*abcm2ps-7.8.3 (03 Jun 2014)
33 +
34 + 03 Jun 2014; Tim Harder <radhermit@g.o> +abcm2ps-7.8.3.ebuild,
35 + +abcm2ps-8.0.4.ebuild:
36 + Version bumps.
37
38 *abcm2ps-8.0.2 (04 Apr 2014)
39 *abcm2ps-7.8.1 (04 Apr 2014)
40
41
42
43 1.1 media-sound/abcm2ps/abcm2ps-8.0.4.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild?rev=1.1&content-type=text/plain
47
48 Index: abcm2ps-8.0.4.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-8.0.4.ebuild,v 1.1 2014/06/03 06:42:34 radhermit Exp $
53
54 EAPI=5
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-7.8.3.ebuild
98
99 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild?rev=1.1&view=markup
100 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild?rev=1.1&content-type=text/plain
101
102 Index: abcm2ps-7.8.3.ebuild
103 ===================================================================
104 # Copyright 1999-2014 Gentoo Foundation
105 # Distributed under the terms of the GNU General Public License v2
106 # $Header: /var/cvsroot/gentoo-x86/media-sound/abcm2ps/abcm2ps-7.8.3.ebuild,v 1.1 2014/06/03 06:42:34 radhermit Exp $
107
108 EAPI=5
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 }