summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-ml/fieldslib/ChangeLog5
-rw-r--r--dev-ml/fieldslib/fieldslib-108.07.01.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/fieldslib/ChangeLog b/dev-ml/fieldslib/ChangeLog
index a1210292e790..d4e1aad9e571 100644
--- a/dev-ml/fieldslib/ChangeLog
+++ b/dev-ml/fieldslib/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/fieldslib
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.10 2012/10/08 11:32:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/ChangeLog,v 1.11 2012/10/17 12:14:10 aballier Exp $
+
+ 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> fieldslib-108.07.01.ebuild:
+ Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler
*fieldslib-108.07.01 (08 Oct 2012)
diff --git a/dev-ml/fieldslib/fieldslib-108.07.01.ebuild b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild
index f6ec1036cb6e..d5b2bdc9eb0f 100644
--- a/dev-ml/fieldslib/fieldslib-108.07.01.ebuild
+++ b/dev-ml/fieldslib/fieldslib-108.07.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.1 2012/10/08 11:32:26 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/fieldslib/fieldslib-108.07.01.ebuild,v 1.2 2012/10/17 12:14:10 aballier Exp $
EAPI="3"
@@ -11,7 +11,8 @@ inherit oasis
MY_P=${PN/-/_}-${PV}
DESCRIPTION="Folding over record fields"
HOMEPAGE="http://www.janestreet.com/ocaml"
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz"
+SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${MY_P}.tar.gz
+ http://dev.gentoo.org/~aballier/distfiles/${MY_P}.tar.gz"
LICENSE="LGPL-2.1-with-linking-exception"
SLOT="0"