summaryrefslogtreecommitdiff
path: root/dev-tex/dot2texi
diff options
context:
space:
mode:
Diffstat (limited to 'dev-tex/dot2texi')
-rw-r--r--dev-tex/dot2texi/Manifest3
-rw-r--r--dev-tex/dot2texi/dot2texi-3.0.ebuild40
-rw-r--r--dev-tex/dot2texi/metadata.xml13
3 files changed, 0 insertions, 56 deletions
diff --git a/dev-tex/dot2texi/Manifest b/dev-tex/dot2texi/Manifest
deleted file mode 100644
index dbcfae5de698..000000000000
--- a/dev-tex/dot2texi/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST dot2texi-3.0.zip 280478 BLAKE2B db664715f24a8e9f1bf4559feaf73fc935c7aa87682d8949cc665531641ae4f8c23a464171ef6f126a230fbb03a3f244e981b5da95c6afefaf7df071da0c03b8 SHA512 fa45a8545ac9b84553ab75cdaf82220efecbe83d24defc0194e93ba438f320d0a0198940e760525ae4da034bf1f8d105a512a470815d7d3495b23944af16fb9b
-EBUILD dot2texi-3.0.ebuild 963 BLAKE2B a4e79e8a72e4da8d2357eb7c85811b8d019a74a53f762ecdca6353fc30eca5b0942b2b6858dec55345460c1e4fd56c3d63e4c55b2fd95ebf4ec7684bf5be018d SHA512 d35f7f57b0815946bb53b80d580ad88fa35eeb858207bc51d94d6ad728c43b418d2e0a2669d0f06589e52b1b27f16fc09881ec49961c835c79fa8c491cb7b863
-MISC metadata.xml 421 BLAKE2B 8aca92cf5f4103b74f6debd3f67ad74d441c5622583990778a5782d7b37867bd48ae298bebad603348a163f4324d1a9aa29824a7a2ccfd3cb11c8882852a72bb SHA512 023c4408aaf8d948b77a2cd4b5604ca1b942f77750da313d9b879187f39de59c5c21c0b1d74636865661f1441a282aeebe6d090c9d86cdb0c8618705e9def2ad
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>