diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:02:19 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-01-26 00:02:19 +0000 |
commit | 511639ace036de94d0ee78d506e5782aa1af0027 (patch) | |
tree | f297ba47c020b8b91256d7d95d948a047b2bb0d7 /app-office/lyx | |
parent | old (diff) | |
download | historical-511639ace036de94d0ee78d506e5782aa1af0027.tar.gz historical-511639ace036de94d0ee78d506e5782aa1af0027.tar.bz2 historical-511639ace036de94d0ee78d506e5782aa1af0027.zip |
dont use old WANT_AUTOCONF #35111
Diffstat (limited to 'app-office/lyx')
-rw-r--r-- | app-office/lyx/lyx-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.2-r1.ebuild | 8 | ||||
-rw-r--r-- | app-office/lyx/lyx-1.3.3.ebuild | 9 |
3 files changed, 8 insertions, 15 deletions
diff --git a/app-office/lyx/lyx-1.2.1.ebuild b/app-office/lyx/lyx-1.2.1.ebuild index bff4bbadfd5b..2447e5d68c10 100644 --- a/app-office/lyx/lyx-1.2.1.ebuild +++ b/app-office/lyx/lyx-1.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.17 2003/12/09 18:03:34 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.2.1.ebuild,v 1.18 2004/01/26 00:02:19 vapier Exp $ inherit flag-o-matic @@ -38,8 +38,6 @@ RDEPEND="${DEPEND} src_compile() { replace-flags -O? -O2 - #export WANT_AUTOCONF_2_5=1 - #./autogen.sh econf \ `use_enable nls` \ diff --git a/app-office/lyx/lyx-1.3.2-r1.ebuild b/app-office/lyx/lyx-1.3.2-r1.ebuild index 94daf0446deb..b39213dee65a 100644 --- a/app-office/lyx/lyx-1.3.2-r1.ebuild +++ b/app-office/lyx/lyx-1.3.2-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.2-r1.ebuild,v 1.13 2003/12/31 04:05:53 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.2-r1.ebuild,v 1.14 2004/01/26 00:02:19 vapier Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" HOMEPAGE="http://www.lyx.org/" @@ -34,11 +34,9 @@ RDEPEND="${DEPEND} dev-tex/chktex" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/$P-nomktex.patch - } src_compile() { @@ -51,7 +49,7 @@ src_compile() { myconf="$myconf --with-frontend=xforms" fi - export WANT_AUTOCONF_2_5=1 + export WANT_AUTOCONF=2.5 # Aiksaurus.h fix, see bug #27648, by brandy. # <obz@gentoo.org> diff --git a/app-office/lyx/lyx-1.3.3.ebuild b/app-office/lyx/lyx-1.3.3.ebuild index ed538a30c666..269f3b39666b 100644 --- a/app-office/lyx/lyx-1.3.3.ebuild +++ b/app-office/lyx/lyx-1.3.3.ebuild @@ -1,7 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 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.3.ebuild,v 1.6 2003/12/31 04:05:53 obz Exp $ - +# $Header: /var/cvsroot/gentoo-x86/app-office/lyx/lyx-1.3.3.ebuild,v 1.7 2004/01/26 00:02:19 vapier Exp $ DESCRIPTION="WYSIWYM frontend for LaTeX" HOMEPAGE="http://www.lyx.org/" @@ -40,12 +39,10 @@ RDEPEND="${DEPEND} dev-tex/chktex" src_unpack() { - unpack ${A} cd ${S} epatch ${FILESDIR}/${PN}-1.3.2-nomktex.patch epatch ${FILESDIR}/${P}-configure-diff - } src_compile() { @@ -58,7 +55,7 @@ src_compile() { myconf="$myconf --with-frontend=xforms" fi - export WANT_AUTOCONF_2_5=1 + export WANT_AUTOCONF=2.5 local flags="${CFLAGS}" unset CFLAGS |