diff options
author | Ulrich Müller <ulm@gentoo.org> | 2020-07-19 14:40:33 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2020-07-24 12:53:46 +0200 |
commit | 18e9276dab5e8200a68b87ae4af5c4e2d467b919 (patch) | |
tree | f7cbd0a36a44c131d560f1e30f06d6fb6cc23244 /dev-tex/rcsinfo | |
parent | dev-java/netty-tcnative: bump to 2.0.31 (diff) | |
download | gentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.tar.gz gentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.tar.bz2 gentoo-18e9276dab5e8200a68b87ae4af5c4e2d467b919.zip |
dev-tex/*: Remove obsolete packages.
Remove packages cdcover, circuit_macros, currvita, curve, dot2texi,
ellipsis, envlab, europecv, feynmf, flabels, floatflt, g-brief,
harvard, lazylist, leaflet, newlfm, polytable, rcsinfo, svninfo,
texpower, tipa, and translator. These are all included with TeX Live.
Bug: https://bugs.gentoo.org/708870
Bug: https://bugs.gentoo.org/709310
Bug: https://bugs.gentoo.org/719304
Bug: https://bugs.gentoo.org/728904
Bug: https://bugs.gentoo.org/729394
Bug: https://bugs.gentoo.org/729470
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'dev-tex/rcsinfo')
-rw-r--r-- | dev-tex/rcsinfo/Manifest | 1 | ||||
-rw-r--r-- | dev-tex/rcsinfo/metadata.xml | 8 | ||||
-rw-r--r-- | dev-tex/rcsinfo/rcsinfo-1.11.ebuild | 27 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-tex/rcsinfo/Manifest b/dev-tex/rcsinfo/Manifest deleted file mode 100644 index 1d57a35e6d82..000000000000 --- a/dev-tex/rcsinfo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST rcsinfo-1.11.zip 168947 BLAKE2B 4b947a5175205f5b62f18f557a101b2a64a210fd061198d8738cc5082ae218bda58756bb8fc70cd69213bdbc849e7a27d40e16fa743d9fdbe7b7e056161e0c59 SHA512 122faff4690e35de6b475c6157c791a968ce4307f5f9640191f5245c280d120e9750c1c7a041e9ee0a40c3774f2848338f27302e29636bde52d499f9c0f367da diff --git a/dev-tex/rcsinfo/metadata.xml b/dev-tex/rcsinfo/metadata.xml deleted file mode 100644 index 13170c3184d8..000000000000 --- a/dev-tex/rcsinfo/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/rcsinfo/rcsinfo-1.11.ebuild b/dev-tex/rcsinfo/rcsinfo-1.11.ebuild deleted file mode 100644 index 37d631884043..000000000000 --- a/dev-tex/rcsinfo/rcsinfo-1.11.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit latex-package - -DESCRIPTION="A LaTeX module to acces RCS/CVS version info" -HOMEPAGE="https://www.ctan.org/pkg/rcsinfo" -# downloaded from -# http://mirrors.ctan.org/macros/latex/contrib/rcsinfo.zip -SRC_URI="mirror://gentoo/${P}.zip" - -KEYWORDS="~amd64 ~x86" - -LICENSE="LPPL-1.2" -SLOT="0" -IUSE="" - -RDEPEND="" -DEPEND="dev-tex/latex2html - app-arch/unzip -" - -DOCS=( "README-1.9 README" ) - -S="${WORKDIR}/${PN}" |