summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2010-12-20 14:30:45 +0000
committerMichał Górny <mgorny@gentoo.org>2010-12-20 14:30:45 +0000
commit0bdc72af465ad889bbf395293418c8de13dc0994 (patch)
tree786b074396973a430a25e1a992d9348f7550ac1d /app-portage
parentx86 stable per bug 348264 (diff)
downloadgentoo-2-0bdc72af465ad889bbf395293418c8de13dc0994.tar.gz
gentoo-2-0bdc72af465ad889bbf395293418c8de13dc0994.tar.bz2
gentoo-2-0bdc72af465ad889bbf395293418c8de13dc0994.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 'app-portage')
-rw-r--r--app-portage/flaggie/ChangeLog7
-rw-r--r--app-portage/flaggie/flaggie-0.0.2.4.ebuild4
-rw-r--r--app-portage/flaggie/flaggie-0.0.3.ebuild4
3 files changed, 10 insertions, 5 deletions
diff --git a/app-portage/flaggie/ChangeLog b/app-portage/flaggie/ChangeLog
index 10faffcdca88..0898ed586ef7 100644
--- a/app-portage/flaggie/ChangeLog
+++ b/app-portage/flaggie/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-portage/flaggie
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.9 2010/12/19 21:54:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/ChangeLog,v 1.10 2010/12/20 14:30:45 mgorny Exp $
+
+ 20 Dec 2010; Michał Górny <mgorny@gentoo.org> flaggie-0.0.2.4.ebuild,
+ flaggie-0.0.3.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> flaggie-0.0.2.4.ebuild,
flaggie-0.0.3.ebuild:
diff --git a/app-portage/flaggie/flaggie-0.0.2.4.ebuild b/app-portage/flaggie/flaggie-0.0.2.4.ebuild
index bcb15765493b..a3982c6b51ce 100644
--- a/app-portage/flaggie/flaggie-0.0.2.4.ebuild
+++ b/app-portage/flaggie/flaggie-0.0.2.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.2.4.ebuild,v 1.2 2010/12/19 21:54:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.2.4.ebuild,v 1.3 2010/12/20 14:30:45 mgorny Exp $
EAPI=2
PYTHON_DEPEND="*:2.6"
@@ -11,7 +11,7 @@ inherit base distutils
DESCRIPTION="A smart CLI mangler for package.* files"
HOMEPAGE="https://github.com/mgorny/flaggie/"
-SRC_URI="https://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
diff --git a/app-portage/flaggie/flaggie-0.0.3.ebuild b/app-portage/flaggie/flaggie-0.0.3.ebuild
index d5ca22ed22cd..8a12f95cc0ac 100644
--- a/app-portage/flaggie/flaggie-0.0.3.ebuild
+++ b/app-portage/flaggie/flaggie-0.0.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.3.ebuild,v 1.2 2010/12/19 21:54:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-portage/flaggie/flaggie-0.0.3.ebuild,v 1.3 2010/12/20 14:30:45 mgorny Exp $
EAPI=2
PYTHON_DEPEND="*:2.6"
@@ -11,7 +11,7 @@ inherit base distutils
DESCRIPTION="A smart CLI mangler for package.* files"
HOMEPAGE="https://github.com/mgorny/flaggie/"
-SRC_URI="https://github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"