summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2003-03-15 14:48:09 +0000
committerMartin Schlemmer <azarah@gentoo.org>2003-03-15 14:48:09 +0000
commit116c860a73c86f395d399c49f6e8d263ac513d68 (patch)
tree1d905bfa73a91c2cc731dc932259398707092ac3 /dev-libs/gmp
parentremove /lib/*.old files; mark stable for x86 (diff)
downloadhistorical-116c860a73c86f395d399c49f6e8d263ac513d68.tar.gz
historical-116c860a73c86f395d399c49f6e8d263ac513d68.tar.bz2
historical-116c860a73c86f395d399c49f6e8d263ac513d68.zip
fix m4 depend
Diffstat (limited to 'dev-libs/gmp')
-rw-r--r--dev-libs/gmp/ChangeLog5
-rw-r--r--dev-libs/gmp/gmp-3.1.1-r1.ebuild4
-rw-r--r--dev-libs/gmp/gmp-4.1-r1.ebuild4
-rw-r--r--dev-libs/gmp/gmp-4.1.2.ebuild9
-rw-r--r--dev-libs/gmp/gmp-4.1.ebuild4
5 files changed, 16 insertions, 10 deletions
diff --git a/dev-libs/gmp/ChangeLog b/dev-libs/gmp/ChangeLog
index 24d0399e81a9..6ac7f7ce173e 100644
--- a/dev-libs/gmp/ChangeLog
+++ b/dev-libs/gmp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-libs/gmp
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.18 2003/03/09 21:41:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/ChangeLog,v 1.19 2003/03/15 14:48:09 azarah Exp $
+
+ 15 Mar 2003; Martin Schlemmer <azarah@gentoo.org> :
+ Fix m4 DEPEND for m4-1.4 we are using now. Libtoolize.
*gmp-4.1.2 (22 Feb 2003)
diff --git a/dev-libs/gmp/gmp-3.1.1-r1.ebuild b/dev-libs/gmp/gmp-3.1.1-r1.ebuild
index dfa35a9cea99..8bde993e817f 100644
--- a/dev-libs/gmp/gmp-3.1.1-r1.ebuild
+++ b/dev-libs/gmp/gmp-3.1.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.11 2003/02/13 10:39:11 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-3.1.1-r1.ebuild,v 1.12 2003/03/15 14:48:09 azarah Exp $
S=${WORKDIR}/${P}
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
@@ -10,7 +10,7 @@ KEYWORDS="x86 sparc "
SLOT="0"
LICENSE="LGPL-2"
DEPEND="virtual/glibc
- >=sys-devel/m4-1.4o"
+ ~sys-devel/m4-1.4"
RDEPEND="virtual/glibc"
src_compile() {
diff --git a/dev-libs/gmp/gmp-4.1-r1.ebuild b/dev-libs/gmp/gmp-4.1-r1.ebuild
index 6bd5ea7318b0..5c9a3e7aba06 100644
--- a/dev-libs/gmp/gmp-4.1-r1.ebuild
+++ b/dev-libs/gmp/gmp-4.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.13 2003/02/13 10:39:16 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1-r1.ebuild,v 1.14 2003/03/15 14:48:09 azarah Exp $
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
SRC_URI="ftp://prep.ai.mit.edu/gnu/gmp/${P}.tar.gz"
@@ -10,7 +10,7 @@ KEYWORDS="x86 ppc sparc alpha"
SLOT="0"
LICENSE="LGPL-2"
-DEPEND=">=sys-devel/m4-1.4p"
+DEPEND="~sys-devel/m4-1.4"
diff --git a/dev-libs/gmp/gmp-4.1.2.ebuild b/dev-libs/gmp/gmp-4.1.2.ebuild
index 40aa701e3bcd..b7c718c56dd4 100644
--- a/dev-libs/gmp/gmp-4.1.2.ebuild
+++ b/dev-libs/gmp/gmp-4.1.2.ebuild
@@ -1,8 +1,9 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.2.ebuild,v 1.4 2003/03/09 21:41:40 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.2.ebuild,v 1.5 2003/03/15 14:48:09 azarah Exp $
inherit flag-o-matic
+inherit libtool
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
HOMEPAGE="http://www.gnu.org/software/gmp/gmp.html"
@@ -12,11 +13,13 @@ KEYWORDS="~x86 ~ppc ~sparc alpha"
SLOT="0"
LICENSE="LGPL-2"
-DEPEND=">=sys-devel/m4-1.4p"
+DEPEND="~sys-devel/m4-1.4"
filter-flags -ffast-math
-src_compile() {
+src_compile() {
+ elibtoolize
+
local myconf=""
use sparc || myconf="--enable-mpfr"
diff --git a/dev-libs/gmp/gmp-4.1.ebuild b/dev-libs/gmp/gmp-4.1.ebuild
index e548d703b4a5..459d92cd725d 100644
--- a/dev-libs/gmp/gmp-4.1.ebuild
+++ b/dev-libs/gmp/gmp-4.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.ebuild,v 1.7 2003/02/13 10:39:21 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/gmp/gmp-4.1.ebuild,v 1.8 2003/03/15 14:48:09 azarah Exp $
DESCRIPTION="Library for arithmetic on arbitrary precision integers, rational numbers, and floating-point numbers"
SRC_URI="ftp://prep.ai.mit.edu/gnu/gmp/${P}.tar.gz"
@@ -9,7 +9,7 @@ KEYWORDS="x86 sparc "
SLOT="0"
LICENSE="LGPL-2"
DEPEND="virtual/glibc
- >=sys-devel/m4-1.4p"
+ ~sys-devel/m4-1.4"
RDEPEND="virtual/glibc"
src_compile() {