Gentoo Archives: gentoo-commits

From: Zac Medico <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/nfqueue-bindings/
Date: Tue, 30 Aug 2016 15:48:14
Message-Id: 1472572084.126bdf79c50fd6d6dc837fdcea5fc90d000687f6.zmedico@gentoo
1 commit: 126bdf79c50fd6d6dc837fdcea5fc90d000687f6
2 Author: Zac Medico <zmedico <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 30 15:47:29 2016 +0000
4 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 30 15:48:04 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=126bdf79
7
8 net-libs/nfqueue-bindings: update HOMEPAGE
9
10 Package-Manager: portage-2.3.0
11
12 net-libs/nfqueue-bindings/metadata.xml | 3 +++
13 net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild | 4 ++--
14 2 files changed, 5 insertions(+), 2 deletions(-)
15
16 diff --git a/net-libs/nfqueue-bindings/metadata.xml b/net-libs/nfqueue-bindings/metadata.xml
17 index 0c28d18..96c116c 100644
18 --- a/net-libs/nfqueue-bindings/metadata.xml
19 +++ b/net-libs/nfqueue-bindings/metadata.xml
20 @@ -7,4 +7,7 @@
21 <maintainer type="person">
22 <email>chutzpah@g.o</email>
23 </maintainer>
24 + <upstream>
25 + <remote-id type="github">chifflier/nfqueue-bindings</remote-id>
26 + </upstream>
27 </pkgmetadata>
28
29 diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild
30 index 35b0d59..848abbd 100644
31 --- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild
32 +++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.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 @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 )
40 inherit cmake-utils perl-module linux-info python-single-r1
41
42 DESCRIPTION="High-level language bindings for libnetfilter_queue"
43 -HOMEPAGE="https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki/"
44 +HOMEPAGE="https://github.com/chifflier/nfqueue-bindings"
45 SRC_URI="https://www.wzdftpd.net/redmine/attachments/download/68/nfqueue-bindings-0.5.tar.xz"
46
47 KEYWORDS="~x86 ~amd64"