summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2012-10-17 12:13:23 +0000
committerAlexis Ballier <aballier@gentoo.org>2012-10-17 12:13:23 +0000
commit2f340366259f0a28cf3b942a6b047d3744b52090 (patch)
tree1e0cbadd5a8ce0fbcf666e55416435dc1cd109a8 /dev-ml/core
parentMirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler (diff)
downloadgentoo-2-2f340366259f0a28cf3b942a6b047d3744b52090.tar.gz
gentoo-2-2f340366259f0a28cf3b942a6b047d3744b52090.tar.bz2
gentoo-2-2f340366259f0a28cf3b942a6b047d3744b52090.zip
Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler
(Portage version: 2.2.0_alpha140/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/core')
-rw-r--r--dev-ml/core/ChangeLog5
-rw-r--r--dev-ml/core/core-108.07.01.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/core/ChangeLog b/dev-ml/core/ChangeLog
index ca49d45f5076..a80b2bb3ea80 100644
--- a/dev-ml/core/ChangeLog
+++ b/dev-ml/core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ml/core
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.13 2012/10/08 11:58:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/ChangeLog,v 1.14 2012/10/17 12:13:23 aballier Exp $
+
+ 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> core-108.07.01.ebuild:
+ Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler
*core-108.07.01 (08 Oct 2012)
diff --git a/dev-ml/core/core-108.07.01.ebuild b/dev-ml/core/core-108.07.01.ebuild
index aa8a22900e91..6493791e333a 100644
--- a/dev-ml/core/core-108.07.01.ebuild
+++ b/dev-ml/core/core-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/core/core-108.07.01.ebuild,v 1.1 2012/10/08 11:58:49 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/core/core-108.07.01.ebuild,v 1.2 2012/10/17 12:13:23 aballier Exp $
EAPI="3"
@@ -12,7 +12,8 @@ inherit oasis base
MY_P=${P/_/\~}
DESCRIPTION="Jane Street's alternative to the standard library"
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"