diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 13:03:10 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2019-07-22 13:03:41 +0300 |
commit | aa158c164e30714d085f862c0381f1d543ce0dd3 (patch) | |
tree | 465c8d6b76b6cb8ea34c2fb6c72a83a46adbc02b /dev-tex | |
parent | python-any-r1.eclass: Declare PYTHON_REQUIRED_USE to catch errors (diff) | |
download | gentoo-aa158c164e30714d085f862c0381f1d543ce0dd3.tar.gz gentoo-aa158c164e30714d085f862c0381f1d543ce0dd3.tar.bz2 gentoo-aa158c164e30714d085f862c0381f1d543ce0dd3.zip |
dev-tex/quotchap: remove last rited package
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'dev-tex')
-rw-r--r-- | dev-tex/quotchap/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/quotchap/metadata.xml | 8 | ||||
-rw-r--r-- | dev-tex/quotchap/quotchap-0.9f.ebuild | 27 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-tex/quotchap/Manifest b/dev-tex/quotchap/Manifest deleted file mode 100644 index 0e74f96b8fc6..000000000000 --- a/dev-tex/quotchap/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST quotchap-0.9f.zip 276748 BLAKE2B 4b5a13b1ddc83fd5c08e7835840d7e132bd5b84e96f261f9c7e44c69b02cba7865d69f3b5c7a977161d239c4186f1ff43ead4b31417eb2486ec286a9ca0688b4 SHA512 4dc999ac61633d37afd4db699084edbebfb633dc23823c8c90b7477470281a158db1197231d8aedf82b5e75d697aae80b8026be13c5d49490d0b8f171874a6fe diff --git a/dev-tex/quotchap/metadata.xml b/dev-tex/quotchap/metadata.xml deleted file mode 100644 index 13170c3184d8..000000000000 --- a/dev-tex/quotchap/metadata.xml +++ /dev/null @@ -1,8 +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> -</pkgmetadata> diff --git a/dev-tex/quotchap/quotchap-0.9f.ebuild b/dev-tex/quotchap/quotchap-0.9f.ebuild deleted file mode 100644 index 672b33ae5c90..000000000000 --- a/dev-tex/quotchap/quotchap-0.9f.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit latex-package - -S=${WORKDIR}/quotchap - -DESCRIPTION="LaTeX package used to add quotes to chapters" -# Taken from http://theory.uwinnipeg.ca/scripts/CTAN/macros/latex/contrib/quotchap.zip -SRC_URI="mirror://gentoo/${P}.zip" -HOMEPAGE="ftp://ftp.dante.de/tex-archive/help/Catalogue/entries/quotchap.html" -LICENSE="LPPL-1.2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND="app-arch/unzip" -RDEPEND="" - -src_install () { - export VARTEXFONTS="${T}/fonts" - latex-package_src_doinstall all - cd "${S}" - dodoc 00readme.txt document.pdf document.tex -} |