calchan     15/04/13 21:24:08

  Modified:             ChangeLog
  Added:                circuit_macros-8.02.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.16                 dev-tex/circuit_macros/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog   15 Jan 2015 16:16:46 -0000      1.15
+++ ChangeLog   13 Apr 2015 21:24:08 -0000      1.16
@@ -1,6 +1,11 @@
 # ChangeLog for dev-tex/circuit_macros
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.15 
2015/01/15 16:16:46 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.16 
2015/04/13 21:24:08 calchan Exp $
+
+*circuit_macros-8.02 (13 Apr 2015)
+
+  13 Apr 2015; Denis Dupeyron <[email protected]> +circuit_macros-8.02.ebuild:
+  Version bump.
 
 *circuit_macros-8.0 (15 Jan 2015)
 



1.1                  dev-tex/circuit_macros/circuit_macros-8.02.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-8.02.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-8.02.ebuild?rev=1.1&content-type=text/plain

Index: circuit_macros-8.02.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: 
/var/cvsroot/gentoo-x86/dev-tex/circuit_macros/circuit_macros-8.02.ebuild,v 1.1 
2015/04/13 21:24:08 calchan Exp $

EAPI=5

inherit texlive-common

DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/";
SRC_URI="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/Circuit_macros.tar.gz
 -> circuit_macros-${PV}.tar.gz"

LICENSE="LPPL-1.3c"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc examples +script"

DEPEND=""
RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
        media-gfx/dpic
        sys-devel/m4
        script? ( app-text/texlive[graphics]
                dev-texlive/texlive-latexextra )"

S="${WORKDIR}/Circuit_macros${PV}"

src_install() {
        insinto /usr/share/${PN}
        doins *.m4
        insinto /usr/share/texmf-site/tex/latex/${PN}
        doins boxdims.sty
        dodoc README CHANGES Makefile doc/CMman.pdf
        rm -f doc/CMman.pdf
        use doc && dodoc -r doc
        use examples && dodoc -r examples
        use script && dobin "${FILESDIR}/cm2pdf"
        docompress -x \
                /usr/share/doc/${PF}/Makefile \
                /usr/share/doc/${PF}/doc \
                /usr/share/doc/${PF}/examples
}

pkg_postinst() {
        etexmf-update
        use script && einfo "cm2pdf was installed to automatically create PDFs. 
Run cm2pdf --help for usage help."
}

pkg_postrm() {
        etexmf-update
}




Reply via email to