diff options
Diffstat (limited to 'app-office/lyx-utils/lyx-utils-1.1.6.3.ebuild')
-rw-r--r-- | app-office/lyx-utils/lyx-utils-1.1.6.3.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-office/lyx-utils/lyx-utils-1.1.6.3.ebuild b/app-office/lyx-utils/lyx-utils-1.1.6.3.ebuild new file mode 100644 index 000000000000..1e5d057e9c04 --- /dev/null +++ b/app-office/lyx-utils/lyx-utils-1.1.6.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2001 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# Author Dan Armak <danarmak@gentoo.org> +# $ /home/cvsroot/gentoo-x86/skel.build,v 1.3 2001/07/05 02:43:36 drobbins Exp$ + +# This ebuild does nothing, it depends on lyx-base and on all known +# packages lyx can make use of. See the lyx-base ebuild for more info. +# Note that these packages ( the ones this ebuild depends on) can be +# installed in any order, both before and after the lyx installation; +# when lyx runs it automatically uses whatever it finds. + +DESCRIPTION="All the utils/packages LyX (lyx-base.ebuild) can make use of." + +HOMEPAGE="http://www.lyx.org/" + +DEPEND="~app-office/lyx-base-1.1.6.3 + app-text/ghostscript + app-text/xpdf + app-text/ispell + app-text/gv + app-text/latex2html + media-gfx/imagemagick + virtual/lpr + app-text/rcs + dev-util/cvs + app-text/sgmltools-lite + app-text/noweb" +# app-text/chktex" + +# Missing from this list: +# sgmltools - www.sgmltools.org is unreachable so I couldn't make +# an ebuild for it. Lyx uses sgmltools for DocBook conversion. |