From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EEA881381F3 for ; Tue, 18 Dec 2018 03:09:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D102AE0992; Tue, 18 Dec 2018 03:09:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A9A00E0992 for ; Tue, 18 Dec 2018 03:09:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2826335C08 for ; Tue, 18 Dec 2018 03:09:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A30D4E9 for ; Tue, 18 Dec 2018 03:09:06 +0000 (UTC) From: "Craig Andrews" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" Message-ID: <1545102533.0c19340b23b38f8c5354ced548aeedbbc252c11a.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/wvstreams/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/wvstreams/metadata.xml net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild X-VCS-Directories: net-libs/wvstreams/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 0c19340b23b38f8c5354ced548aeedbbc252c11a X-VCS-Branch: master Date: Tue, 18 Dec 2018 03:09:06 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 60c32428-6722-4fa5-be23-2450914acc27 X-Archives-Hash: 2242234e6f93ebe59a9880892a2fcd9d commit: 0c19340b23b38f8c5354ced548aeedbbc252c11a Author: Craig Andrews gentoo org> AuthorDate: Tue Dec 18 03:07:16 2018 +0000 Commit: Craig Andrews gentoo org> CommitDate: Tue Dec 18 03:08:53 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c19340b 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 gentoo.org> net-libs/wvstreams/metadata.xml | 2 +- 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 bc7e4818799..276931e4f6f 100644 --- a/net-libs/wvstreams/metadata.xml +++ b/net-libs/wvstreams/metadata.xml @@ -5,7 +5,7 @@ jer@gentoo.org - wvstreams + apenwarr/wvstreams diff --git a/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild b/net-libs/wvstreams/wvstreams-4.6.1-r6.ebuild index 91012087a9a..1f564c66d33 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"