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 43A86138334 for ; Sat, 18 Aug 2018 09:00:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BE31E084A; Sat, 18 Aug 2018 09:00:42 +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 16907E084A for ; Sat, 18 Aug 2018 09:00:42 +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 8F10F33BF08 for ; Sat, 18 Aug 2018 09:00:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D6AE43A5 for ; Sat, 18 Aug 2018 09:00:38 +0000 (UTC) From: "Jonas Stein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jonas Stein" Message-ID: <1534582831.7824511f1d93ea4e1d0b3fff2897884ad978ff73.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/tenshi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/tenshi/tenshi-0.17.ebuild X-VCS-Directories: app-admin/tenshi/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 7824511f1d93ea4e1d0b3fff2897884ad978ff73 X-VCS-Branch: master Date: Sat, 18 Aug 2018 09:00:38 +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: fe1165ee-59dc-40c2-bad9-7d835be492cf X-Archives-Hash: 38b1d19eae89ecdf5db60e021392e331 commit: 7824511f1d93ea4e1d0b3fff2897884ad978ff73 Author: Jonas Stein gentoo org> AuthorDate: Sat Aug 18 09:00:31 2018 +0000 Commit: Jonas Stein gentoo org> CommitDate: Sat Aug 18 09:00:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7824511f app-admin/tenshi: Update HOMEPAGE Project HOMEPAGE changed, github repository added. Package-Manager: Portage-2.3.47, Repoman-2.3.10 app-admin/tenshi/tenshi-0.17.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-admin/tenshi/tenshi-0.17.ebuild b/app-admin/tenshi/tenshi-0.17.ebuild index aa5c431f8c8..8ef916bfe1e 100644 --- a/app-admin/tenshi/tenshi-0.17.ebuild +++ b/app-admin/tenshi/tenshi-0.17.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit user DESCRIPTION="Log parsing and notification program" -HOMEPAGE="http://dev.inversepath.com/trac/tenshi" +HOMEPAGE="https://inversepath.com/tenshi.html https://github.com/inversepath/tenshi" SRC_URI="https://github.com/inversepath/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"