dev-tex/chktex: Old
authorMikle Kolyada <zlogene@gentoo.org>
Wed, 5 Jun 2019 16:49:56 +0000 (19:49 +0300)
committerMikle Kolyada <zlogene@gentoo.org>
Wed, 5 Jun 2019 16:50:27 +0000 (19:50 +0300)
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11

dev-tex/chktex/Manifest
dev-tex/chktex/chktex-1.7.2.ebuild [deleted file]
dev-tex/chktex/chktex-1.7.3.ebuild [deleted file]
dev-tex/chktex/chktex-1.7.4.ebuild [deleted file]
dev-tex/chktex/chktex-1.7.5.ebuild [deleted file]

index 1bcd7916a2d9a83e50a8ed5e69f6b67b4fc96e93..2adecdbfebbf86d26d083aa6bff5de7f8fa46482 100644 (file)
@@ -1,6 +1,2 @@
 DIST chktex-1.7.1.tar.gz 349551 BLAKE2B 00a1aed460fc6b0daae065ee39671104b1c5290df7097cbd75fb8c8406e309c5b950ddb3834325ba579f5870bbcf8a5890bb410c7e7633ae575944b704f738a6 SHA512 88b8b6b20a2242557d253e690ad7a7b5a41497e3c96ee44798997b83ccbfd4e37203aea9c557c7b25fc0b6223bd08a590b464af674f7558547393c2af0a86926
-DIST chktex-1.7.2.tar.gz 356981 BLAKE2B 10653392c24e855e2d4eeb69905eaa09437d500e9e52f5cf8b18bebd53b366ffb069201f321b29be2a798f2984fde554ca2c2ce8cdb95a546b52b1b9055ead3d SHA512 f0ac3ed74471d33da55591e6ca2a4b6847340540ef1911eef37bfad38ffc7c64ca4709966d52a22f871268edf893bf360c8429e1be7f62157d2fac9e58ea40af
-DIST chktex-1.7.3.tar.gz 150801 BLAKE2B 4a2dca32c482bd0e932f136c56222cd59d1cda084862cb008dc63a49132e41fb804568562cb544bccd56a40e0d8c3a5535a43f8507d062a5be47fe69a2c59c28 SHA512 29018229176d3bfd7bff92e68739d32262b01414d7df3d379ef1604abcd28c28abdeb83a2513f6d439e5c888a05e5a636e4a7ab34275d40d20fc63a275985c4a
-DIST chktex-1.7.4.tar.gz 150839 BLAKE2B d0c68877a12e14e223614f0df1e7223d3c1d0825a56b642763df2be7df0f92001e52a7e10dec621888a49e850b7495bb50f4cfc5b5f37d0f893a92fb6092b8d4 SHA512 d5bf056f67ca520d9df95237b777380d9b98c792d5e20c16bcec2d78a4c68ec3c35308e4525eab33efa2abaf8f2d67ad62e65988b8885f30d1a3f29d27975a1f
-DIST chktex-1.7.5.tar.gz 151833 BLAKE2B bbd96a924f48c3b7063e7b8d23046274d0f2db146275d82a1cbe2dd38228c053ef6a8aad0c783e668bf5a43b1237f19819d300ae5031c251a86035fe86999c7a SHA512 035bd6af4d946464fc1d14bc5556a45f5a9aee8af18a50b300d3d797b91a36b9089e95c60f519aa95d8c21a75e102e950c88b97a52d4fe9e53243ab8484239dc
 DIST chktex-1.7.6.tar.gz 153071 BLAKE2B 7419b35eb045509ab39983f16d9cc72d1501f3b6781c304ddf8cc91ae1123b132e17e2919f5d2f6c5b6584e91c63651dc819497c2a5945b9debe329c03704256 SHA512 dd5ad2d7fce66eeb8d890bd79d00bdb28d9807539988232a917d6478c204e9a0ab287f2b8baf7977dba374b551609d8951cbf67ad15a793d35cdfe3411e4fe0b
