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 | |
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')
-rw-r--r-- | app-text/xlhtml/ChangeLog | 7 | ||||
-rw-r--r-- | app-text/xlhtml/xlhtml-0.5.ebuild | 12 |
2 files changed, 7 insertions, 12 deletions
diff --git a/app-text/xlhtml/ChangeLog b/app-text/xlhtml/ChangeLog index 0a3e0984e9b3..b93dd29e2dcc 100644 --- a/app-text/xlhtml/ChangeLog +++ b/app-text/xlhtml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/xlhtml -# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.12 2005/10/29 15:50:26 grobian Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-text/xlhtml/ChangeLog,v 1.13 2007/01/05 07:27:24 flameeyes Exp $ + + 05 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> xlhtml-0.5.ebuild: + Remove gnuconfig_update usage, leave it to econf. 29 Oct 2005; Fabian Groffen <grobian@gentoo.org> xlhtml-0.5.ebuild: Marked ~ppc-macos (bug #109441) 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 |