diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-08-25 10:45:55 +0100 |
commit | 3cf7c3ef441822c889356fd1812ebf2944a59851 (patch) | |
tree | c513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-tex/leaflet | |
parent | 05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff) |
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-tex/leaflet')
-rw-r--r-- | dev-tex/leaflet/Manifest | 4 | ||||
-rw-r--r-- | dev-tex/leaflet/files/leaflet-20041222-logging.patch | 14 | ||||
-rw-r--r-- | dev-tex/leaflet/leaflet-20041222.ebuild | 29 | ||||
-rw-r--r-- | dev-tex/leaflet/metadata.xml | 8 |
4 files changed, 0 insertions, 55 deletions
diff --git a/dev-tex/leaflet/Manifest b/dev-tex/leaflet/Manifest deleted file mode 100644 index 08399774b828..000000000000 --- a/dev-tex/leaflet/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX leaflet-20041222-logging.patch 384 BLAKE2B 923d6b9eed3a0ea7c79af32b0f7315c638d9b1aed4577a195c79e68b6e38a106d77a5d54a258b196f11ff378bf3672a0fc6b6ef9dac9288a60862695deb6802b SHA512 d73d5d098ca44be4aadd015e8815990cefda35078964fe705709c1f3d68d564b58e332e13285fb715496d18c3f089e2cdcddbe29fa36432757aa21e02393bf11 -DIST leaflet-20041222.zip 244748 BLAKE2B d80de5f1ea53a5b7bf5c7047a47779ed9135ecfa7e68b4b7e39c09a022d524ce276a40e28ab492f81974a4dbc97e946cf4b8a8903e63462264266a230b7f1f52 SHA512 1fc94a88dea5400ee014167d43aaccc9f393a36759d7a50b7fb72f4a2f060fda7ea170fb51c5034355fbe46ab55e117fe252b60df8c212a8918ddd699096b67c -EBUILD leaflet-20041222.ebuild 754 BLAKE2B 0a7a24fd9523d18fc22c33a571c3433ce3988549bc70fa1060f6b8328a1c3e93bbc5e1ca3b4ae92be5290ae2f01795c98b7da0f41af84a25f95f2ba555f06e68 SHA512 65368b56d2c01f1395addfdb6246c3afc433d8b0c25d8fc14e59716e85fba64f2870a056183e438e559f29ef87f0fb7af51a6369164e588299164776ccdfbdd1 -MISC metadata.xml 245 BLAKE2B ee3a163cfe0a4bc59c0dfb46f9ddb580e2d259b4d0e33cb4e684eb9e6d4b901bf97c6edd891f3b75a613a782f1b89318d0ee3ec9bee4e34c4441d9e8f4267678 SHA512 1653777623e2c15e1ce13229e396723b2cc9c214983e0f8592de98c01a31badc6c38c6735ed44f937d145883b43fb6f049af3eddb9ff96b18c96ccf8f67dd690 diff --git a/dev-tex/leaflet/files/leaflet-20041222-logging.patch b/dev-tex/leaflet/files/leaflet-20041222-logging.patch deleted file mode 100644 index daf19d80f766..000000000000 --- a/dev-tex/leaflet/files/leaflet-20041222-logging.patch +++ /dev/null @@ -1,14 +0,0 @@ -\loggingall confuses texi2dvi and it starts an endless loop... - -Index: leaflet/leaflet.dtx -=================================================================== ---- leaflet.orig/leaflet.dtx -+++ leaflet/leaflet.dtx -@@ -1318,7 +1318,6 @@ this document class. - CTAN: \url{macros/latex/contrib/ms/everyshi.dtx} - \end{thebibliography} - --\loggingall - \end{document} - %</manual> - \endinput diff --git a/dev-tex/leaflet/leaflet-20041222.ebuild b/dev-tex/leaflet/leaflet-20041222.ebuild deleted file mode 100644 index 3be55e2dc1bd..000000000000 --- a/dev-tex/leaflet/leaflet-20041222.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit latex-package - -DESCRIPTION="LaTeX package used to create leaflet-type brochures" -HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/leaflet/" -SRC_URI="mirror://gentoo/${P}.zip" -# checksum from official ftp site changes frequently so we mirror it - -KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos" - -LICENSE="LPPL-1.3" -SLOT="0" -IUSE="" - -RDEPEND="dev-texlive/texlive-fontsrecommended" -DEPEND="${RDEPEND} - app-arch/unzip -" - -DOCS=( "README" ) -PATCHES=( "${FILESDIR}/${P}-logging.patch" ) - -TEXMF="/usr/share/texmf-site" - -S=${WORKDIR}/leaflet diff --git a/dev-tex/leaflet/metadata.xml b/dev-tex/leaflet/metadata.xml deleted file mode 100644 index 13170c3184d8..000000000000 --- a/dev-tex/leaflet/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> |