From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7578C13888F for ; Thu, 22 Oct 2015 15:39:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56256E0863; Thu, 22 Oct 2015 15:39:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF117E0863 for ; Thu, 22 Oct 2015 15:39:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9C8D834067D for ; Thu, 22 Oct 2015 15:39:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D14C1270 for ; Thu, 22 Oct 2015 15:39:13 +0000 (UTC) From: "Sergey Popov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergey Popov" Message-ID: <1445528319.730e9ee0159451cb3d6700ed2ccce4647b8475aa.pinkbyte@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/distcc/distcc-3.1-r10.ebuild sys-devel/distcc/distcc-3.2_rc1-r4.ebuild X-VCS-Directories: sys-devel/distcc/ X-VCS-Committer: pinkbyte X-VCS-Committer-Name: Sergey Popov X-VCS-Revision: 730e9ee0159451cb3d6700ed2ccce4647b8475aa X-VCS-Branch: master Date: Thu, 22 Oct 2015 15:39:13 +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: 4cc4ca91-4f0a-49b7-bac3-dda5c0909c9a X-Archives-Hash: 9fa581741db21f37739d91f2b829b344 commit: 730e9ee0159451cb3d6700ed2ccce4647b8475aa Author: Sergey Popov gentoo org> AuthorDate: Thu Oct 22 15:38:39 2015 +0000 Commit: Sergey Popov gentoo org> CommitDate: Thu Oct 22 15:38:39 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=730e9ee0 sys-devel/distcc: fix documentation path Documentation about using distcc in Gentoo were moved to wiki, fix apropriate URLs Gentoo-Bug: 534502 Package-Manager: portage-2.2.20 sys-devel/distcc/distcc-3.1-r10.ebuild | 2 +- sys-devel/distcc/distcc-3.2_rc1-r4.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild index bb6f38b..f700ea2 100644 --- a/sys-devel/distcc/distcc-3.1-r10.ebuild +++ b/sys-devel/distcc/distcc-3.1-r10.ebuild @@ -147,7 +147,7 @@ pkg_postinst() { fi elog elog "Tips on using distcc with Gentoo can be found at" - elog "https://www.gentoo.org/doc/en/distcc.xml" + elog "https://wiki.gentoo.org/wiki/Distcc" elog elog "How to use pump mode with Gentoo:" elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\"" diff --git a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild index 5dbdc16..88b8108 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r4.ebuild @@ -170,7 +170,7 @@ pkg_postinst() { elog elog "Tips on using distcc with Gentoo can be found at" - elog "https://www.gentoo.org/doc/en/distcc.xml" + elog "https://wiki.gentoo.org/wiki/Distcc" elog elog "How to use pump mode with Gentoo:" elog "# distcc-config --set-hosts \"foo,cpp,lzo bar,cpp,lzo baz,cpp,lzo\""