summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-10-14 21:44:03 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-10-14 21:44:03 +0000
commit3d79a72c899617d329c2466f944f73bab8ae2086 (patch)
treee1aa2c68359e348ebdcc6f50f21e509928cec5d4 /dev-tex/chktex
parentKeyworded ~amd64 wrt #195512. (diff)
downloadhistorical-3d79a72c899617d329c2466f944f73bab8ae2086.tar.gz
historical-3d79a72c899617d329c2466f944f73bab8ae2086.tar.bz2
historical-3d79a72c899617d329c2466f944f73bab8ae2086.zip
virtual/tetex -> virtual/latex-base
Package-Manager: portage-2.1.3.13
Diffstat (limited to 'dev-tex/chktex')
-rw-r--r--dev-tex/chktex/ChangeLog6
-rw-r--r--dev-tex/chktex/chktex-1.6.2.ebuild6
-rw-r--r--dev-tex/chktex/chktex-1.6.3-r1.ebuild4
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-tex/chktex/ChangeLog b/dev-tex/chktex/ChangeLog
index 7364906fded8..9360a1f556a6 100644
--- a/dev-tex/chktex/ChangeLog
+++ b/dev-tex/chktex/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-tex/chktex
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.18 2007/10/14 20:40:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/ChangeLog,v 1.19 2007/10/14 21:44:03 aballier Exp $
+
+ 14 Oct 2007; Alexis Ballier <aballier@gentoo.org> chktex-1.6.2.ebuild,
+ chktex-1.6.3-r1.ebuild:
+ virtual/tetex -> virtual/latex-base
14 Oct 2007; Alexis Ballier <aballier@gentoo.org> chktex-1.6.3-r1.ebuild:
make -> emake, quote D, add die when building doc
diff --git a/dev-tex/chktex/chktex-1.6.2.ebuild b/dev-tex/chktex/chktex-1.6.2.ebuild
index bfd44205e6a7..d7b1e7fc6d16 100644
--- a/dev-tex/chktex/chktex-1.6.2.ebuild
+++ b/dev-tex/chktex/chktex-1.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# 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.5 2006/03/09 12:54:12 ehmsen Exp $
+# $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/"
@@ -15,7 +15,7 @@ SLOT="0"
KEYWORDS="x86 ppc sparc alpha amd64"
IUSE="debug"
-DEPEND="virtual/tetex
+DEPEND="virtual/latex-base
dev-lang/perl
sys-apps/groff
dev-tex/latex2html"
diff --git a/dev-tex/chktex/chktex-1.6.3-r1.ebuild b/dev-tex/chktex/chktex-1.6.3-r1.ebuild
index c59913b7d21e..fdbf9befcd4d 100644
--- a/dev-tex/chktex/chktex-1.6.3-r1.ebuild
+++ b/dev-tex/chktex/chktex-1.6.3-r1.ebuild
@@ -1,6 +1,6 @@
# 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.2 2007/10/14 20:40:42 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-tex/chktex/chktex-1.6.3-r1.ebuild,v 1.3 2007/10/14 21:44:03 aballier Exp $
DESCRIPTION="Checks latex source for common mistakes"
HOMEPAGE="http://baruch.ev-en.org/proj/chktex/"
@@ -11,7 +11,7 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug doc"
-DEPEND="virtual/tetex
+DEPEND="virtual/latex-base
dev-lang/perl
sys-apps/groff
doc? ( dev-tex/latex2html )"