summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2013-05-17 10:51:00 +0000
committerAlexis Ballier <aballier@gentoo.org>2013-05-17 10:51:00 +0000
commit36afa9619952c8764a4a5948ba01f9e4fe4867d5 (patch)
tree723ecad9abc2901b94aa32ccc3faff2a68ffed67 /dev-tex
parentRemove old (diff)
downloadgentoo-2-36afa9619952c8764a4a5948ba01f9e4fe4867d5.tar.gz
gentoo-2-36afa9619952c8764a4a5948ba01f9e4fe4867d5.tar.bz2
gentoo-2-36afa9619952c8764a4a5948ba01f9e4fe4867d5.zip
remove old
(Portage version: 2.2.0_alpha175/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-tex')
-rw-r--r--dev-tex/chktex/ChangeLog7
-rw-r--r--dev-tex/chktex/chktex-1.6.4.ebuild35
-rw-r--r--dev-tex/chktex/chktex-1.6.6.ebuild35
-rw-r--r--dev-tex/chktex/chktex-1.7.0.ebuild51
-rw-r--r--dev-tex/chktex/files/chktex-1.7.0-asneeded.patch13
5 files changed, 6 insertions, 135 deletions
diff --git a/dev-tex/chktex/ChangeLog b/dev-tex/chktex/ChangeLog
index 2f98e72eb949..3d97f07a3e54 100644
--- a/dev-tex/chktex/ChangeLog
+++ b/dev-tex/chktex/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-tex/chktex
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.54 2013/04/25 21:26:03 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.55 2013/05/17 10:50:59 aballier Exp $
+
+ 17 May 2013; Alexis Ballier <aballier@gentoo.org> -chktex-1.6.4.ebuild,
+ -chktex-1.6.6.ebuild, -chktex-1.7.0.ebuild,
+ -files/chktex-1.7.0-asneeded.patch:
+ remove old
25 Apr 2013; Agostino Sarubbo <ago@gentoo.org> chktex-1.7.1.ebuild:
Stable for sh, wrt bug #449298
diff --git a/dev-tex/chktex/chktex-1.6.4.ebuild b/dev-tex/chktex/chktex-1.6.4.ebuild
deleted file mode 100644
index 84277825c92b..000000000000
--- a/dev-tex/chktex/chktex-1.6.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.4.ebuild,v 1.15 2011/10/16 17:16:33 grobian Exp $
-
-DESCRIPTION="Checks latex source for common mistakes"
-HOMEPAGE="http://baruch.ev-en.org/proj/chktex/"
-SRC_URI="http://baruch.ev-en.org/proj/chktex/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 s390 sh sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
-
-DEPEND="virtual/latex-base
- dev-lang/perl
- sys-apps/groff
- doc? ( dev-tex/latex2html )"
-
-src_compile() {
- econf `use_enable debug debug-info` || die
- emake || die
- if use doc ; then
- emake html || die "emake html failed"
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc NEWS
- if use doc ; then
- dohtml HTML/ChkTeX/*
- dodoc HTML/ChkTeX.tex
- fi
- doman *.1
-}
diff --git a/dev-tex/chktex/chktex-1.6.6.ebuild b/dev-tex/chktex/chktex-1.6.6.ebuild
deleted file mode 100644
index 6b2057099f14..000000000000
--- a/dev-tex/chktex/chktex-1.6.6.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.6.ebuild,v 1.2 2012/05/09 17:13:07 aballier Exp $
-
-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 ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos"
-IUSE="debug doc"
-
-DEPEND="virtual/latex-base
- dev-lang/perl
- sys-apps/groff
- doc? ( dev-tex/latex2html )"
-
-src_compile() {
- econf `use_enable debug debug-info` || die
- emake || die
- if use doc ; then
- emake html || die "emake html failed"
- fi
-}
-
-src_install() {
- emake install DESTDIR="${D}" || die
- dodoc NEWS
- if use doc ; then
- dohtml HTML/ChkTeX/*
- dodoc HTML/ChkTeX.tex
- fi
- doman *.1
-}
diff --git a/dev-tex/chktex/chktex-1.7.0.ebuild b/dev-tex/chktex/chktex-1.7.0.ebuild
deleted file mode 100644
index bd7d338fe284..000000000000
--- a/dev-tex/chktex/chktex-1.7.0.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.7.0.ebuild,v 1.2 2012/06/22 15:42:23 aballier Exp $
-
-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 ~x86-freebsd ~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}/${P}-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/files/chktex-1.7.0-asneeded.patch b/dev-tex/chktex/files/chktex-1.7.0-asneeded.patch
deleted file mode 100644
index 9a838a4bab74..000000000000
--- a/dev-tex/chktex/files/chktex-1.7.0-asneeded.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: chktex-1.7.0/configure.in
-===================================================================
---- chktex-1.7.0.orig/configure.in
-+++ chktex-1.7.0/configure.in
-@@ -107,7 +107,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)"
-- LDFLAGS="${LDFLAGS} $(pcre-config --libs)"
-+ LIBS="${LIBS} $(pcre-config --libs)"
- else
- AC_DEFINE(HAVE_PCRE, 0, "Whether PCRE can be used for user warnings.")
- warn_pcre="PCRE library not found. This will result in user regular expression tests being ignored."