public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-tex/circuit_macros: circuit_macros-7.9.6.ebuild ChangeLog circuit_macros-7.9.1.ebuild circuit_macros-7.8.3.ebuild circuit_macros-7.8.4.ebuild circuit_macros-7.9.5.ebuild circuit_macros-7.9.2.ebuild
@ 2014-09-29 21:40 Denis Dupeyron (calchan)
  0 siblings, 0 replies; only message in thread
From: Denis Dupeyron (calchan) @ 2014-09-29 21:40 UTC (permalink / raw
  To: gentoo-commits

calchan     14/09/29 21:40:57

  Modified:             ChangeLog
  Added:                circuit_macros-7.9.6.ebuild
  Removed:              circuit_macros-7.9.1.ebuild
                        circuit_macros-7.8.3.ebuild
                        circuit_macros-7.8.4.ebuild
                        circuit_macros-7.9.5.ebuild
                        circuit_macros-7.9.2.ebuild
  Log:
  Version bump. Cleanup.
  
  (Portage version: 2.2.14_rc1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.14                 dev-tex/circuit_macros/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	28 Aug 2014 03:54:23 -0000	1.13
+++ ChangeLog	29 Sep 2014 21:40:57 -0000	1.14
@@ -1,6 +1,14 @@
 # ChangeLog for dev-tex/circuit_macros
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.13 2014/08/28 03:54:23 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.14 2014/09/29 21:40:57 calchan Exp $
+
+*circuit_macros-7.9.6 (29 Sep 2014)
+
+  29 Sep 2014; <calchan@gentoo.org> -circuit_macros-7.8.3.ebuild,
+  -circuit_macros-7.8.4.ebuild, -circuit_macros-7.9.1.ebuild,
+  -circuit_macros-7.9.2.ebuild, -circuit_macros-7.9.5.ebuild,
+  +circuit_macros-7.9.6.ebuild:
+  Version bump. Cleanup.
 
 *circuit_macros-7.9.5 (28 Aug 2014)
 



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

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

Index: circuit_macros-7.9.6.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/circuit_macros-7.9.6.ebuild,v 1.1 2014/09/29 21:40:57 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_compile() {
	:
}

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
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-29 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-29 21:40 [gentoo-commits] gentoo-x86 commit in dev-tex/circuit_macros: circuit_macros-7.9.6.ebuild ChangeLog circuit_macros-7.9.1.ebuild circuit_macros-7.8.3.ebuild circuit_macros-7.8.4.ebuild circuit_macros-7.9.5.ebuild circuit_macros-7.9.2.ebuild Denis Dupeyron (calchan)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox