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 82EC31382C5 for ; Tue, 6 Feb 2018 22:03:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 932BEE087D; Tue, 6 Feb 2018 22:03:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 73A2FE087D for ; Tue, 6 Feb 2018 22:03:05 +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 BD530335C2C for ; Tue, 6 Feb 2018 22:03:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 20F3C1C9 for ; Tue, 6 Feb 2018 22:03:03 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1517954448.d6c7f9d0c8c39c9f1bc86c38811c46f368681d1a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/ninja/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild X-VCS-Directories: net-irc/ninja/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d6c7f9d0c8c39c9f1bc86c38811c46f368681d1a X-VCS-Branch: master Date: Tue, 6 Feb 2018 22:03:03 +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: e9bb6949-4b06-40a7-b7fd-f4b33d6c41ce X-Archives-Hash: 0abdfc7c1f8558676a7473976cac4aec commit: d6c7f9d0c8c39c9f1bc86c38811c46f368681d1a Author: Pacho Ramos gentoo org> AuthorDate: Tue Feb 6 08:14:28 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Feb 6 22:00:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6c7f9d0 net-irc/ninja: This package has no homepage anymore Package-Manager: Portage-2.3.20, Repoman-2.3.6 net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild index d63b26d27a7..ab35441f4f5 100644 --- a/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild +++ b/net-irc/ninja/ninja-1.5.9_pre14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 S=${WORKDIR}/${P/_*/} DESCRIPTION="Ninja IRC Client" -HOMEPAGE="http://ninja.qoop.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="ftp://qoop.org/ninja/stable/${P/_/}.tar.gz" SLOT="0" LICENSE="GPL-2"