diff --git a/dev-tex/chktex/chktex-1.7.2.ebuild b/dev-tex/chktex/chktex-1.7.2.ebuild
deleted file mode 100644 (file)
index b03055f..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc +pcre test"
-# Tests fail without pcre. Enable pcre by default and make tests depend on it.
-REQUIRED_USE="test? ( pcre )"
-
-RDEPEND="virtual/latex-base
-       dev-lang/perl
-       pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-       sys-apps/groff
-       doc? ( dev-tex/latex2html )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" )
-DOCS=( NEWS )
-
-src_configure() {
-       local myeconfargs=(
-               $(use_enable debug debug-info)
-               $(use_enable pcre)
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-       use doc && autotools-utils_src_compile html
-}
-
-src_install() {
-       if use doc ; then
-               HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX/")
-               DOCS+=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX.tex")
-       fi
-       autotools-utils_src_install
-       doman *.1
-}
diff --git a/dev-tex/chktex/chktex-1.7.3.ebuild b/dev-tex/chktex/chktex-1.7.3.ebuild
deleted file mode 100644 (file)
index 8f07a95..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc +pcre test"
-# Tests fail without pcre. Enable pcre by default and make tests depend on it.
-REQUIRED_USE="test? ( pcre )"
-
-RDEPEND="virtual/latex-base
-       dev-lang/perl
-       pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-       sys-apps/groff
-       doc? ( dev-tex/latex2html )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" )
-DOCS=( NEWS )
-
-src_configure() {
-       export VARTEXFONTS="${T}/fonts" #538672
-
-       local myeconfargs=(
-               $(use_enable debug debug-info)
-               $(use_enable pcre)
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-       use doc && autotools-utils_src_compile html
-}
-
-src_install() {
-       if use doc ; then
-               HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX/")
-               DOCS+=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX.tex")
-       fi
-       autotools-utils_src_install
-       doman *.1
-}
diff --git a/dev-tex/chktex/chktex-1.7.4.ebuild b/dev-tex/chktex/chktex-1.7.4.ebuild
deleted file mode 100644 (file)
index 8f07a95..0000000
+++ /dev/null
@@ -1,52 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc +pcre test"
-# Tests fail without pcre. Enable pcre by default and make tests depend on it.
-REQUIRED_USE="test? ( pcre )"
-
-RDEPEND="virtual/latex-base
-       dev-lang/perl
-       pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-       sys-apps/groff
-       doc? ( dev-tex/latex2html )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" )
-DOCS=( NEWS )
-
-src_configure() {
-       export VARTEXFONTS="${T}/fonts" #538672
-
-       local myeconfargs=(
-               $(use_enable debug debug-info)
-               $(use_enable pcre)
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-       use doc && autotools-utils_src_compile html
-}
-
-src_install() {
-       if use doc ; then
-               HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX/")
-               DOCS+=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX.tex")
-       fi
-       autotools-utils_src_install
-       doman *.1
-}
diff --git a/dev-tex/chktex/chktex-1.7.5.ebuild b/dev-tex/chktex/chktex-1.7.5.ebuild
deleted file mode 100644 (file)
index a5be105..0000000
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-AUTOTOOLS_AUTORECONF=true
-
-inherit autotools-utils
-
-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 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc +pcre test"
-# Tests fail without pcre. Enable pcre by default and make tests depend on it.
-REQUIRED_USE="test? ( pcre )"
-
-RDEPEND="virtual/latex-base
-       dev-lang/perl
-       pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
-       sys-apps/groff
-       dev-texlive/texlive-fontsrecommended
-       doc? ( dev-tex/latex2html )"
-
-PATCHES=( "${FILESDIR}/${PN}-1.7.1-asneeded.patch" )
-DOCS=( NEWS )
-AT_M4DIR="${S}/m4"
-
-src_configure() {
-       export VARTEXFONTS="${T}/fonts" #538672
-
-       local myeconfargs=(
-               $(use_enable debug debug-info)
-               $(use_enable pcre)
-       )
-       autotools-utils_src_configure
-}
-
-src_compile() {
-       autotools-utils_src_compile
-       autotools-utils_src_compile ChkTeX.dvi
-       use doc && autotools-utils_src_compile html
-}
-
-src_install() {
-       if use doc ; then
-               HTML_DOCS=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX/")
-               DOCS+=("${AUTOTOOLS_BUILD_DIR}/HTML/ChkTeX.tex")
-       fi
-       DOCS+=("${AUTOTOOLS_BUILD_DIR}/ChkTeX.dvi")
-       autotools-utils_src_install
-       doman *.1
-}