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 6EE51139696 for ; Sun, 18 Jun 2017 16:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 72B11254016; Sun, 18 Jun 2017 16:23:04 +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 4EF9C254016 for ; Sun, 18 Jun 2017 16:23:04 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6F5DB3419C8 for ; Sun, 18 Jun 2017 16:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9161F7488 for ; Sun, 18 Jun 2017 16:23:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1497802957.d8d189f2c1d19ab42c668f4fff5ff88fd88ed5b1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-misc/fcgiwrap/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild www-misc/fcgiwrap/fcgiwrap-9999.ebuild X-VCS-Directories: www-misc/fcgiwrap/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d8d189f2c1d19ab42c668f4fff5ff88fd88ed5b1 X-VCS-Branch: master Date: Sun, 18 Jun 2017 16:23:00 +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: 0746b5f3-b18f-450a-bfe6-c124df381497 X-Archives-Hash: 7721b8a8238dd1303304115dc5d6288a commit: d8d189f2c1d19ab42c668f4fff5ff88fd88ed5b1 Author: Matt Turner gentoo org> AuthorDate: Sun Jun 18 16:08:46 2017 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Jun 18 16:22:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8d189f2 www-misc/fcgiwrap: Update homepage Previous homepage has not worked in at least six months. See https://github.com/gnosek/fcgiwrap/issues/33 www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild | 2 +- www-misc/fcgiwrap/fcgiwrap-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild index 57be4d7bebf..5e0057fceac 100644 --- a/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-1.1.0-r1.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit autotools systemd toolchain-funcs ${VCS_ECLASS} DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" -HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap" +HOMEPAGE="https://github.com/gnosek/fcgiwrap" LICENSE="BSD" SLOT="0" diff --git a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild index fc8faa33fce..05f9fe836c1 100644 --- a/www-misc/fcgiwrap/fcgiwrap-9999.ebuild +++ b/www-misc/fcgiwrap/fcgiwrap-9999.ebuild @@ -7,7 +7,7 @@ EAPI="6" inherit autotools systemd toolchain-funcs ${VCS_ECLASS} DESCRIPTION="Simple FastCGI wrapper for CGI scripts (CGI support for nginx)" -HOMEPAGE="http://nginx.localdomain.pl/wiki/FcgiWrap" +HOMEPAGE="https://github.com/gnosek/fcgiwrap" LICENSE="BSD" SLOT="0"