diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:16:09 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:16:09 +0000 |
commit | 8d7768001d1ea00a8ece8c53b1b13b84d906dc9d (patch) | |
tree | cb25abf93009cf81820eeccf0df4eedb7603a37f /dev-ml/variantslib | |
parent | Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler (diff) | |
download | gentoo-2-8d7768001d1ea00a8ece8c53b1b13b84d906dc9d.tar.gz gentoo-2-8d7768001d1ea00a8ece8c53b1b13b84d906dc9d.tar.bz2 gentoo-2-8d7768001d1ea00a8ece8c53b1b13b84d906dc9d.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/variantslib')
-rw-r--r-- | dev-ml/variantslib/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/variantslib/variantslib-108.07.01.ebuild | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/variantslib/ChangeLog b/dev-ml/variantslib/ChangeLog index b1b4adf4ca7b..945e1a8897ff 100644 --- a/dev-ml/variantslib/ChangeLog +++ b/dev-ml/variantslib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/variantslib # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.2 2012/10/08 11:33:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/ChangeLog,v 1.3 2012/10/17 12:16:09 aballier Exp $ + + 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> + variantslib-108.07.01.ebuild: + Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler *variantslib-108.07.01 (08 Oct 2012) diff --git a/dev-ml/variantslib/variantslib-108.07.01.ebuild b/dev-ml/variantslib/variantslib-108.07.01.ebuild index 16a5f6280aa8..95daed7a9c11 100644 --- a/dev-ml/variantslib/variantslib-108.07.01.ebuild +++ b/dev-ml/variantslib/variantslib-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/variantslib/variantslib-108.07.01.ebuild,v 1.1 2012/10/08 11:33:14 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/variantslib/variantslib-108.07.01.ebuild,v 1.2 2012/10/17 12:16:09 aballier Exp $ EAPI="4" @@ -10,7 +10,8 @@ inherit oasis DESCRIPTION="OCaml variants as first class values" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz" +SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz + http://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0" |