* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2015-08-19 1:23 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2015-08-19 1:23 UTC (permalink / raw
To: gentoo-commits
commit: 39a891eab4f09ef35e60c16701a60cf9e05a2b60
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 19 01:22:53 2015 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Aug 19 01:22:53 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=39a891ea
dev-tex/circuit_macros: delete old ebuilds
Package-Manager: portage-2.2.20
dev-tex/circuit_macros/Manifest | 3 --
dev-tex/circuit_macros/circuit_macros-7.9.6.ebuild | 54 ----------------------
dev-tex/circuit_macros/circuit_macros-8.0.ebuild | 50 --------------------
dev-tex/circuit_macros/circuit_macros-8.02.ebuild | 50 --------------------
4 files changed, 157 deletions(-)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index b30b514..8e9a4fe 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1,4 +1 @@
-DIST circuit_macros-7.9.6.tar.gz 1693833 SHA256 b1fb52cad0952cdbbca2bbb6bbfa9fe880ab6e16592ed732669a120f47dae5f0 SHA512 302ff2e68e231cbdf94922e8e2960e43fc049d80961a646a308246080c401c1de18a72002969d31ca92f9a461c2ae0626993eb39aec28fc622aca4d5f6931efa WHIRLPOOL 6fa5d0170e75b262ac20cd3cd29ad6aeea325abc041fa1fcff7288963773ee893946c1863aa821024bb8406f7d0b60f049b30f9ad0201b17a84c09d18aab3805
-DIST circuit_macros-8.0.tar.gz 1742055 SHA256 6678ff194ba1181d73b69f78003753f0bb9816a801d7f44530293517b7852b73 SHA512 5b2b93c8f3092fe0785472d759ca05fba3b06795352f30e0cff71a72fcaecc66a6e2b49663522dc4816cdc88a4b00f6f8c76c19f3b08f5027dbcb492625d0daf WHIRLPOOL 3d1dfd05175cc529b8271fb0b86e11702ea44f3d00ae8fcaa2832f12c264633d9e374c64f6fac3de9dfe4d8cbc5e81e3df3152bb89780e08a65283b949a9872d
-DIST circuit_macros-8.02.tar.gz 1833829 SHA256 c025a72c24bd0c54edbb6debcaeded8e6c7a8aad30570b51d266fad3af064674 SHA512 1b20deb4c1dcc3d464c1318b39e87a932da3daa863aa01dbc8e5ca2d4a25e7b79fb4950a6dc2d413dc4202e1cdf1968497c3e737631858e0364b1b3c043e250b WHIRLPOOL d6f3d315532401e2cc11fc2f424ebc57a8fd8e2f40d4897dd8f5e54339744fdb77fb49aef556281cd1dd698c508ed7482fd524c8378b5d2ae9a133a8e78df747
DIST circuit_macros-8.04.tar.gz 1833571 SHA256 36a8be40f8751364c92de823b6e8a66dd864cb306d6b45db117dab95b9bc79cc SHA512 e52353e6a87fb76dc7b8452059a0bf26f23a7778c76b3e02000139807f5ed70071dffd75c40ee0afb6b99087b5b28e3d2af7fa5dd2e0740f8103b4203193fc74 WHIRLPOOL 3737abef0314122443a218134d879114660a84e9dc82a1fbc5d22e019e988a715d620a200dd998eaefe89f5d33e9fb9ae089bdd4edd2662d90c9575c8bf144d7
diff --git a/dev-tex/circuit_macros/circuit_macros-7.9.6.ebuild b/dev-tex/circuit_macros/circuit_macros-7.9.6.ebuild
deleted file mode 100644
index cda8f2a..0000000
--- a/dev-tex/circuit_macros/circuit_macros-7.9.6.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/dev-tex/circuit_macros/circuit_macros-8.0.ebuild b/dev-tex/circuit_macros/circuit_macros-8.0.ebuild
deleted file mode 100644
index 64e3480..0000000
--- a/dev-tex/circuit_macros/circuit_macros-8.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
diff --git a/dev-tex/circuit_macros/circuit_macros-8.02.ebuild b/dev-tex/circuit_macros/circuit_macros-8.02.ebuild
deleted file mode 100644
index 64e3480..0000000
--- a/dev-tex/circuit_macros/circuit_macros-8.02.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2015-12-09 17:32 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2015-12-09 17:32 UTC (permalink / raw
To: gentoo-commits
commit: 34c16f8d5d6b2911eeb52f76f51ddda76e164e8c
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 9 17:30:41 2015 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Dec 9 17:32:24 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34c16f8d
dev-tex/circuit_macros: bump to 8.3
Package-Manager: portage-2.2.26
dev-tex/circuit_macros/Manifest | 2 +-
.../{circuit_macros-8.04.ebuild => circuit_macros-8.3.ebuild} | 0
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index 8e9a4fe..f0eddb0 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1 +1 @@
-DIST circuit_macros-8.04.tar.gz 1833571 SHA256 36a8be40f8751364c92de823b6e8a66dd864cb306d6b45db117dab95b9bc79cc SHA512 e52353e6a87fb76dc7b8452059a0bf26f23a7778c76b3e02000139807f5ed70071dffd75c40ee0afb6b99087b5b28e3d2af7fa5dd2e0740f8103b4203193fc74 WHIRLPOOL 3737abef0314122443a218134d879114660a84e9dc82a1fbc5d22e019e988a715d620a200dd998eaefe89f5d33e9fb9ae089bdd4edd2662d90c9575c8bf144d7
+DIST circuit_macros-8.3.tar.gz 1897642 SHA256 c3b547a79204acb71cc32f59261963116afb6afd2614bb135bf1b5edf64b077c SHA512 d9407c54e5b87f5bd1cf43f92f4b65a2e59221f8a62d687918230f0ab6ffa47757436c1914e76872b7ac22b6547ab6c0efa54a0f05647ff435a4f2452a1c6029 WHIRLPOOL 7b50ed8cac220cfd1c071102ff54a1074ce2f737e7a61202b446202a613da2a9d94b19611174a9e979a8b09aa4f60246580b802efb6ba821307d8849f7306ad8
diff --git a/dev-tex/circuit_macros/circuit_macros-8.04.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.ebuild
similarity index 100%
rename from dev-tex/circuit_macros/circuit_macros-8.04.ebuild
rename to dev-tex/circuit_macros/circuit_macros-8.3.ebuild
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-02-01 20:49 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-02-01 20:49 UTC (permalink / raw
To: gentoo-commits
commit: 86f79432fa704461ba69aee100eb0996faffb0fc
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 1 20:47:29 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Mon Feb 1 20:49:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86f79432
dev-tex/circuit_macros: bump to 8.3.1
dev-tex/circuit_macros/Manifest | 1 +
dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index f0eddb0..2066da9 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1 +1,2 @@
+DIST circuit_macros-8.3.1.tar.gz 2021702 SHA256 3ea3a258c4222b981c541924a2f006079b6240a6500a7e5a76985be1ad4eb085 SHA512 b7f5ee756169b15b80d8645501462281150a9981e7b80eec7b453829b61610b352a349e2f0086f70421ef7eb38f1ac205e3eecc318fc14ee67eb90e94414d219 WHIRLPOOL 6d2f22bac6b7f695261db6878faaeb1fa08ae5924c5d9ce15362d2c7f5f2e60c372302c581f234c21dc7b183206b46aa85e71b877a53720b3b2ca6882a996206
DIST circuit_macros-8.3.tar.gz 1897642 SHA256 c3b547a79204acb71cc32f59261963116afb6afd2614bb135bf1b5edf64b077c SHA512 d9407c54e5b87f5bd1cf43f92f4b65a2e59221f8a62d687918230f0ab6ffa47757436c1914e76872b7ac22b6547ab6c0efa54a0f05647ff435a4f2452a1c6029 WHIRLPOOL 7b50ed8cac220cfd1c071102ff54a1074ce2f737e7a61202b446202a613da2a9d94b19611174a9e979a8b09aa4f60246580b802efb6ba821307d8849f7306ad8
diff --git a/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
new file mode 100644
index 0000000..fffc6e1
--- /dev/null
+++ b/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-03-01 6:19 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-03-01 6:19 UTC (permalink / raw
To: gentoo-commits
commit: ec5ccbfb887cb3476e9a9643a3d3d010c563fac0
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 1 06:18:44 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Tue Mar 1 06:18:44 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec5ccbfb
dev-tex/circuit_macros: bump to 8.3.2
dev-tex/circuit_macros/Manifest | 1 +
dev-tex/circuit_macros/circuit_macros-8.3.2.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index 2066da9..701690a 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1,2 +1,3 @@
DIST circuit_macros-8.3.1.tar.gz 2021702 SHA256 3ea3a258c4222b981c541924a2f006079b6240a6500a7e5a76985be1ad4eb085 SHA512 b7f5ee756169b15b80d8645501462281150a9981e7b80eec7b453829b61610b352a349e2f0086f70421ef7eb38f1ac205e3eecc318fc14ee67eb90e94414d219 WHIRLPOOL 6d2f22bac6b7f695261db6878faaeb1fa08ae5924c5d9ce15362d2c7f5f2e60c372302c581f234c21dc7b183206b46aa85e71b877a53720b3b2ca6882a996206
+DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
DIST circuit_macros-8.3.tar.gz 1897642 SHA256 c3b547a79204acb71cc32f59261963116afb6afd2614bb135bf1b5edf64b077c SHA512 d9407c54e5b87f5bd1cf43f92f4b65a2e59221f8a62d687918230f0ab6ffa47757436c1914e76872b7ac22b6547ab6c0efa54a0f05647ff435a4f2452a1c6029 WHIRLPOOL 7b50ed8cac220cfd1c071102ff54a1074ce2f737e7a61202b446202a613da2a9d94b19611174a9e979a8b09aa4f60246580b802efb6ba821307d8849f7306ad8
diff --git a/dev-tex/circuit_macros/circuit_macros-8.3.2.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.2.ebuild
new file mode 100644
index 0000000..fffc6e1
--- /dev/null
+++ b/dev-tex/circuit_macros/circuit_macros-8.3.2.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-03-02 4:50 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-03-02 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 5b19f9f7e5de5adc37f4d9e1794a72117c09457e
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 04:49:34 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 04:49:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b19f9f7
dev-tex/circuit_macros: remove 8.3
dev-tex/circuit_macros/Manifest | 1 -
dev-tex/circuit_macros/circuit_macros-8.3.ebuild | 50 ------------------------
2 files changed, 51 deletions(-)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index 701690a..d16774d 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1,3 +1,2 @@
DIST circuit_macros-8.3.1.tar.gz 2021702 SHA256 3ea3a258c4222b981c541924a2f006079b6240a6500a7e5a76985be1ad4eb085 SHA512 b7f5ee756169b15b80d8645501462281150a9981e7b80eec7b453829b61610b352a349e2f0086f70421ef7eb38f1ac205e3eecc318fc14ee67eb90e94414d219 WHIRLPOOL 6d2f22bac6b7f695261db6878faaeb1fa08ae5924c5d9ce15362d2c7f5f2e60c372302c581f234c21dc7b183206b46aa85e71b877a53720b3b2ca6882a996206
DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
-DIST circuit_macros-8.3.tar.gz 1897642 SHA256 c3b547a79204acb71cc32f59261963116afb6afd2614bb135bf1b5edf64b077c SHA512 d9407c54e5b87f5bd1cf43f92f4b65a2e59221f8a62d687918230f0ab6ffa47757436c1914e76872b7ac22b6547ab6c0efa54a0f05647ff435a4f2452a1c6029 WHIRLPOOL 7b50ed8cac220cfd1c071102ff54a1074ce2f737e7a61202b446202a613da2a9d94b19611174a9e979a8b09aa4f60246580b802efb6ba821307d8849f7306ad8
diff --git a/dev-tex/circuit_macros/circuit_macros-8.3.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.ebuild
deleted file mode 100644
index 64e3480..0000000
--- a/dev-tex/circuit_macros/circuit_macros-8.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-03-02 4:50 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-03-02 4:50 UTC (permalink / raw
To: gentoo-commits
commit: 5266f6e34fa11fd3d191b2bf1c1f18679c9b01b6
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 2 04:50:22 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Wed Mar 2 04:50:22 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5266f6e3
dev-tex/circuit_macros: remove 8.3.1
dev-tex/circuit_macros/Manifest | 1 -
dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild | 50 ----------------------
2 files changed, 51 deletions(-)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index d16774d..7a7fa07 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1,2 +1 @@
-DIST circuit_macros-8.3.1.tar.gz 2021702 SHA256 3ea3a258c4222b981c541924a2f006079b6240a6500a7e5a76985be1ad4eb085 SHA512 b7f5ee756169b15b80d8645501462281150a9981e7b80eec7b453829b61610b352a349e2f0086f70421ef7eb38f1ac205e3eecc318fc14ee67eb90e94414d219 WHIRLPOOL 6d2f22bac6b7f695261db6878faaeb1fa08ae5924c5d9ce15362d2c7f5f2e60c372302c581f234c21dc7b183206b46aa85e71b877a53720b3b2ca6882a996206
DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
diff --git a/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild b/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
deleted file mode 100644
index fffc6e1..0000000
--- a/dev-tex/circuit_macros/circuit_macros-8.3.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-05-19 18:24 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-05-19 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 7fd66aaa2abc36c84ec890a9d83f39be62a08c2a
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Thu May 19 18:23:30 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Thu May 19 18:24:03 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fd66aaa
dev-tex/circuit_macros: bump to 8.4
dev-tex/circuit_macros/Manifest | 1 +
dev-tex/circuit_macros/circuit_macros-8.4.ebuild | 50 ++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index 7a7fa07..044f945 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1 +1,2 @@
DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
+DIST circuit_macros-8.4.tar.gz 2051691 SHA256 6cb7509ef34b95ea31e34a665b97902ac57a87a7069c365988ca668d6fbf86c1 SHA512 70f5d451a69effaad529749940a4b647eaf326808d70b03d209f2a6e5e436f35713e9f11da1179b0651a0eb7ec8f0a6852a3d6618e34e684f6fdc134a4bd0f60 WHIRLPOOL 94286442c8b43626f10c9983bb1dab2495d4d497829bd6c13519294d4f9db4319616a92c4f3f0645a57c00f7ab0d4eea3335e991cdd8b9cf029e94e56f9acd32
diff --git a/dev-tex/circuit_macros/circuit_macros-8.4.ebuild b/dev-tex/circuit_macros/circuit_macros-8.4.ebuild
new file mode 100644
index 0000000..a4619f9
--- /dev/null
+++ b/dev-tex/circuit_macros/circuit_macros-8.4.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2016-07-21 16:54 Denis Dupeyron
0 siblings, 0 replies; 9+ messages in thread
From: Denis Dupeyron @ 2016-07-21 16:54 UTC (permalink / raw
To: gentoo-commits
commit: 30c9ae5322cb8c0863055770c7c417021c2efbb8
Author: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 20 18:34:49 2016 +0000
Commit: Denis Dupeyron <calchan <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 16:54:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30c9ae53
dev-tex/circuit_macros: bump to 8.4.1
Package-Manager: portage-2.3.0
dev-tex/circuit_macros/Manifest | 1 +
dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild | 50 ++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-tex/circuit_macros/Manifest b/dev-tex/circuit_macros/Manifest
index 044f945..3e65066 100644
--- a/dev-tex/circuit_macros/Manifest
+++ b/dev-tex/circuit_macros/Manifest
@@ -1,2 +1,3 @@
DIST circuit_macros-8.3.2.tar.gz 2047086 SHA256 006723c6ebc06120c90b5c4a9b77cea318172121923207575eeb5c6b1925d32d SHA512 bfc43496985b9b2a09a5adbf5c2e5dbd09109a75d3d684858746885fd571da17f4d8209bd9a3b084b155d6a36269fea2d9f750a05c262f1c0d07b969b3233204 WHIRLPOOL be295b4c8c41236632a32f6ce8990c93fab490c9977d246ac0bfcd54868bfad4a21cb9d135b4d2100405c6200f8d09ee4c0e68e920aa9a0330c20c8a95c40351
+DIST circuit_macros-8.4.1.tar.gz 2060119 SHA256 a30b929982612aaa285965e726305248380c74ab28667730412b0f0f30158179 SHA512 af81f20203bc153ded017f56096181cc51fbaeba3063a2a003fcebc4210449fb1f3c044691fad5c6020334e46b9dbbdf9ec07b15af912f94ab669ea02543cbc2 WHIRLPOOL 19bbd94f33b51bf74151b3cf275953e73ededead3eb437e209d46c73f37288167dddf741b5cd31c3cd99a7c22dae8bd6ad1796c51bd5e2559b98102bb9ea2aa5
DIST circuit_macros-8.4.tar.gz 2051691 SHA256 6cb7509ef34b95ea31e34a665b97902ac57a87a7069c365988ca668d6fbf86c1 SHA512 70f5d451a69effaad529749940a4b647eaf326808d70b03d209f2a6e5e436f35713e9f11da1179b0651a0eb7ec8f0a6852a3d6618e34e684f6fdc134a4bd0f60 WHIRLPOOL 94286442c8b43626f10c9983bb1dab2495d4d497829bd6c13519294d4f9db4319616a92c4f3f0645a57c00f7ab0d4eea3335e991cdd8b9cf029e94e56f9acd32
diff --git a/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild b/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild
new file mode 100644
index 0000000..a4619f9
--- /dev/null
+++ b/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+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
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/
@ 2019-11-04 17:22 Mikle Kolyada
0 siblings, 0 replies; 9+ messages in thread
From: Mikle Kolyada @ 2019-11-04 17:22 UTC (permalink / raw
To: gentoo-commits
commit: d4e3aaedc9cacf6ca80f04b8d3745037952486fd
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 17:21:54 2019 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 17:21:54 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4e3aaed
dev-tex/circuit_macros: port to EAPI=7
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild | 4 ++--
dev-tex/circuit_macros/circuit_macros-8.4.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild b/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild
index 3a8b196279b..d7b0558b81b 100644
--- a/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild
+++ b/dev-tex/circuit_macros/circuit_macros-8.4.1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit texlive-common
diff --git a/dev-tex/circuit_macros/circuit_macros-8.4.ebuild b/dev-tex/circuit_macros/circuit_macros-8.4.ebuild
index 3a8b196279b..d7b0558b81b 100644
--- a/dev-tex/circuit_macros/circuit_macros-8.4.ebuild
+++ b/dev-tex/circuit_macros/circuit_macros-8.4.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit texlive-common
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2019-11-04 17:22 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-04 17:22 [gentoo-commits] repo/gentoo:master commit in: dev-tex/circuit_macros/ Mikle Kolyada
-- strict thread matches above, loose matches on Subject: below --
2016-07-21 16:54 Denis Dupeyron
2016-05-19 18:24 Denis Dupeyron
2016-03-02 4:50 Denis Dupeyron
2016-03-02 4:50 Denis Dupeyron
2016-03-01 6:19 Denis Dupeyron
2016-02-01 20:49 Denis Dupeyron
2015-12-09 17:32 Denis Dupeyron
2015-08-19 1:23 Denis Dupeyron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox