diff options
author | Keri Harris <keri@gentoo.org> | 2008-02-16 17:39:50 +0000 |
---|---|---|
committer | Keri Harris <keri@gentoo.org> | 2008-02-16 17:39:50 +0000 |
commit | 967311cb8779e9f44220a9d847a9704563882603 (patch) | |
tree | 34ff8e69fb337939d07eba24d8f87f3151d51cd4 /dev-lang/xsb | |
parent | Move eautoconf to src_unpack. Closes #207442. (diff) | |
download | gentoo-2-967311cb8779e9f44220a9d847a9704563882603.tar.gz gentoo-2-967311cb8779e9f44220a9d847a9704563882603.tar.bz2 gentoo-2-967311cb8779e9f44220a9d847a9704563882603.zip |
Move eautoconf to src_unpack. Closes #207441.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-lang/xsb')
-rw-r--r-- | dev-lang/xsb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/xsb/xsb-3.0.1.ebuild | 8 | ||||
-rw-r--r-- | dev-lang/xsb/xsb-3.1.ebuild | 8 |
3 files changed, 15 insertions, 8 deletions
diff --git a/dev-lang/xsb/ChangeLog b/dev-lang/xsb/ChangeLog index 40da5c3fa9fe..0d3874cc77ba 100644 --- a/dev-lang/xsb/ChangeLog +++ b/dev-lang/xsb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/xsb -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.10 2007/11/26 07:26:34 keri Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/ChangeLog,v 1.11 2008/02/16 17:39:50 keri Exp $ + + 16 Feb 2008; keri <keri@gentoo.org> xsb-3.0.1.ebuild, xsb-3.1.ebuild: + Move eautoconf to src_unpack. Closes #207441. 26 Nov 2007; keri <keri@gentoo.org> files/xsb-3.1-portage.patch: Do not install xsb_configuration.P since we do not regenerate diff --git a/dev-lang/xsb/xsb-3.0.1.ebuild b/dev-lang/xsb/xsb-3.0.1.ebuild index de625a86659d..6bad62a3558f 100644 --- a/dev-lang/xsb/xsb-3.0.1.ebuild +++ b/dev-lang/xsb/xsb-3.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.0.1.ebuild,v 1.3 2007/02/03 00:58:27 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.0.1.ebuild,v 1.4 2008/02/16 17:39:50 keri Exp $ MY_PN="XSB" MY_P="${MY_PN}-${PV}" @@ -46,11 +46,13 @@ src_unpack() { epatch "${FILESDIR}"/${P}-xsb-script.patch epatch "${FILESDIR}"/${P}-nostrip.patch epatch "${FILESDIR}"/${P}-debug.patch + + cd "${S}"/build + eautoconf } src_compile() { cd "${S}"/build - eautoconf einfo "Building xsb compiler" econf \ diff --git a/dev-lang/xsb/xsb-3.1.ebuild b/dev-lang/xsb/xsb-3.1.ebuild index d855d26d06bc..6da7d6022ddf 100644 --- a/dev-lang/xsb/xsb-3.1.ebuild +++ b/dev-lang/xsb/xsb-3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild,v 1.1 2007/11/25 05:09:31 keri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/xsb/xsb-3.1.ebuild,v 1.2 2008/02/16 17:39:50 keri Exp $ MY_PN="XSB" MY_P="${MY_PN}-unix" @@ -43,11 +43,13 @@ src_unpack() { epatch "${FILESDIR}"/${P}-mysql.patch epatch "${FILESDIR}"/${P}-odbc.patch epatch "${FILESDIR}"/${P}-xpath.patch + + cd "${S}"/build + eautoconf } src_compile() { cd "${S}"/build - eautoconf einfo "Building xsb compiler" econf \ |