summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-04-23 20:20:21 +0000
committerMichał Górny <mgorny@gentoo.org>2012-04-23 20:20:21 +0000
commit55cded8ded03d5e41e2bf515534b9554d16f6231 (patch)
tree26d8d15cd8daa8971429fe75c195282c42b29908 /dev-python/polygon
parentUse mirror://github. (diff)
downloadgentoo-2-55cded8ded03d5e41e2bf515534b9554d16f6231.tar.gz
gentoo-2-55cded8ded03d5e41e2bf515534b9554d16f6231.tar.bz2
gentoo-2-55cded8ded03d5e41e2bf515534b9554d16f6231.zip
Use mirror://github.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/polygon')
-rw-r--r--dev-python/polygon/ChangeLog6
-rw-r--r--dev-python/polygon/polygon-2.0.4.ebuild4
-rw-r--r--dev-python/polygon/polygon-3.0.4.ebuild4
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-python/polygon/ChangeLog b/dev-python/polygon/ChangeLog
index b10065a3b7e9..283dd13f0737 100644
--- a/dev-python/polygon/ChangeLog
+++ b/dev-python/polygon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/polygon
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.1 2012/01/04 21:49:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/ChangeLog,v 1.2 2012/04/23 20:20:21 mgorny Exp $
+
+ 23 Apr 2012; Michał Górny <mgorny@gentoo.org> polygon-2.0.4.ebuild,
+ polygon-3.0.4.ebuild:
+ Use mirror://github.
*polygon-3.0.4 (04 Jan 2012)
*polygon-2.0.4 (04 Jan 2012)
diff --git a/dev-python/polygon/polygon-2.0.4.ebuild b/dev-python/polygon/polygon-2.0.4.ebuild
index 4dd99fd94097..2015d96971b3 100644
--- a/dev-python/polygon/polygon-2.0.4.ebuild
+++ b/dev-python/polygon/polygon-2.0.4.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-python/polygon/polygon-2.0.4.ebuild,v 1.1 2012/01/04 21:49:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-2.0.4.ebuild,v 1.2 2012/04/23 20:20:21 mgorny Exp $
EAPI=3
PYTHON_DEPEND="2"
@@ -11,7 +11,7 @@ inherit distutils
DESCRIPTION="Python package to handle polygonal shapes in 2D"
HOMEPAGE="http://www.j-raedler.de/projects/polygon/"
-SRC_URI="https://github.com/downloads/jraedler/Polygon2/Polygon-${PV}.zip"
+SRC_URI="mirror://github/jraedler/Polygon2/Polygon-${PV}.zip"
LICENSE="LGPL-2"
SLOT="2"
diff --git a/dev-python/polygon/polygon-3.0.4.ebuild b/dev-python/polygon/polygon-3.0.4.ebuild
index ca5cdaf8c2fc..65382abda96c 100644
--- a/dev-python/polygon/polygon-3.0.4.ebuild
+++ b/dev-python/polygon/polygon-3.0.4.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-python/polygon/polygon-3.0.4.ebuild,v 1.1 2012/01/04 21:49:17 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/polygon/polygon-3.0.4.ebuild,v 1.2 2012/04/23 20:20:21 mgorny Exp $
EAPI=3
PYTHON_DEPEND="3"
@@ -11,7 +11,7 @@ inherit distutils
DESCRIPTION="Python package to handle polygonal shapes in 2D"
HOMEPAGE="http://www.j-raedler.de/projects/polygon"
-SRC_URI="https://github.com/downloads/jraedler/Polygon3/Polygon-${PV}a-src.zip"
+SRC_URI="mirror://github/jraedler/Polygon3/Polygon-${PV}a-src.zip"
LICENSE="LGPL-2"
SLOT="3"