net-firewall/ufw-frontends: migrate away from google code #544092
authorGöktürk Yüksek <gokturk@gentoo.org>
Thu, 22 Dec 2016 10:15:20 +0000 (05:15 -0500)
committerGöktürk Yüksek <gokturk@gentoo.org>
Thu, 22 Dec 2016 10:44:35 +0000 (05:44 -0500)
Package-Manager: portage-2.3.0

net-firewall/ufw-frontends/metadata.xml
net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild

index 799b405edca1d07db447cd4ada4476b183840114..a3ab739d57cd6c6b98f556de331979703a0f9baa 100644 (file)
@@ -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>
index c9a9cacdcdb2323d7e96d797005a3f8a16fdfb5f..af471193beef141d8dee59902a26930f02ffa6bf 100644 (file)
@@ -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"