Gentoo Archives: gentoo-commits

From: Denis Dupeyron <calchan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
Date: Wed, 02 Mar 2016 04:50:52
Message-Id: 1456894222.5266f6e34fa11fd3d191b2bf1c1f18679c9b01b6.calchan@gentoo
1 commit: 5266f6e34fa11fd3d191b2bf1c1f18679c9b01b6
2 Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 2 04:50:22 2016 +0000
4 Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 2 04:50:22 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5266f6e3
7
8 dev-tex/circuit_macros: remove 8.3.1
9
10 dev-tex/circuit_macros/Manifest | 1 -
11 dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild | 50 ----------------------
12 2 files changed, 51 deletions(-)
13
14 diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
15 index d16774d..7a7fa07 100644
16 --- a/dev-tex/circuit_macros/Manifest
17 +++ b/dev-tex/circuit_macros/Manifest
18 @@ -1,2 +1 @@
19 -DIST circuit_macros-8.3.1.tar.gz 2021702 SHA256 3ea3a258c4222b981c541924a2f006079b6240a6500a7e5a76985be1ad4eb085 SHA512 b7f5ee756169b15b80d8645501462281150a9981e7b80eec7b453829b61610b352a349e2f0086f70421ef7eb38f1ac205e3eecc318fc14ee67eb90e94414d219 WHIRLPOOL 6d2f22bac6b7f695261db6878faaeb1fa08ae5924c5d9ce15362d2c7f5f2e60c372302c581f234c21dc7b183206b46aa85e71b877a53720b3b2ca6882a996206
20 DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
21
22 diff --git a/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
23 deleted file mode 100644
24 index fffc6e1..0000000
25 --- a/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
26 +++ /dev/null
27 @@ -1,50 +0,0 @@
28 -# Copyright 1999-2016 Gentoo Foundation
29 -# Distributed under the terms of the GNU General Public License v2
30 -# $Id$
31 -
32 -EAPI=5
33 -
34 -inherit texlive-common
35 -
36 -DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
37 -HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
38 -SRC_URI="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/Circuit_macros.tar.gz -> circuit_macros-${PV}.tar.gz"
39 -
40 -LICENSE="LPPL-1.3c"
41 -SLOT="0"
42 -KEYWORDS="~amd64 ~x86"
43 -IUSE="doc examples +script"
44 -
45 -DEPEND=""
46 -RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
47 - media-gfx/dpic
48 - sys-devel/m4
49 - script? ( app-text/texlive[graphics]
50 - dev-texlive/texlive-latexextra )"
51 -
52 -S="${WORKDIR}/Circuit_macros${PV}"
53 -
54 -src_install() {
55 - insinto /usr/share/${PN}
56 - doins *.m4
57 - insinto /usr/share/texmf-site/tex/latex/${PN}
58 - doins boxdims.sty
59 - dodoc README CHANGES Makefile doc/CMman.pdf
60 - rm -f doc/CMman.pdf
61 - use doc && dodoc -r doc
62 - use examples && dodoc -r examples
63 - use script && dobin "${FILESDIR}/cm2pdf"
64 - docompress -x \
65 - /usr/share/doc/${PF}/Makefile \
66 - /usr/share/doc/${PF}/doc \
67 - /usr/share/doc/${PF}/examples
68 -}
69 -
70 -pkg_postinst() {
71 - etexmf-update
72 - use script && einfo "cm2pdf was installed to automatically create PDFs. Run cm2pdf --help for usage help."
73 -}
74 -
75 -pkg_postrm() {
76 - etexmf-update
77 -}