Gentoo Archives: gentoo-commits

From: "Denis Dupeyron (calchan)" <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/circuit_macros: metadata.xml ChangeLog circuit_macros-7.7-r1.ebuild
Date: Mon, 04 Nov 2013 19:33:29
Message-Id: 20131104193321.164022004B@flycatcher.gentoo.org
1 calchan 13/11/04 19:33:21
2
3 Modified: metadata.xml ChangeLog
4 Added: circuit_macros-7.7-r1.ebuild
5 Log:
6 Change CM2pdf into cm2pdf. Add variable font size and a --help option.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.2 dev-tex/circuit_macros/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 11 Jun 2013 14:41:06 -0000 1.1
24 +++ metadata.xml 4 Nov 2013 19:33:20 -0000 1.2
25 @@ -12,7 +12,7 @@
26 examples of other types of diagrams.
27 </longdescription>
28 <use>
29 - <flag name="script">Install CM2pdf to automatically create a correctly
30 + <flag name="script">Install cm2pdf to automatically create a correctly
31 sized PDF from a circuit_macro m4 source
32 </flag>
33 </use>
34
35
36
37 1.4 dev-tex/circuit_macros/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?r1=1.3&r2=1.4
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -u -r1.3 -r1.4
49 --- ChangeLog 29 Oct 2013 14:58:48 -0000 1.3
50 +++ ChangeLog 4 Nov 2013 19:33:20 -0000 1.4
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-tex/circuit_macros
53 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.3 2013/10/29 14:58:48 calchan Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.4 2013/11/04 19:33:20 calchan Exp $
56 +
57 +*circuit_macros-7.7-r1 (04 Nov 2013)
58 +
59 + 04 Nov 2013; Denis Dupeyron <calchan@g.o>
60 + +circuit_macros-7.7-r1.ebuild, +files/cm2pdf, metadata.xml:
61 + Change CM2pdf into cm2pdf. Add variable font size and a --help option.
62
63 *circuit_macros-7.7 (29 Oct 2013)
64
65
66
67
68 1.1 dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild
69
70 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild?rev=1.1&view=markup
71 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild?rev=1.1&content-type=text/plain
72
73 Index: circuit_macros-7.7-r1.ebuild
74 ===================================================================
75 # Copyright 1999-2013 Gentoo Foundation
76 # Distributed under the terms of the GNU General Public License v2
77 # $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild,v 1.1 2013/11/04 19:33:20 calchan Exp $
78
79 EAPI=5
80
81 inherit unpacker texlive-common
82
83 DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
84 HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
85 SRC_URI="http://mirrors.ctan.org/graphics/circuit_macros.zip -> circuit_macros-${PV}.zip"
86
87 LICENSE="LPPL-1.3c"
88 SLOT="0"
89 KEYWORDS="~amd64 ~x86"
90 IUSE="doc examples +script"
91
92 DEPEND=""
93 RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
94 media-gfx/dpic
95 sys-devel/m4
96 script? ( app-text/texlive[graphics]
97 dev-texlive/texlive-latexextra )"
98
99 S="${WORKDIR}/${PN}"
100
101 src_compile() {
102 :
103 }
104
105 src_install() {
106 insinto /usr/share/${PN}
107 doins *.m4
108 insinto /usr/share/texmf-site/tex/latex/${PN}
109 doins boxdims.sty
110 dodoc README CHANGES Makefile doc/CMman.pdf
111 rm -f doc/CMman.pdf
112 use doc && dodoc -r doc
113 use examples && dodoc -r examples
114 use script && dobin "${FILESDIR}/cm2pdf"
115 docompress -x \
116 /usr/share/doc/${PF}/Makefile \
117 /usr/share/doc/${PF}/doc \
118 /usr/share/doc/${PF}/examples
119 }
120
121 pkg_postinst() {
122 etexmf-update
123 use script && einfo "cm2pdf was installed to automatically create PDFs. Run cm2pdf --help for usage help."
124 }
125
126 pkg_postrm() {
127 etexmf-update
128 }