diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:14:10 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:14:10 +0000 |
commit | 4e1a484563024d39434d40aecc4bca08182e409d (patch) | |
tree | d34f69dd47664b86a55df13ce5a38a625cd29044 /dev-ml | |
parent | Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler (diff) | |
download | gentoo-2-4e1a484563024d39434d40aecc4bca08182e409d.tar.gz gentoo-2-4e1a484563024d39434d40aecc4bca08182e409d.tar.bz2 gentoo-2-4e1a484563024d39434d40aecc4bca08182e409d.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')
-rw-r--r-- | dev-ml/fieldslib/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/fieldslib/fieldslib-108.07.01.ebuild | 5 |
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" |