diff options
author | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:47:22 +0000 |
---|---|---|
committer | Matthew Turk <satai@gentoo.org> | 2003-06-09 07:47:22 +0000 |
commit | eb797dcf2432afd93ffc260387f05b81dd953467 (patch) | |
tree | a8b713debadd9315944f3b4ceeae09698eed18f9 /app-text | |
parent | Version bump. No more ipv6 patch needed. Updated the gentoo patch. (diff) | |
download | gentoo-2-eb797dcf2432afd93ffc260387f05b81dd953467.tar.gz gentoo-2-eb797dcf2432afd93ffc260387f05b81dd953467.tar.bz2 gentoo-2-eb797dcf2432afd93ffc260387f05b81dd953467.zip |
Little bit of cleanup, missed them the first time.
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/chktex/ChangeLog | 45 | ||||
-rw-r--r-- | app-text/chktex/Manifest | 3 | ||||
-rw-r--r-- | app-text/chktex/chktex-1.5-r2.ebuild | 27 | ||||
-rw-r--r-- | app-text/chktex/files/digest-chktex-1.5-r2 | 1 |
4 files changed, 0 insertions, 76 deletions
diff --git a/app-text/chktex/ChangeLog b/app-text/chktex/ChangeLog deleted file mode 100644 index 88074c9878bd..000000000000 --- a/app-text/chktex/ChangeLog +++ /dev/null @@ -1,45 +0,0 @@ -# ChangeLog for app-text/chktex -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/ChangeLog,v 1.12 2003/03/10 22:49:24 agriffis Exp $ - - 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - -*chktex-1.5-r2 (28 Jun 2002) - - 10 Mar 2003; Aron Griffis <agriffis@gentoo.org> chktex-1.5-r2.ebuild: - Mark stable on alpha - - 07 Nov 2002; Mark Guertin <gerk@gentoo.org> chktex-1.5-r2.ebuild : - added missing IUSE - - 19 Oct 2002; Matthew Turk <satai@gentoo.org> chktex-1.5-r2.ebuild : - Quick change of the homepage. #9264. - - 13 Sep 2002; Donny Davies <woodchip@gentoo.org> cktex-1.5-r2.ebuild : - sys-devel/ld.so is deprecated; #6476. - - 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : - Added KEYWORDS. - - 28 Jun 2002; Seemant Kulleen <seemant@gentoo.org> chktex-1.5-r2.ebuild : - LFH/man page fixes. - - 2 Aug 2002; phoen][x <phoenix@gentoo.org> chktex-1.5-r2.ebuild : - Added SLOT. - -*chktex-1.5-r1 (7 Jun 2002) - - 2 Aug 2002; phoen][x <phoenix@gentoo.org> chktex-1.5-r1.ebuild : - Added LICENSE, SLOT. - - 7 Jun 2002; Dan Armak <danarmak@gentoo.org> ChangeLog : - Fix bug #3456 (sandbox errors). - -*chktex-1.5 (1 Feb 2002) - - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that the - comments should well explained and written in clean English. The details about - writing correct changelogs are explained in the skel.ChangeLog file which you - can find in the root directory of the portage repository. diff --git a/app-text/chktex/Manifest b/app-text/chktex/Manifest deleted file mode 100644 index 4b59730ffe70..000000000000 --- a/app-text/chktex/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -MD5 c046793baa6d07e42d7c444b9c9349eb ChangeLog 1654 -MD5 f058bf836d29e54b2100c9eb2f70ca7e chktex-1.5-r2.ebuild 729 -MD5 ce4e4a74e486f6783e328f1435874404 files/digest-chktex-1.5-r2 62 diff --git a/app-text/chktex/chktex-1.5-r2.ebuild b/app-text/chktex/chktex-1.5-r2.ebuild deleted file mode 100644 index 1d4719ac5cfd..000000000000 --- a/app-text/chktex/chktex-1.5-r2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/chktex/chktex-1.5-r2.ebuild,v 1.15 2003/06/09 07:32:39 satai Exp $ - -SRC_URI="http://www.ibiblio.org/pub/linux/distributions/gentoo/${P}.tar.gz" -HOMEPAGE="http://www.nongnu.org/chktex/" -DESCRIPTION="Checks latex source for common mistakes" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc sparc alpha" - -DEPEND="app-text/tetex - dev-lang/perl - sys-apps/groff - dev-tex/latex2html" - -src_compile() { - [ -n "$DEBUG" ] && myconf="--enable-debug-info" || myconf="$myconf --disable-debug-info" - econf ${myconf} - emake || die -} - -src_install() { - einstall - dodoc COPYING SCOPTIONS -} diff --git a/app-text/chktex/files/digest-chktex-1.5-r2 b/app-text/chktex/files/digest-chktex-1.5-r2 deleted file mode 100644 index 3a95b8732d46..000000000000 --- a/app-text/chktex/files/digest-chktex-1.5-r2 +++ /dev/null @@ -1 +0,0 @@ -MD5 56b890e6ec078237eb576d8c04b22092 chktex-1.5.tar.gz 170265 |