summaryrefslogtreecommitdiff
path: root/dev-tex/envlab
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-08-25 10:45:55 +0100
commit3cf7c3ef441822c889356fd1812ebf2944a59851 (patch)
treec513fe68548b40365c1c2ebfe35c58ad431cdd77 /dev-tex/envlab
parent05b8b0e0af1d72e51a3ee61522941bf7605cd01c (diff)
gentoo resync : 25.08.2020
Diffstat (limited to 'dev-tex/envlab')
-rw-r--r--dev-tex/envlab/Manifest3
-rw-r--r--dev-tex/envlab/envlab-1.2-r1.ebuild43
-rw-r--r--dev-tex/envlab/metadata.xml11
3 files changed, 0 insertions, 57 deletions
diff --git a/dev-tex/envlab/Manifest b/dev-tex/envlab/Manifest
deleted file mode 100644
index 9b5d827c6df1..000000000000
--- a/dev-tex/envlab/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST envlab-1.2.tar.gz 29184 BLAKE2B 1efa0060dba4422d59129f62fda0021d878388f97fa3a7596a67c3ebd00308f15b5caa12693387f9e2d3486a5c3348aff22aed27a8a5b2b9c7a3c35b94a88542 SHA512 9182becf89c57245b2f13546096bdaf446c63517b09ca0052bd0e08ef858418c0323c286bdfcdeacb521f1576191da1fd74e25bfc5a22be704c5fafbab15a037
-EBUILD envlab-1.2-r1.ebuild 1025 BLAKE2B db15faaf36395284a8bd0a7fa7b13c8cfc1941c6ec2c8dbea1b3da9065a3c8a21dd801a9c0a9249564527e9c4cb3b3f0a0e018113fdf2a68c8bec6840f9e9c3c SHA512 4b0a6cd34eb576f091af64343894d418734b37517d15984cbd87a47bc89c970b757ef7cb18c72cf5e649d443dc98b37232b064ccc707c6c7a348b908c3122af8
-MISC metadata.xml 311 BLAKE2B 4d5a3637e02994b6a72a444e92b1151916364de3d9e1e21060abc5c2c4013759a459870bbb016c4efcc11d55a7a703db6195ac999dff4ae369f49d245937483e SHA512 d37789b8b6c21c4fd7290acb85fd250bb6c5adc6fb6bf522fc3b35711df1fd4d3881b32c72bbd5f412a0c9473cacf3c389cee13933e9dc5bc70df28623f58768
diff --git a/dev-tex/envlab/envlab-1.2-r1.ebuild b/dev-tex/envlab/envlab-1.2-r1.ebuild
deleted file mode 100644
index fa420a1fa2d6..000000000000
--- a/dev-tex/envlab/envlab-1.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit latex-package
-
-DESCRIPTION="A LaTeX module to format envelopes"
-HOMEPAGE="https://ctan.org/pkg/envlab"
-# downloaded from:
-# ftp://ftp.ctan.org/pub/tex-archive/macros/latex/contrib/${PN}.tar.gz
-SRC_URI="mirror://gentoo/${P}.tar.gz"
-KEYWORDS="~alpha amd64 arm ~arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-
-LICENSE="LPPL-1.2"
-SLOT="0"
-IUSE=""
-
-DEPEND=""
-
-TEXMF=/usr/share/texmf-site
-
-S="${WORKDIR}/${PN}"
-
-src_compile() {
- export VARTEXFONTS="${T}/fonts"
- ebegin "Compiling ${PN}"
- latex envlab.ins || die "compiling #1 failed"
- pdflatex elguide.tex || die "compiling #2 failed"
- pdflatex elguide.tex || die "compiling #2 failed"
- pdflatex envlab.drv || die "compiling #3 failed"
- pdflatex envlab.drv || die "compiling #3 failed"
- eend
-}
-
-src_install() {
- latex-package_src_install
-
- insinto ${TEXMF}/tex/latex/${PN}
- doins *.cfg
-
- dodoc readme.v12
-}
diff --git a/dev-tex/envlab/metadata.xml b/dev-tex/envlab/metadata.xml
deleted file mode 100644
index b53353f0de2f..000000000000
--- a/dev-tex/envlab/metadata.xml
+++ /dev/null
@@ -1,11 +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>
-<upstream>
- <remote-id type="ctan">envlab</remote-id>
-</upstream>
-</pkgmetadata>