From fa3d5eccb7c0d28daf31a697b35fbdec554f7ee7 Mon Sep 17 00:00:00 2001 From: Leonardo Valeri Manera Date: Mon, 5 May 2008 23:04:04 +0200 Subject: [PATCH] app-office/lyx: this should fix the autoHELL stuff necessary to build from SVN. --- app-office/lyx/Manifest | 2 +- app-office/lyx/lyx-9999.ebuild | 12 +++++++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/app-office/lyx/Manifest b/app-office/lyx/Manifest index 7e387e6..f304b49 100644 --- a/app-office/lyx/Manifest +++ b/app-office/lyx/Manifest @@ -5,4 +5,4 @@ DIST latex-xft-fonts-0.1.tar.gz 91730 RMD160 0a516eeba71ddc474e97f315e45e41028ef DIST lyx-1.5.4.tar.bz2 9045016 RMD160 fca3cb9c9c9437e879c8abea820fbd28a5d1d72d SHA1 75c2be653b64eedeb443caf2b0401fb74a15e908 SHA256 6c8b9aafc287ee683b68ebb08166e660e27af9942a30291f14c18de39aca8f2b DIST preferences 1669 RMD160 26986d7bcc48c4ecf60f84d95490148a5e171785 SHA1 3567ad4d4a2a041c295e40fef76ca53de6cb260d SHA256 41867ac67bc729d1057253bf305aced1ff666ee4d648dfefc99fd0c3c0501d43 EBUILD lyx-1.5.4.ebuild 3242 RMD160 405c1f9b3c4e0ca64d590ddfc902f5ce37b54926 SHA1 e12df5e3db578b4c32c8a11e2fdfb28ccc8eb37d SHA256 9d969574de467af78efd093ba4595a498081eab5e5280d92e0617b186e8e1a41 -EBUILD lyx-9999.ebuild 3343 RMD160 9faba9993a2f6f0bf293ea7b4ebbffd9f1ce0b52 SHA1 1d0c55611ec56b1db7fc124b5fc205708d58396f SHA256 b906c81a5df52747dd80e2a400c799e5496f20a631be437a8285b2dcd6390954 +EBUILD lyx-9999.ebuild 3613 RMD160 2028dd70a3e698e48a63554f1d81c0c70b068a5d SHA1 f2819f75b98c41c9235ef5d9fecd4a86aef1205e SHA256 e670a82159b9538844962c579945292b9b512d617c5c35b6c8459fff36aad3c2 diff --git a/app-office/lyx/lyx-9999.ebuild b/app-office/lyx/lyx-9999.ebuild index 3806b5d..895bdb8 100644 --- a/app-office/lyx/lyx-9999.ebuild +++ b/app-office/lyx/lyx-9999.ebuild @@ -4,7 +4,7 @@ EAPI="1" -inherit subversion eutils flag-o-matic font toolchain-funcs +inherit autotools subversion eutils flag-o-matic font toolchain-funcs FONT_P="latex-xft-fonts-0.1" @@ -86,6 +86,16 @@ src_compile() { unset LINGUAS + # trunk needs to regen with autotools + # lets use gentoo tools instead of the lyx script, + # which calls aclocal, autoheader, automake, autoconf + AT_M4DIR="-I m4 -I config" + rm -rf "${S}"/autom4te.cache + eaclocal + eautoheader + eautomake --foreign + eautoconf + econf \ $(use_enable nls) \ $(use_enable debug) \ -- 2.11.4.GIT