summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 01:16:08 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 01:16:08 +0000
commit3c981e3f2e539f7e9bf91b2c79bcddc765ca978f (patch)
tree1ba5d5507f764828dfdbec4d4bea1a451e85e101 /app-office/lyx
parenttouchups (diff)
downloadhistorical-3c981e3f2e539f7e9bf91b2c79bcddc765ca978f.tar.gz
historical-3c981e3f2e539f7e9bf91b2c79bcddc765ca978f.tar.bz2
historical-3c981e3f2e539f7e9bf91b2c79bcddc765ca978f.zip
touchups
Diffstat (limited to 'app-office/lyx')
-rw-r--r--app-office/lyx/lyx-1.2.0.20020705.ebuild13
-rw-r--r--app-office/lyx/lyx-1.2.1.ebuild5
-rw-r--r--app-office/lyx/lyx-1.2.3.ebuild5
-rw-r--r--app-office/lyx/lyx-1.3.0.ebuild30
4 files changed, 22 insertions, 31 deletions
diff --git a/app-office/lyx/lyx-1.2.0.20020705.ebuild b/app-office/lyx/lyx-1.2.0.20020705.ebuild
index bd10ff9e0ba1..e6e4b4dbbffe 100644
--- a/app-office/lyx/lyx-1.2.0.20020705.ebuild
+++ b/app-office/lyx/lyx-1.2.0.20020705.ebuild
@@ -1,17 +1,16 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.20020705.ebuild,v 1.11 2003/02/13 09:17:44 vapier Exp $
-
-IUSE="nls cups"
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.0.20020705.ebuild,v 1.12 2003/03/01 01:13:50 vapier Exp $
S=${WORKDIR}/lyx-devel
-DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
+DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="mirror://gentoo//${P}.tar.bz2"
HOMEPAGE="http://www.lyx.org/"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 ppc"
+IUSE="nls cups"
# This lyx-base ebuild only depends on the absolutely necessary packages.
# The acompanying lyx-utils ebuild depends on lyx-base and on everything
@@ -37,7 +36,6 @@ RDEPEND="${DEPEND}
app-text/chktex"
src_compile() {
-
use nls || myconf="${myconf} --disable-nls"
[ -n "$DEBUG" ] && myconf="$myconf --enable-debug" || myconf="$myconf --disable-debug"
@@ -54,11 +52,10 @@ src_compile() {
emake || die "emake failed"
}
-src_install () {
+src_install() {
# The 'install-strip' target is provided by the LyX makefile
# for stripping installed binaries. Use prefix= instead of
# DESTDIR=, otherwise it violates the sandbox in the po directory.
- make prefix=${D}/usr install
+ make prefix=${D}/usr install || die
dodoc README* UPGRADING INSTALL* ChangeLog NEW COPYING ANNOUNCE ABOUT-NLS
}
-
diff --git a/app-office/lyx/lyx-1.2.1.ebuild b/app-office/lyx/lyx-1.2.1.ebuild
index b49b53149cc9..c03c5cac86a8 100644
--- a/app-office/lyx/lyx-1.2.1.ebuild
+++ b/app-office/lyx/lyx-1.2.1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.9 2003/02/13 09:17:50 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.10 2003/03/01 01:13:50 vapier Exp $
-DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
+DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
@@ -20,7 +20,6 @@ DEPEND="virtual/x11
>=sys-devel/perl-5
nls? ( sys-devel/gettext )
app-text/aiksaurus"
-
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
diff --git a/app-office/lyx/lyx-1.2.3.ebuild b/app-office/lyx/lyx-1.2.3.ebuild
index cb7f6239ce05..56cb43cb04d9 100644
--- a/app-office/lyx/lyx-1.2.3.ebuild
+++ b/app-office/lyx/lyx-1.2.3.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.3.ebuild,v 1.3 2003/02/13 09:17:56 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.3.ebuild,v 1.4 2003/03/01 01:13:50 vapier Exp $
-DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
+DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
@@ -20,7 +20,6 @@ DEPEND="virtual/x11
>=sys-devel/perl-5
nls? ( sys-devel/gettext )
app-text/aiksaurus"
-
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
diff --git a/app-office/lyx/lyx-1.3.0.ebuild b/app-office/lyx/lyx-1.3.0.ebuild
index 5eeede150c6a..fafbcdd4b0aa 100644
--- a/app-office/lyx/lyx-1.3.0.ebuild
+++ b/app-office/lyx/lyx-1.3.0.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.0.ebuild,v 1.2 2003/02/13 09:18:09 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.0.ebuild,v 1.3 2003/03/01 01:13:50 vapier Exp $
-DESCRIPTION="LyX is an WYSIWYM frontend for LaTeX"
+DESCRIPTION="WYSIWYM frontend for LaTeX"
SRC_URI="ftp://ftp.lyx.org/pub/lyx/stable/${P}.tar.gz"
HOMEPAGE="http://www.lyx.org/"
@@ -17,7 +17,6 @@ DEPEND="virtual/x11
nls? ( sys-devel/gettext )
app-text/aiksaurus
qt? ( >=x11-libs/qt-3 ) !qt? ( =x11-libs/xforms-1* )"
-
RDEPEND="${DEPEND}
app-text/ghostscript
app-text/xpdf
@@ -33,26 +32,23 @@ RDEPEND="${DEPEND}
app-text/chktex"
src_unpack() {
-
- unpack $A
- cd $S
- # patch to fix compile problem with glibc 2.3.1 from lyx 1.3.x branch cvs.
- # cf bugzilla.lyx.org #874.
- patch -p0 < $FILESDIR/$P-glibc31.diff
- patch -p0 < $FILESDIR/$P-autogen.sh.diff
- cp -f $FILESDIR/$P-configure.in $S/configure.in
-
+ unpack ${A}
+ cd ${S}
+ # patch to fix compile problem with glibc 2.3.1 from lyx 1.3.x branch cvs.
+ # cf bugzilla.lyx.org #874.
+ patch -p0 < $FILESDIR/$P-glibc31.diff
+ patch -p0 < $FILESDIR/$P-autogen.sh.diff
+ cp -f $FILESDIR/$P-configure.in $S/configure.in
}
src_compile() {
-
use nls || myconf="${myconf} --disable-nls"
if [ -n "`use qt`" ]; then
- inherit kde-functions
- set-qtdir 3
- myconf="$myconf --with-frontend=qt --with-qt-dir=${QTDIR}"
+ inherit kde-functions
+ set-qtdir 3
+ myconf="$myconf --with-frontend=qt --with-qt-dir=${QTDIR}"
else
- myconf="$myconf --with-frontend=xforms"
+ myconf="$myconf --with-frontend=xforms"
fi
[ -n "$DEBUG" ] && myconf="$myconf --enable-debug" || myconf="$myconf --disable-debug"