public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/active-dvi/, profiles/, app-text/active-dvi/files/
@ 2019-05-15 20:41 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-05-15 20:41 UTC (permalink / raw
  To: gentoo-commits

commit:     bc90ea9c22a488a6dead1b2cd271e80903317b8f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 20:38:26 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 15 20:41:27 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc90ea9c

app-text/active-dvi: Remove last-rited pkg

Closes: https://bugs.gentoo.org/651430
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-text/active-dvi/Manifest                       |  1 -
 app-text/active-dvi/active-dvi-1.10.2-r1.ebuild    | 73 ----------------------
 .../files/active-dvi-1.9-htmlcflags.patch          | 13 ----
 app-text/active-dvi/metadata.xml                   |  8 ---
 profiles/package.mask                              |  8 ---
 5 files changed, 103 deletions(-)

diff --git a/app-text/active-dvi/Manifest b/app-text/active-dvi/Manifest
deleted file mode 100644
index eca566acee3..00000000000
--- a/app-text/active-dvi/Manifest
+++ /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
index ab1bc39469f..00000000000
--- a/app-text/active-dvi/active-dvi-1.10.2-r1.ebuild
+++ /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
index 59697ec4dc8..00000000000
--- a/app-text/active-dvi/files/active-dvi-1.9-htmlcflags.patch
+++ /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
index 13170c3184d..00000000000
--- a/app-text/active-dvi/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/profiles/package.mask b/profiles/package.mask
index 34b55df9d9b..444db6912b6 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-15 20:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-15 20:41 [gentoo-commits] repo/gentoo:master commit in: app-text/active-dvi/, profiles/, app-text/active-dvi/files/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox