public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-tex/chktex/, dev-tex/chktex/files/, profiles/
@ 2020-10-12  8:56 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2020-10-12  8:56 UTC (permalink / raw
  To: gentoo-commits

commit:     ba3e90384bede0a195a6d590c35d1818595bb273
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 12 08:56:10 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Oct 12 08:56:10 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba3e9038

dev-tex/chktex: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-tex/chktex/Manifest                          |  1 -
 dev-tex/chktex/chktex-1.7.6.ebuild               | 58 ------------------------
 dev-tex/chktex/files/chktex-1.7.1-asneeded.patch | 13 ------
 dev-tex/chktex/files/tex-inputenc.patch          | 14 ------
 dev-tex/chktex/metadata.xml                      |  8 ----
 profiles/package.mask                            |  5 --
 6 files changed, 99 deletions(-)

diff --git a/dev-tex/chktex/Manifest b/dev-tex/chktex/Manifest
deleted file mode 100644
index 6a2f9a07cab..00000000000
--- a/dev-tex/chktex/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST chktex-1.7.6.tar.gz 153071 BLAKE2B 7419b35eb045509ab39983f16d9cc72d1501f3b6781c304ddf8cc91ae1123b132e17e2919f5d2f6c5b6584e91c63651dc819497c2a5945b9debe329c03704256 SHA512 dd5ad2d7fce66eeb8d890bd79d00bdb28d9807539988232a917d6478c204e9a0ab287f2b8baf7977dba374b551609d8951cbf67ad15a793d35cdfe3411e4fe0b

diff --git a/dev-tex/chktex/chktex-1.7.6.ebuild b/dev-tex/chktex/chktex-1.7.6.ebuild
deleted file mode 100644
index 722d9e00131..00000000000
--- a/dev-tex/chktex/chktex-1.7.6.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Checks latex source for common mistakes"
-HOMEPAGE="http://www.nongnu.org/chktex/"
-SRC_URI="http://download.savannah.gnu.org/releases/chktex/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc +pcre test"
-RESTRICT="!test? ( test )"
-# Tests fail without pcre. Enable pcre by default and make tests depend on it.
-REQUIRED_USE="test? ( pcre )"
-
-RDEPEND="pcre? ( dev-libs/libpcre )"
-
-DEPEND="${RDEPEND}
-	sys-apps/groff
-	dev-texlive/texlive-fontsrecommended
-	doc? ( dev-tex/latex2html )"
-
-BDEPEND="virtual/latex-base
-	dev-lang/perl:="
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch"
-	  "${FILESDIR}/tex-inputenc.patch" )
-
-AT_M4DIR="${S}/m4"
-
-src_configure() {
-	export VARTEXFONTS="${T}/fonts" #538672
-
-	local myeconfargs=(
-		$(use_enable debug debug-info)
-		$(use_enable pcre)
-	)
-	econf ${myconfargs[@]}
-}
-
-src_compile() {
-	default
-	emake ChkTeX.dvi
-	use doc && emake html
-}
-
-src_install() {
-	default
-	if use doc ; then
-	      dodoc HTML/ChkTeX.tex
-	fi
-	dodoc ChkTeX.dvi NEWS
-	doman *.1
-}

diff --git a/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch b/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch
deleted file mode 100644
index 7862a3534b9..00000000000
--- a/dev-tex/chktex/files/chktex-1.7.1-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: chktex-1.7.1/configure.in
-===================================================================
---- chktex-1.7.1.orig/configure.in
-+++ chktex-1.7.1/configure.in
-@@ -173,7 +173,7 @@ if test "$enable_pcre" = "yes"; then
-   if test "$WITH_PCRE" = "yes"; then
-     AC_DEFINE(HAVE_PCRE, 1, "Whether PCRE can be used for user warnings.")
-     CFLAGS="${CFLAGS} $(pcre-config --cflags-posix)"
--    LDFLAGS="${LDFLAGS} $(pcre-config --libs-posix)"
-+    LIBS="${LIBS} $(pcre-config --libs-posix)"
-   else
-     AC_DEFINE(HAVE_PCRE, 0, "Whether PCRE can be used for user warnings.")
-     AC_MSG_WARN(PCRE library not found.)

diff --git a/dev-tex/chktex/files/tex-inputenc.patch b/dev-tex/chktex/files/tex-inputenc.patch
deleted file mode 100644
index 76cd5c156d1..00000000000
--- a/dev-tex/chktex/files/tex-inputenc.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Specify the input encoding, fixing FTBFS with TeX Live 2018
-Author: Adrian Bunk <bunk@debian.org>
-Bug-Debian: https://bugs.debian.org/896178
-
---- chktex-1.7.6.orig/ChkTeX.tex.in
-+++ chktex-1.7.6/ChkTeX.tex.in
-@@ -37,6 +37,7 @@
- 
- \documentclass[a4paper]{article}
- %latex
-+\usepackage[latin1]{inputenc}
- \usepackage{array, tabularx, verbatim, multicol}
- \usepackage[T1]{fontenc}
- \nonfrenchspacing

diff --git a/dev-tex/chktex/metadata.xml b/dev-tex/chktex/metadata.xml
deleted file mode 100644
index 13170c3184d..00000000000
--- a/dev-tex/chktex/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 25c5dc5171f..857b9d7041e 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -451,11 +451,6 @@ dev-python/args
 # Removal in 30 days
 net-dialup/tkvoice
 
-# Sam James <sam@gentoo.org> (2020-09-12)
-# Merged into app-text/texlive-core
-# Removal in 30 days
-dev-tex/chktex
-
 # Thomas Deutschmann <whissi@gentoo.org> (2020-09-11)
 # These versions are not compatible with current stable
 # dev-libs/openssl version, bug #741622.


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

only message in thread, other threads:[~2020-10-12  8:56 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-12  8:56 [gentoo-commits] repo/gentoo:master commit in: dev-tex/chktex/, dev-tex/chktex/files/, profiles/ 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