diff options
author | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-22 05:15:20 -0500 |
---|---|---|
committer | Göktürk Yüksek <gokturk@gentoo.org> | 2016-12-22 05:44:35 -0500 |
commit | 2ecff7f8a28f3a073e5b80305136e48bc6c5a033 (patch) | |
tree | fa23cddd904f108f26b2945e311214ccbc2367a0 /net-firewall | |
parent | dev-util/skipfish: remove obsolete <description> tags (diff) | |
download | gentoo-2ecff7f8a28f3a073e5b80305136e48bc6c5a033.tar.gz gentoo-2ecff7f8a28f3a073e5b80305136e48bc6c5a033.tar.bz2 gentoo-2ecff7f8a28f3a073e5b80305136e48bc6c5a033.zip |
net-firewall/ufw-frontends: migrate away from google code #544092
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-firewall')
-rw-r--r-- | net-firewall/ufw-frontends/metadata.xml | 1 | ||||
-rw-r--r-- | net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net-firewall/ufw-frontends/metadata.xml b/net-firewall/ufw-frontends/metadata.xml index 799b405edca1..a3ab739d57cd 100644 --- a/net-firewall/ufw-frontends/metadata.xml +++ b/net-firewall/ufw-frontends/metadata.xml @@ -13,7 +13,6 @@ interaction--the ufw command. This project implements graphical frontends for UFW using PyGTK and PyQt (the latter in early stage of development).</longdescription> <upstream> - <remote-id type="google-code">ufw-frontends</remote-id> <remote-id type="github">baudm/ufw-frontends</remote-id> </upstream> <use> diff --git a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild index c9a9cacdcdb2..af471193beef 100644 --- a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild +++ b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -8,7 +8,7 @@ inherit distutils-r1 DESCRIPTION="Provides graphical frontend to ufw" HOMEPAGE="https://github.com/baudm/ufw-frontends" -SRC_URI="https://ufw-frontends.googlecode.com/files/${P}.tar.gz" +SRC_URI="https://github.com/baudm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" # CC-BY-NC-SA-3.0 is for a png file LICENSE="GPL-3 CC-BY-NC-SA-3.0" |