summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-04-23 17:32:43 +0000
committerMichał Górny <mgorny@gentoo.org>2012-04-23 17:32:43 +0000
commit93a9b5035a74cf541cccfd2792bf7411e06ae25c (patch)
treec0046d64ad53a30a5206fc520eb677ba2603ff32 /net-misc
parentUse mirror:// in SRC_URI. (diff)
downloadgentoo-2-93a9b5035a74cf541cccfd2792bf7411e06ae25c.tar.gz
gentoo-2-93a9b5035a74cf541cccfd2792bf7411e06ae25c.tar.bz2
gentoo-2-93a9b5035a74cf541cccfd2792bf7411e06ae25c.zip
Use mirror:// in SRC_URI.
(Portage version: 2.2.0_alpha100_p12/cvs/Linux x86_64)
Diffstat (limited to 'net-misc')
-rw-r--r--net-misc/autoupnp/ChangeLog7
-rw-r--r--net-misc/autoupnp/autoupnp-0.4.6.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/net-misc/autoupnp/ChangeLog b/net-misc/autoupnp/ChangeLog
index 929ab4fa6acc..2d8820320627 100644
--- a/net-misc/autoupnp/ChangeLog
+++ b/net-misc/autoupnp/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-misc/autoupnp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.2 2011/09/15 10:42:23 mgorny Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/ChangeLog,v 1.3 2012/04/23 17:32:43 mgorny Exp $
+
+ 23 Apr 2012; Michał Górny <mgorny@gentoo.org> autoupnp-0.4.6.ebuild:
+ Use mirror:// in SRC_URI.
*autoupnp-0.4.6 (15 Sep 2011)
diff --git a/net-misc/autoupnp/autoupnp-0.4.6.ebuild b/net-misc/autoupnp/autoupnp-0.4.6.ebuild
index 806eae5bf182..5cf6b438831e 100644
--- a/net-misc/autoupnp/autoupnp-0.4.6.ebuild
+++ b/net-misc/autoupnp/autoupnp-0.4.6.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v 1.1 2011/09/15 10:42:23 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-misc/autoupnp/autoupnp-0.4.6.ebuild,v 1.2 2012/04/23 17:32:43 mgorny Exp $
EAPI=4
inherit autotools-utils
DESCRIPTION="Automatic open port forwarder using UPnP"
HOMEPAGE="https://github.com/mgorny/autoupnp/"
-SRC_URI="http://cloud.github.com/downloads/mgorny/${PN}/${P}.tar.bz2"
+SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"