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 97A2413832E for ; Sun, 7 Aug 2016 07:13:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A42BE0B57; Sun, 7 Aug 2016 07:12:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C6979E0B57 for ; Sun, 7 Aug 2016 07:12:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 638DC340A6A for ; Sun, 7 Aug 2016 07:12:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57FF81B9B for ; Sun, 7 Aug 2016 07:12:55 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1470553897.e93c920d4e31300c0f57d67a8de3fcdfa2328761.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/npth/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/npth/npth-1.1.ebuild dev-libs/npth/npth-1.2.ebuild X-VCS-Directories: dev-libs/npth/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: e93c920d4e31300c0f57d67a8de3fcdfa2328761 X-VCS-Branch: master Date: Sun, 7 Aug 2016 07:12:55 +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-Archives-Salt: 27af3a99-cad3-4335-bd52-87be471c5eef X-Archives-Hash: 778d0514e5b639b2ecf6dab617e5b9b0 commit: e93c920d4e31300c0f57d67a8de3fcdfa2328761 Author: Tim Harder gentoo org> AuthorDate: Sun Aug 7 07:10:47 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Aug 7 07:11:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e93c920d dev-libs/npth: use a better homepage dev-libs/npth/npth-1.1.ebuild | 2 +- dev-libs/npth/npth-1.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/npth/npth-1.1.ebuild b/dev-libs/npth/npth-1.1.ebuild index 4fab71e..6cfdd7d 100644 --- a/dev-libs/npth/npth-1.1.ebuild +++ b/dev-libs/npth/npth-1.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils DESCRIPTION="New GNU Portable Threads Library" -HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179" +HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git" SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3" diff --git a/dev-libs/npth/npth-1.2.ebuild b/dev-libs/npth/npth-1.2.ebuild index 327271e..f99df2e 100644 --- a/dev-libs/npth/npth-1.2.ebuild +++ b/dev-libs/npth/npth-1.2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit autotools-utils DESCRIPTION="New GNU Portable Threads Library" -HOMEPAGE="http://thread.gmane.org/gmane.comp.encryption.gpg.announce/179" +HOMEPAGE="https://git.gnupg.org/cgi-bin/gitweb.cgi?p=npth.git" SRC_URI="mirror://gnupg/${PN}/${P}.tar.bz2" LICENSE="GPL-3"