summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Armak <danarmak@gentoo.org>2002-06-07 11:08:06 +0000
committerDan Armak <danarmak@gentoo.org>2002-06-07 11:08:06 +0000
commit8acce511a710df2a926c0181b268c0abba0680b2 (patch)
treec5cb537c48088174675643f9b226407eb43850b4 /app-office/lyx
parentfix bug #3456 (sandbx problems) (diff)
downloadgentoo-2-8acce511a710df2a926c0181b268c0abba0680b2.tar.gz
gentoo-2-8acce511a710df2a926c0181b268c0abba0680b2.tar.bz2
gentoo-2-8acce511a710df2a926c0181b268c0abba0680b2.zip
add chktex as a dep since its ebuld now works
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/ChangeLog6
-rw-r--r--app-office/lyx/lyx-1.2.0.ebuild9
2 files changed, 8 insertions, 7 deletions
diff --git a/app-office/lyx/ChangeLog b/app-office/lyx/ChangeLog
index bde939f62547..1f88ed6ad033 100644
--- a/app-office/lyx/ChangeLog
+++ b/app-office/lyx/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-office/lyx
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.2 2002/06/01 13:22:04 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/ChangeLog,v 1.3 2002/06/07 11:08:06 danarmak Exp $
+
+ 7 Jun 2002; Dan Armak <danarmak@gentoo.org> changelog:
+
+ Add app-text/chktex dep since that ebuild now works.
*lyx-1.2.0 (1 Jun 2002)
diff --git a/app-office/lyx/lyx-1.2.0.ebuild b/app-office/lyx/lyx-1.2.0.ebuild
index f1003f8b6943..8c8f8258c5b4 100644
--- a/app-office/lyx/lyx-1.2.0.ebuild
+++ b/app-office/lyx/lyx-1.2.0.ebuild
@@ -1,10 +1,8 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# Author Dan Armak <danarmak@gentoo.org>
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.ebuild,v 1.1 2002/06/01 13:22:04 danarmak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.ebuild,v 1.2 2002/06/07 11:08:06 danarmak Exp $
-# The real version of LyX is 1.1.6fix4. As Portage has no support for
-# arbitrary suffixes like 'fix', this is translated into 1.1.6.4.
S=${WORKDIR}/${P}
DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
@@ -31,12 +29,11 @@ RDEPEND="$DEPEND
app-text/rcs
dev-util/cvs
app-text/sgmltools-lite
- app-text/noweb"
-# app-text/chktex"
+ app-text/noweb
+ app-text/chktex"
src_compile() {
- local myconf
use nls || myconf="${myconf} --disable-nls"
[ -n "$DEBUG" ] && myconf="$myconf --enable-debug" || myconf="$myconf --disable-debug"