diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-12-17 22:07:16 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-12-17 22:08:53 -0500 |
commit | 0c19340b23b38f8c5354ced548aeedbbc252c11a (patch) | |
tree | a9c16dd23e6daf343d0e789d5fd145a414adde4b /net-libs/wvstreams | |
parent | net-libs/wvstreams: OpenSSL 1.1 compatibility (diff) | |
download | gentoo-0c19340b23b38f8c5354ced548aeedbbc252c11a.tar.gz gentoo-0c19340b23b38f8c5354ced548aeedbbc252c11a.tar.bz2 gentoo-0c19340b23b38f8c5354ced548aeedbbc252c11a.zip |
net-libs/wvstreams: Change dead homepage to what Debian uses
Closes: https://bugs.gentoo.org/634488
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'net-libs/wvstreams')
-rw-r--r-- | net-libs/wvstreams/metadata.xml | 2 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-libs/wvstreams/metadata.xml b/net-libs/wvstreams/metadata.xml index bc7e48187998..276931e4f6fc 100644 --- a/net-libs/wvstreams/metadata.xml +++ b/net-libs/wvstreams/metadata.xml @@ -5,7 +5,7 @@ <email>jer@gentoo.org</email> </maintainer> <upstream> - <remote-id type="google-code">wvstreams</remote-id> + <remote-id type="github">apenwarr/wvstreams</remote-id> </upstream> <use> <flag name="boost"> diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild index 91012087a9ab..1f564c66d33c 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit autotools eutils flag-o-matic toolchain-funcs DESCRIPTION="A network programming library in C++" -HOMEPAGE="http://alumnit.ca/wiki/?WvStreams" +HOMEPAGE="https://github.com/apenwarr/wvstreams/" SRC_URI="https://wvstreams.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-2" |