From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C50A7138CCF for ; Thu, 14 May 2015 17:13:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 69763E08C5; Thu, 14 May 2015 17:13:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 07713E08C5 for ; Thu, 14 May 2015 17:13:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id F0AF0340E1B for ; Thu, 14 May 2015 17:13:23 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2110) id 00FE79E9; Thu, 14 May 2015 17:13:19 +0000 (UTC) From: "Denis Dupeyron (calchan)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, calchan@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-tex/circuit_macros: ChangeLog circuit_macros-8.04.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog circuit_macros-8.04.ebuild X-VCS-Directories: dev-tex/circuit_macros X-VCS-Committer: calchan X-VCS-Committer-Name: Denis Dupeyron Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20150514171320.00FE79E9@oystercatcher.gentoo.org> Date: Thu, 14 May 2015 17:13:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 866a2861-09c1-4286-bc7d-d74d5d9c397f X-Archives-Hash: 687d8a17538649f5aeef0bbba9cf8eb8 calchan 15/05/14 17:13:19 Modified: ChangeLog Added: circuit_macros-8.04.ebuild Log: Version bump. (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit) Revision Changes Path 1.17 dev-tex/circuit_macros/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 13 Apr 2015 21:24:08 -0000 1.16 +++ ChangeLog 14 May 2015 17:13:19 -0000 1.17 @@ -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.16 2015/04/13 21:24:08 calchan Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.17 2015/05/14 17:13:19 calchan Exp $ + +*circuit_macros-8.04 (14 May 2015) + + 14 May 2015; Denis Dupeyron +circuit_macros-8.04.ebuild: + Version bump. *circuit_macros-8.02 (13 Apr 2015) 1.1 dev-tex/circuit_macros/circuit_macros-8.04.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-8.04.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-tex/circuit_macros/circuit_macros-8.04.ebuild?rev=1.1&content-type=text/plain Index: circuit_macros-8.04.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.04.ebuild,v 1.1 2015/05/14 17:13:19 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 }