diff options
author | Zac Medico <zmedico@gentoo.org> | 2016-08-30 08:47:29 -0700 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2016-08-30 08:48:04 -0700 |
commit | 126bdf79c50fd6d6dc837fdcea5fc90d000687f6 (patch) | |
tree | 1a38d443232d65d43adb772ed75147e786921dd7 /net-libs | |
parent | sys-kernel/vanilla-sources: Automated version bump to 3.10.103 - remove old. (diff) | |
download | gentoo-126bdf79c50fd6d6dc837fdcea5fc90d000687f6.tar.gz gentoo-126bdf79c50fd6d6dc837fdcea5fc90d000687f6.tar.bz2 gentoo-126bdf79c50fd6d6dc837fdcea5fc90d000687f6.zip |
net-libs/nfqueue-bindings: update HOMEPAGE
Package-Manager: portage-2.3.0
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/nfqueue-bindings/metadata.xml | 3 | ||||
-rw-r--r-- | net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/net-libs/nfqueue-bindings/metadata.xml b/net-libs/nfqueue-bindings/metadata.xml index 0c28d187c90c..96c116c350b6 100644 --- a/net-libs/nfqueue-bindings/metadata.xml +++ b/net-libs/nfqueue-bindings/metadata.xml @@ -7,4 +7,7 @@ <maintainer type="person"> <email>chutzpah@gentoo.org</email> </maintainer> + <upstream> + <remote-id type="github">chifflier/nfqueue-bindings</remote-id> + </upstream> </pkgmetadata> diff --git a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild index 35b0d5976eef..848abbd44842 100644 --- a/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.ebuild +++ b/net-libs/nfqueue-bindings/nfqueue-bindings-0.5.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$ @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python2_7 ) inherit cmake-utils perl-module linux-info python-single-r1 DESCRIPTION="High-level language bindings for libnetfilter_queue" -HOMEPAGE="https://www.wzdftpd.net/redmine/projects/nfqueue-bindings/wiki/" +HOMEPAGE="https://github.com/chifflier/nfqueue-bindings" SRC_URI="https://www.wzdftpd.net/redmine/attachments/download/68/nfqueue-bindings-0.5.tar.xz" KEYWORDS="~x86 ~amd64" |