From d9e1f5f3c3df2b91113c7a0d0adb86f4367446c1 Mon Sep 17 00:00:00 2001 From: Alexis Ballier Date: Thu, 26 Jun 2008 12:55:02 +0000 Subject: remove old (Portage version: 2.2_rc1/cvs/Linux 2.6.25.7 x86_64) --- dev-tex/chktex/ChangeLog | 6 +++++- dev-tex/chktex/chktex-1.6.2.ebuild | 34 ---------------------------------- dev-tex/chktex/chktex-1.6.3-r1.ebuild | 35 ----------------------------------- 3 files changed, 5 insertions(+), 70 deletions(-) delete mode 100644 dev-tex/chktex/chktex-1.6.2.ebuild delete mode 100644 dev-tex/chktex/chktex-1.6.3-r1.ebuild (limited to 'dev-tex/chktex') diff --git a/dev-tex/chktex/ChangeLog b/dev-tex/chktex/ChangeLog index 1c6f9eca5636..8722cccee06d 100644 --- a/dev-tex/chktex/ChangeLog +++ b/dev-tex/chktex/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-tex/chktex # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.30 2008/03/16 14:51:36 coldwind Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.31 2008/06/26 12:55:02 aballier Exp $ + + 26 Jun 2008; Alexis Ballier -chktex-1.6.2.ebuild, + -chktex-1.6.3-r1.ebuild: + remove old 16 Mar 2008; Santiago M. Mola chktex-1.6.4.ebuild: amd64 stable wrt bug #209468 diff --git a/dev-tex/chktex/chktex-1.6.2.ebuild b/dev-tex/chktex/chktex-1.6.2.ebuild deleted file mode 100644 index d7b1e7fc6d16..000000000000 --- a/dev-tex/chktex/chktex-1.6.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.2.ebuild,v 1.6 2007/10/14 21:44:03 aballier Exp $ - -DESCRIPTION="Checks latex source for common mistakes" -HOMEPAGE="http://www.nongnu.org/chktex/" -SRC_URI="mirror://gentoo/${P}.tar.gz" -# The ebuild relies on the appropriate tarball on the gentoo mirrors: -# If not yet available, do the following: -# - Download from ftp://ftp.dante.de/tex-archive/support/chktex.tar.gz -# - move the tarball to /usr/portage/distfiles/chktex-1.6.2.tar.gz - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc sparc alpha amd64" -IUSE="debug" - -DEPEND="virtual/latex-base - dev-lang/perl - sys-apps/groff - dev-tex/latex2html" - -S="${WORKDIR}/${PN}" - -src_compile() { - chmod +x configure || die "change configure script permission failed" - econf `use_enable debug debug-info` || die - emake || die -} - -src_install() { - einstall || die - dodoc SCOPTIONS -} diff --git a/dev-tex/chktex/chktex-1.6.3-r1.ebuild b/dev-tex/chktex/chktex-1.6.3-r1.ebuild deleted file mode 100644 index 33f6abea2907..000000000000 --- a/dev-tex/chktex/chktex-1.6.3-r1.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.3-r1.ebuild,v 1.5 2007/12/18 19:09:04 jer 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 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -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 ChkTeX.readme NEWS - if use doc ; then - dohtml HTML/ChkTeX/* - dodoc HTML/ChkTeX.tex - fi - doman chktex.1 chkweb.1 -} -- cgit v1.2.3-65-gdbad