diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:27:24 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-05 07:27:24 +0000 |
commit | 15e2e0e8d6d2ad4497c2f5808ba5ddfc5f81c74f (patch) | |
tree | 268b58211c5df57152328e23079b86388c593800 /app-text/xlhtml/xlhtml-0.5.ebuild | |
parent | Remove gnuconfig_update usage, leave it to econf. (diff) | |
download | historical-15e2e0e8d6d2ad4497c2f5808ba5ddfc5f81c74f.tar.gz historical-15e2e0e8d6d2ad4497c2f5808ba5ddfc5f81c74f.tar.bz2 historical-15e2e0e8d6d2ad4497c2f5808ba5ddfc5f81c74f.zip |
Remove gnuconfig_update usage, leave it to econf.
Package-Manager: portage-2.1.2_rc4-r5
Diffstat (limited to 'app-text/xlhtml/xlhtml-0.5.ebuild')
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.ebuild | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/app-text/xlhtml/xlhtml-0.5.ebuild b/app-text/xlhtml/xlhtml-0.5.ebuild index 6758fb4fcc6f..c1ea765a9e49 100644 --- a/app-text/xlhtml/xlhtml-0.5.ebuild +++ b/app-text/xlhtml/xlhtml-0.5.ebuild @@ -1,8 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.12 2005/10/29 15:50:26 grobian Exp $ - -inherit gnuconfig +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/xlhtml-0.5.ebuild,v 1.13 2007/01/05 07:27:24 flameeyes Exp $ DESCRIPTION="Convert MS Excel and Powerpoint files to HTML" HOMEPAGE="http://chicago.sourceforge.net/xlhtml/" @@ -16,7 +14,6 @@ DEPEND="" src_unpack() { unpack ${A} - cd ${S}; gnuconfig_update config.sub config.guess # This is needed specifically for depcomp, which is necessary for # building xlhtml, but isn't included. @@ -24,11 +21,6 @@ src_unpack() { cd ${S}; automake --add-missing } -src_compile() { - econf || die "econf failed for ${P}" - emake || die "emake failed for ${P}" -} - src_install() { make DESTDIR=${D} install || die "make install failed for ${P}" dodoc AUTHORS COPYING INSTALL README |