diff options
author | Michał Górny <mgorny@gentoo.org> | 2010-12-20 14:23:23 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2010-12-20 14:23:23 +0000 |
commit | 51b8e450af0bc4a90e2c256d3582481f68a33561 (patch) | |
tree | a818b5d6f9061e867f9de7feb82ac233487b4dc9 /dev-dotnet | |
parent | Drop broken. (diff) | |
download | gentoo-2-51b8e450af0bc4a90e2c256d3582481f68a33561.tar.gz gentoo-2-51b8e450af0bc4a90e2c256d3582481f68a33561.tar.bz2 gentoo-2-51b8e450af0bc4a90e2c256d3582481f68a33561.zip |
Change the SRC_URIs to use cloud.github.com directly. This avoids issues with (pointless) SSL and old wget versions.
(Portage version: 2.2.0_alpha9_p3/cvs/Linux x86_64)
Diffstat (limited to 'dev-dotnet')
-rw-r--r-- | dev-dotnet/pe-format/ChangeLog | 7 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.0.4.ebuild | 4 | ||||
-rw-r--r-- | dev-dotnet/pe-format/pe-format-2.0.5.ebuild | 4 |
3 files changed, 10 insertions, 5 deletions
diff --git a/dev-dotnet/pe-format/ChangeLog b/dev-dotnet/pe-format/ChangeLog index 6f62a0c353ce..fc38f15ebf8b 100644 --- a/dev-dotnet/pe-format/ChangeLog +++ b/dev-dotnet/pe-format/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-dotnet/pe-format # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.25 2010/12/19 19:17:58 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/ChangeLog,v 1.26 2010/12/20 14:23:23 mgorny Exp $ + + 20 Dec 2010; Michał Górny <mgorny@gentoo.org> pe-format-2.0.4.ebuild, + pe-format-2.0.5.ebuild: + Change the SRC_URIs to use cloud.github.com directly. This avoids issues with + (pointless) SSL and old wget versions. 19 Dec 2010; Michał Górny <mgorny@gentoo.org> metadata.xml: Add a <bugs-to/> to clarify bug reporting preference. diff --git a/dev-dotnet/pe-format/pe-format-2.0.4.ebuild b/dev-dotnet/pe-format/pe-format-2.0.4.ebuild index 28eddf78ed03..2c1e2ffbfc19 100644 --- a/dev-dotnet/pe-format/pe-format-2.0.4.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.0.4.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.4.ebuild,v 1.1 2010/11/27 23:49:49 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.4.ebuild,v 1.2 2010/12/20 14:23:23 mgorny Exp $ inherit base DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://github.com/mgorny/pe-format2/" -SRC_URI="https://github.com/downloads/mgorny/${PN}2/${P}.tar.bz2" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild b/dev-dotnet/pe-format/pe-format-2.0.5.ebuild index 345c6902eead..01a744630f52 100644 --- a/dev-dotnet/pe-format/pe-format-2.0.5.ebuild +++ b/dev-dotnet/pe-format/pe-format-2.0.5.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.5.ebuild,v 1.1 2010/12/19 16:21:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/pe-format/pe-format-2.0.5.ebuild,v 1.2 2010/12/20 14:23:23 mgorny Exp $ EAPI=2 inherit autotools-utils DESCRIPTION="Intelligent PE executable wrapper for binfmt_misc" HOMEPAGE="https://github.com/mgorny/pe-format2/" -SRC_URI="https://github.com/downloads/mgorny/${PN}2/${P}.tar.bz2" +SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}2/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |