summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Farina <zerochaos@gentoo.org>2015-03-16 20:39:20 +0000
committerRick Farina <zerochaos@gentoo.org>2015-03-16 20:39:20 +0000
commit0248922791092d8f594e62d0436eb45c4f77f01a (patch)
tree90004673ba3c88ca7d7fea91dfc5b413e57737ab /net-wireless
parentCleanup. (diff)
downloadgentoo-2-0248922791092d8f594e62d0436eb45c4f77f01a.tar.gz
gentoo-2-0248922791092d8f594e62d0436eb45c4f77f01a.tar.bz2
gentoo-2-0248922791092d8f594e62d0436eb45c4f77f01a.zip
fixing download location in 9999 ebuild so it renames safely
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/gnuradio/ChangeLog5
-rw-r--r--net-wireless/gnuradio/gnuradio-9999.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/net-wireless/gnuradio/ChangeLog b/net-wireless/gnuradio/ChangeLog
index 0d1aa2876dfd..544330779523 100644
--- a/net-wireless/gnuradio/ChangeLog
+++ b/net-wireless/gnuradio/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-wireless/gnuradio
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.66 2015/02/21 22:42:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/ChangeLog,v 1.67 2015/03/16 20:39:20 zerochaos Exp $
+
+ 16 Mar 2015; Rick Farina <zerochaos@gentoo.org> gnuradio-9999.ebuild:
+ fixing download location in 9999 ebuild so it renames safely
21 Feb 2015; Rick Farina <zerochaos@gentoo.org> gnuradio-3.7.6.1-r2.ebuild,
gnuradio-9999.ebuild:
diff --git a/net-wireless/gnuradio/gnuradio-9999.ebuild b/net-wireless/gnuradio/gnuradio-9999.ebuild
index 7ac4ec7adb76..1e9db99e86e1 100644
--- a/net-wireless/gnuradio/gnuradio-9999.ebuild
+++ b/net-wireless/gnuradio/gnuradio-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.32 2015/02/21 22:42:15 zerochaos Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-wireless/gnuradio/gnuradio-9999.ebuild,v 1.33 2015/03/16 20:39:20 zerochaos Exp $
EAPI=5
PYTHON_COMPAT=( python2_7 )
@@ -18,7 +18,7 @@ if [[ ${PV} == "9999" ]] ; then
inherit git-r3
KEYWORDS=""
else
- SRC_URI="http://gnuradio.org/releases/${PN}/${P}.tar.gz"
+ SRC_URI="http://s3-dist.gnuradio.org/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~x86"
fi