summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2020-07-19 14:40:33 +0200
committerUlrich Müller <ulm@gentoo.org>2020-07-24 12:53:46 +0200
commit18e9276dab5e8200a68b87ae4af5c4e2d467b919 (patch)
treef7cbd0a36a44c131d560f1e30f06d6fb6cc23244 /dev-tex/dot2texi
parentdev-java/netty-tcnative: bump to 2.0.31 (diff)
downloadgentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.tar.gz
gentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.tar.bz2
gentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.zip
dev-tex/*: Remove obsolete packages.
Remove packages cdcover, circuit_macros, currvita, curve, dot2texi, ellipsis, envlab, europecv, feynmf, flabels, floatflt, g-brief, harvard, lazylist, leaflet, newlfm, polytable, rcsinfo, svninfo, texpower, tipa, and translator. These are all included with TeX Live. Bug: https://bugs.gentoo.org/708870 Bug: https://bugs.gentoo.org/709310 Bug: https://bugs.gentoo.org/719304 Bug: https://bugs.gentoo.org/728904 Bug: https://bugs.gentoo.org/729394 Bug: https://bugs.gentoo.org/729470 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-tex/dot2texi')
-rw-r--r--dev-tex/dot2texi/Manifest1
-rw-r--r--dev-tex/dot2texi/dot2texi-3.0.ebuild40
-rw-r--r--dev-tex/dot2texi/metadata.xml13
3 files changed, 0 insertions, 54 deletions
diff --git a/dev-tex/dot2texi/Manifest b/dev-tex/dot2texi/Manifest
deleted file mode 100644
index 17073d0f35bb..000000000000
--- a/dev-tex/dot2texi/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST dot2texi-3.0.zip 280478 BLAKE2B db664715f24a8e9f1bf4559feaf73fc935c7aa87682d8949cc665531641ae4f8c23a464171ef6f126a230fbb03a3f244e981b5da95c6afefaf7df071da0c03b8 SHA512 fa45a8545ac9b84553ab75cdaf82220efecbe83d24defc0194e93ba438f320d0a0198940e760525ae4da034bf1f8d105a512a470815d7d3495b23944af16fb9b
diff --git a/dev-tex/dot2texi/dot2texi-3.0.ebuild b/dev-tex/dot2texi/dot2texi-3.0.ebuild
deleted file mode 100644
index 13247370744c..000000000000
--- a/dev-tex/dot2texi/dot2texi-3.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="Create graphs within LaTeX using the dot2tex tool"
-HOMEPAGE="https://www.ctan.org/pkg/dot2texi"
-# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/dot2texi.zip
-SRC_URI="mirror://gentoo/${P}.zip"
-
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE="pgf pstricks examples"
-
-DEPEND="app-arch/unzip"
-RDEPEND="pstricks? ( dev-texlive/texlive-pstricks )
- pgf? ( dev-tex/pgf )
- dev-texlive/texlive-latexrecommended
- dev-texlive/texlive-latexextra
- >=dev-tex/dot2tex-2.7.0"
-
-TEXMF="/usr/share/texmf-site"
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- latex-package_src_doinstall sty pdf
-
- dodoc README
- dodoc ${PN}.tex
-
- if use examples; then
- docinto examples
- dodoc examples/*
- fi
-}
diff --git a/dev-tex/dot2texi/metadata.xml b/dev-tex/dot2texi/metadata.xml
deleted file mode 100644
index 7ef02de1d879..000000000000
--- a/dev-tex/dot2texi/metadata.xml
+++ /dev/null
@@ -1,13 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>tex@gentoo.org</email>
- <name>Gentoo TeX Project</name>
-</maintainer>
-<use>
- <flag name="pgf">Enable support for <pkg>dev-tex/pgf</pkg> (The TeX Portable
- Graphic Format)</flag>
- <flag name="pstricks">Enable pstricks support</flag>
-</use>
-</pkgmetadata>