diff options
author | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:15:47 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2012-10-17 12:15:47 +0000 |
commit | e0e9abfca05bd1c5949b2dbef9695d516fa7f0a0 (patch) | |
tree | 2f3b265a1327234978f72860bc9e3350cb806fd6 /dev-ml | |
parent | Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler (diff) | |
download | gentoo-2-e0e9abfca05bd1c5949b2dbef9695d516fa7f0a0.tar.gz gentoo-2-e0e9abfca05bd1c5949b2dbef9695d516fa7f0a0.tar.bz2 gentoo-2-e0e9abfca05bd1c5949b2dbef9695d516fa7f0a0.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/type-conv/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/type-conv/type-conv-108.07.01.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ml/type-conv/ChangeLog b/dev-ml/type-conv/ChangeLog index 8cb9b09cbd2f..c4282cd3bbe0 100644 --- a/dev-ml/type-conv/ChangeLog +++ b/dev-ml/type-conv/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/type-conv # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.20 2012/10/08 11:32:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/ChangeLog,v 1.21 2012/10/17 12:15:47 aballier Exp $ + + 17 Oct 2012; Alexis Ballier <aballier@gentoo.org> type-conv-108.07.01.ebuild: + Mirror the distfile, upstream one fails to fetch, bug #438610 by Nick Bowler *type-conv-108.07.01 (08 Oct 2012) diff --git a/dev-ml/type-conv/type-conv-108.07.01.ebuild b/dev-ml/type-conv/type-conv-108.07.01.ebuild index e760bbe30204..e8784ecd3c24 100644 --- a/dev-ml/type-conv/type-conv-108.07.01.ebuild +++ b/dev-ml/type-conv/type-conv-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/type-conv/type-conv-108.07.01.ebuild,v 1.1 2012/10/08 11:32:05 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/type-conv/type-conv-108.07.01.ebuild,v 1.2 2012/10/17 12:15:47 aballier Exp $ EAPI="3" @@ -11,7 +11,8 @@ inherit oasis MY_P=${PN/-/_}-${PV} DESCRIPTION="Mini library required for some other preprocessing libraries" HOMEPAGE="http://bitbucket.org/yminsky/ocaml-core/wiki/Home" -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" |