summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Dupeyron <calchan@gentoo.org>2014-01-10 18:01:02 +0000
committerDenis Dupeyron <calchan@gentoo.org>2014-01-10 18:01:02 +0000
commit2836a482c8e7ca6acd2255bb4eb009a317919c49 (patch)
tree207a241407f1be4a76cf33a050431597ced88814 /dev-tex
parentVersion bump of pysnmp to latest stable 4.2.5 (diff)
downloadgentoo-2-2836a482c8e7ca6acd2255bb4eb009a317919c49.tar.gz
gentoo-2-2836a482c8e7ca6acd2255bb4eb009a317919c49.tar.bz2
gentoo-2-2836a482c8e7ca6acd2255bb4eb009a317919c49.zip
Version bump. Switched to using the tarball on the author's page instead of zip.
(Portage version: 2.2.8/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/circuit_macros/ChangeLog12
-rw-r--r--dev-tex/circuit_macros/circuit_macros-7.7.1.ebuild54
-rw-r--r--dev-tex/circuit_macros/circuit_macros-7.7.2.ebuild (renamed from dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild)10
3 files changed, 15 insertions, 61 deletions
diff --git a/dev-tex/circuit_macros/ChangeLog b/dev-tex/circuit_macros/ChangeLog
index f921e44f0601..da3d4b082dc3 100644
--- a/dev-tex/circuit_macros/ChangeLog
+++ b/dev-tex/circuit_macros/ChangeLog
@@ -1,6 +1,14 @@
# ChangeLog for dev-tex/circuit_macros
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.6 2013/11/19 16:34:00 calchan Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/ChangeLog,v 1.7 2014/01/10 18:01:02 calchan Exp $
+
+*circuit_macros-7.7.2 (10 Jan 2014)
+
+ 10 Jan 2014; Denis Dupeyron <calchan@gentoo.org>
+ -circuit_macros-7.7-r1.ebuild, -circuit_macros-7.7.1.ebuild,
+ +circuit_macros-7.7.2.ebuild:
+ Version bump. Switched to using the tarball on the author's page instead of
+ zip.
*circuit_macros-7.7.1 (19 Nov 2013)
diff --git a/dev-tex/circuit_macros/circuit_macros-7.7.1.ebuild b/dev-tex/circuit_macros/circuit_macros-7.7.1.ebuild
deleted file mode 100644
index 12ea05a39cea..000000000000
--- a/dev-tex/circuit_macros/circuit_macros-7.7.1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2013 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.7.1.ebuild,v 1.1 2013/11/19 16:34:00 calchan Exp $
-
-EAPI=5
-
-inherit unpacker texlive-common
-
-DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
-HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
-SRC_URI="http://mirrors.ctan.org/graphics/circuit_macros.zip -> circuit_macros-${PV}.zip"
-
-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}/${PN}"
-
-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
-}
diff --git a/dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild b/dev-tex/circuit_macros/circuit_macros-7.7.2.ebuild
index c49863e073f8..850bb83b6236 100644
--- a/dev-tex/circuit_macros/circuit_macros-7.7-r1.ebuild
+++ b/dev-tex/circuit_macros/circuit_macros-7.7.2.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2013 Gentoo Foundation
+# 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.7-r1.ebuild,v 1.1 2013/11/04 19:33:20 calchan Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/circuit_macros/circuit_macros-7.7.2.ebuild,v 1.1 2014/01/10 18:01:02 calchan Exp $
EAPI=5
-inherit unpacker texlive-common
+inherit texlive-common
DESCRIPTION="M4 Macros for Electric circuit diagrams in TeX or LaTeX"
HOMEPAGE="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/"
-SRC_URI="http://mirrors.ctan.org/graphics/circuit_macros.zip -> circuit_macros-${PV}.zip"
+SRC_URI="https://ece.uwaterloo.ca/~aplevich/Circuit_macros/Circuit_macros.tar.gz -> circuit_macros-${PV}.tar.gz"
LICENSE="LPPL-1.3c"
SLOT="0"
@@ -22,7 +22,7 @@ RDEPEND="|| ( app-text/texlive[graphics] app-text/texlive[pstricks] )
script? ( app-text/texlive[graphics]
dev-texlive/texlive-latexextra )"
-S="${WORKDIR}/${PN}"
+S="${WORKDIR}/Circuit_macros${PV}"
src_compile() {
: