summaryrefslogtreecommitdiff
path: root/dev-tex/quotchap
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-08-02 19:14:55 +0100
commitb24bd25253fe093f722ab576d29fdc41d04cb1ee (patch)
tree0fcf2afd9f852c4d4c291cf8afaa2c244d598105 /dev-tex/quotchap
parent121ed4eec41fbf03e1998d09eede1bf449da63b9 (diff)
gentoo resync : 02.08.2019
Diffstat (limited to 'dev-tex/quotchap')
-rw-r--r--dev-tex/quotchap/Manifest3
-rw-r--r--dev-tex/quotchap/metadata.xml8
-rw-r--r--dev-tex/quotchap/quotchap-0.9f.ebuild27
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-tex/quotchap/Manifest b/dev-tex/quotchap/Manifest
deleted file mode 100644
index dab0d42ea82c..000000000000
--- a/dev-tex/quotchap/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST quotchap-0.9f.zip 276748 BLAKE2B 4b5a13b1ddc83fd5c08e7835840d7e132bd5b84e96f261f9c7e44c69b02cba7865d69f3b5c7a977161d239c4186f1ff43ead4b31417eb2486ec286a9ca0688b4 SHA512 4dc999ac61633d37afd4db699084edbebfb633dc23823c8c90b7477470281a158db1197231d8aedf82b5e75d697aae80b8026be13c5d49490d0b8f171874a6fe
-EBUILD quotchap-0.9f.ebuild 660 BLAKE2B c2809416ff9e0917e6cbc83cafc9730731f61eae98cc607a10db1f790ab532fc0e99c02bcbe26165caaead12853538fc37679fc5c1496f0b478f96fe63e52e6b SHA512 8d2d86c9dbb22cf5eb548e60f538d8db96654439d33ae02f4622e9c6a30a584a7c51c5c382a1aa4dbbb1c7335bf0c62f1976358f85fe875489fce70cf88cb7eb
-MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690
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
-}