summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-07-14 18:33:27 +0000
committerMike Frysinger <vapier@gentoo.org>2011-07-14 18:33:27 +0000
commitd6bb68a8edb650f680ab62744348aa486619e308 (patch)
tree537007dbd360ccf9ad8d4000c1a732d251a98b16 /dev-libs/mpfr
parentUnbreak live ebuild (spell EGIT_REPO_URI properly). (diff)
downloadgentoo-2-d6bb68a8edb650f680ab62744348aa486619e308.tar.gz
gentoo-2-d6bb68a8edb650f680ab62744348aa486619e308.tar.bz2
gentoo-2-d6bb68a8edb650f680ab62744348aa486619e308.zip
Use exact upstream URIs #375119 by zino.
Diffstat (limited to 'dev-libs/mpfr')
-rw-r--r--dev-libs/mpfr/ChangeLog6
-rw-r--r--dev-libs/mpfr/mpfr-2.4.2_p3.ebuild6
-rw-r--r--dev-libs/mpfr/mpfr-3.0.0_p3.ebuild4
-rw-r--r--dev-libs/mpfr/mpfr-3.0.1.ebuild4
4 files changed, 12 insertions, 8 deletions
diff --git a/dev-libs/mpfr/ChangeLog b/dev-libs/mpfr/ChangeLog
index 324406908c81..2176c696bee8 100644
--- a/dev-libs/mpfr/ChangeLog
+++ b/dev-libs/mpfr/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-libs/mpfr
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.134 2011/04/23 16:07:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/ChangeLog,v 1.135 2011/07/14 18:33:27 vapier Exp $
+
+ 14 Jul 2011; Mike Frysinger <vapier@gentoo.org> mpfr-2.4.2_p3.ebuild,
+ mpfr-3.0.0_p3.ebuild, mpfr-3.0.1.ebuild:
+ Use exact upstream URIs #375119 by zino.
23 Apr 2011; Raúl Porcel <armin76@gentoo.org> mpfr-3.0.0_p3.ebuild:
ia64/m68k/s390/sh/sparc stable wrt #348634
diff --git a/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild b/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild
index 0d699de548f5..567705757e51 100644
--- a/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild
+++ b/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild,v 1.8 2010/08/30 17:32:04 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-2.4.2_p3.ebuild,v 1.9 2011/07/14 18:33:27 vapier Exp $
# NOTE: we cannot depend on autotools here starting with gcc-4.3.x
inherit eutils
@@ -10,7 +10,7 @@ MY_P=${PN}-${MY_PV}
PLEVEL=${PV/*p}
DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE="http://www.mpfr.org/"
-SRC_URI="http://www.mpfr.org/mpfr-current/${MY_P}.tar.bz2"
+SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
diff --git a/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild b/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild
index f0e84c29d907..21aac5809efc 100644
--- a/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild
+++ b/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild,v 1.10 2011/04/23 16:07:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.0.0_p3.ebuild,v 1.11 2011/07/14 18:33:27 vapier Exp $
# NOTE: we cannot depend on autotools here starting with gcc-4.3.x
inherit eutils
@@ -10,7 +10,7 @@ MY_P=${PN}-${MY_PV}
PLEVEL=${PV/*p}
DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE="http://www.mpfr.org/"
-SRC_URI="http://www.mpfr.org/mpfr-current/${MY_P}.tar.bz2"
+SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"
diff --git a/dev-libs/mpfr/mpfr-3.0.1.ebuild b/dev-libs/mpfr/mpfr-3.0.1.ebuild
index ddb11b802c18..80299547b73e 100644
--- a/dev-libs/mpfr/mpfr-3.0.1.ebuild
+++ b/dev-libs/mpfr/mpfr-3.0.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.0.1.ebuild,v 1.1 2011/04/05 00:52:17 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/mpfr/mpfr-3.0.1.ebuild,v 1.2 2011/07/14 18:33:27 vapier Exp $
# NOTE: we cannot depend on autotools here starting with gcc-4.3.x
inherit eutils
@@ -10,7 +10,7 @@ MY_P=${PN}-${MY_PV}
PLEVEL=${PV/*p}
DESCRIPTION="library for multiple-precision floating-point computations with exact rounding"
HOMEPAGE="http://www.mpfr.org/"
-SRC_URI="http://www.mpfr.org/mpfr-current/${MY_P}.tar.bz2"
+SRC_URI="http://www.mpfr.org/mpfr-${MY_PV}/${MY_P}.tar.bz2"
LICENSE="LGPL-2.1"
SLOT="0"