Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-firewall/ufw-frontends/
Date: Thu, 22 Dec 2016 10:45:22
Message-Id: 1482403475.2ecff7f8a28f3a073e5b80305136e48bc6c5a033.gokturk@gentoo
1 commit: 2ecff7f8a28f3a073e5b80305136e48bc6c5a033
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 22 10:15:20 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 22 10:44:35 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ecff7f8
7
8 net-firewall/ufw-frontends: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 net-firewall/ufw-frontends/metadata.xml | 1 -
13 net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild | 4 ++--
14 2 files changed, 2 insertions(+), 3 deletions(-)
15
16 diff --git a/net-firewall/ufw-frontends/metadata.xml b/net-firewall/ufw-frontends/metadata.xml
17 index 799b405..a3ab739 100644
18 --- a/net-firewall/ufw-frontends/metadata.xml
19 +++ b/net-firewall/ufw-frontends/metadata.xml
20 @@ -13,7 +13,6 @@
21 interaction--the ufw command. This project implements graphical frontends
22 for UFW using PyGTK and PyQt (the latter in early stage of development).</longdescription>
23 <upstream>
24 - <remote-id type="google-code">ufw-frontends</remote-id>
25 <remote-id type="github">baudm/ufw-frontends</remote-id>
26 </upstream>
27 <use>
28
29 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
30 index c9a9cac..af47119 100644
31 --- a/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild
32 +++ b/net-firewall/ufw-frontends/ufw-frontends-0.3.2-r3.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2015 Gentoo Foundation
35 +# Copyright 1999-2016 Gentoo Foundation
36 # Distributed under the terms of the GNU General Public License v2
37 # $Id$
38
39 @@ -8,7 +8,7 @@ inherit distutils-r1
40
41 DESCRIPTION="Provides graphical frontend to ufw"
42 HOMEPAGE="https://github.com/baudm/ufw-frontends"
43 -SRC_URI="https://ufw-frontends.googlecode.com/files/${P}.tar.gz"
44 +SRC_URI="https://github.com/baudm/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
45
46 # CC-BY-NC-SA-3.0 is for a png file
47 LICENSE="GPL-3 CC-BY-NC-SA-3.0"