app-text/active-dvi: Remove last-rited pkg
authorMichał Górny <mgorny@gentoo.org>
Wed, 15 May 2019 20:38:26 +0000 (22:38 +0200)
committerMichał Górny <mgorny@gentoo.org>
Wed, 15 May 2019 20:41:27 +0000 (22:41 +0200)
Closes: https://bugs.gentoo.org/651430
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-text/active-dvi/Manifest [deleted file]
app-text/active-dvi/active-dvi-1.10.2-r1.ebuild [deleted file]
app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch [deleted file]
app-text/active-dvi/metadata.xml [deleted file]
profiles/package.mask

diff --git a/app-text/active-dvi/Manifest b/app-text/active-dvi/Manifest
deleted file mode 100644 (file)
index eca566a..0000000
+++ /dev/null
@@ -1 +0,0 @@
-DIST advi-1.10.2.tar.gz 9772060 BLAKE2B c9a96037d6101014688847bebf2c49eee94803064ef730fbc4f6729de6146672485d769cc4808cf947f8796145627dd47c4fc4cd7d406752ac77738905adcaa7 SHA512 93479e22261019b571bc331604a659e4e58200284bcdd63929b2c7ab07f8e9fabbd120f8876081a36e7e09e08286eeba9a45f3b077b545a9e404060622ec45c8
diff --git a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild b/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
deleted file mode 100644 (file)
index ab1bc39..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit eutils autotools texlive-common
-
-MY_PN=${PN/ctive-/}
-MY_P=${MY_PN}-${PV}
-S=${WORKDIR}/${MY_P}
-
-DESCRIPTION="A DVI previewer and a presenter for slides written in LaTeX"
-SRC_URI="http://gallium.inria.fr/advi/${MY_P}.tar.gz"
-HOMEPAGE="http://gallium.inria.fr/advi/"
-LICENSE="LGPL-2.1"
-
-IUSE="+ocamlopt"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
-
-RDEPEND=">=dev-lang/ocaml-3.11.2:=[ocamlopt?]
-       >=dev-ml/camlimages-4.0.1:=[truetype,tiff,jpeg,postscript,X]
-       virtual/latex-base
-       app-text/ghostscript-gpl
-       x11-libs/libXinerama"
-DEPEND="${RDEPEND}
-       dev-texlive/texlive-pstricks
-       dev-texlive/texlive-pictures
-       dev-texlive/texlive-latexextra
-       x11-base/xorg-proto
-       dev-ml/findlib
-       app-text/htmlc
-       dev-tex/hevea"
-
-DOCS=( "README" "TODO" )
-
-src_prepare() {
-       epatch "${FILESDIR}/${PN}-1.9-htmlcflags.patch"
-       AT_M4DIR="." eautoreconf
-}
-
-src_configure() {
-       TEXMFMAIN="${EPREFIX}"/usr/share/texmf-site econf $(use_enable ocamlopt native-program) \
-               --docdir="${EPREFIX}/usr/share/doc/${PF}" --enable-dependency-tracking #486066
-}
-
-src_compile() {
-       export VARTEXFONTS="${T}/fonts"
-       emake
-       cd doc || die
-       emake splash.dvi scratch_write_splash.dvi scratch_draw_splash.dvi
-}
-
-src_install() {
-       emake DESTDIR="${D}" PACKAGE="${PF}" install
-
-       # now install the documentation
-       dodoc ${DOCS}
-
-       export STRIP_MASK="*/bin/advi.byt"
-
-       for i in "${ED}/usr/share/doc/${PF}/"*.dvi ; do
-               docompress -x /usr/share/doc/${PF}/$(basename $i)
-       done
-}
-
-pkg_postinst() {
-       etexmf-update
-}
-
-pkg_postrm() {
-       etexmf-update
-}
diff --git a/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch b/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch
deleted file mode 100644 (file)
index 59697ec..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: advi-1.9/doc/Makefile.am
-===================================================================
---- advi-1.9.orig/doc/Makefile.am
-+++ advi-1.9/doc/Makefile.am
-@@ -113,6 +113,8 @@ TEX_ENV            = TEXINPUTS=$(srcdir):$(top_src
- HEVEA_FLAGS   = -entities -I $(srcdir) -I $(top_srcdir)/tex
- HTMLC_FLAGS   = -I $(srcdir)/includes \
-                 -D CamlVersion '$(OCAMLVERSION)' \
-+                -D HOSTNAME "$(HOSTNAME)" \
-+                -D USER "$(USER)" \
-                 -D version '$(VERSION)'
- MV            = mv -f
diff --git a/app-text/active-dvi/metadata.xml b/app-text/active-dvi/metadata.xml
deleted file mode 100644 (file)
index 13170c3..0000000
+++ /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>
index 34b55df9d9b20a01b6893db136e7749255455907..444db6912b68b8757fd40496e15fa12fc93c05f5 100644 (file)
@@ -478,14 +478,6 @@ dev-util/cucumber-expressions:5.0
 >=dev-util/boost-build-1.70.0
 >=net-mail/libpst-0.6.66-r2
 
-# Michał Górny <mgorny@gentoo.org> (14 Apr 2019)
-# The ebuild violates EAPI and relies on STRIP_MASK.  The default
-# behavior makes it capable of executing arbitrary commands when running
-# files from untrusted sources.  Last maintainer activity in 2015.  Last
-# upstream release in 2011.
-# Removal in 30 days.  Bug #651430.
-app-text/active-dvi
-
 # Aaron Bauman <bman@gentoo.org> (13 Apr 2019)
 # Unmaintained in Gentoo and outstanding vulnerability
 # Masked for removal in 30 days. Bug #522578