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 F37AD138350 for ; Tue, 14 Apr 2020 22:18:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0E70E08AB; Tue, 14 Apr 2020 22:18:36 +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 D07DFE08AB for ; Tue, 14 Apr 2020 22:18:36 +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 5252934F301 for ; Tue, 14 Apr 2020 22:18:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3B9C0197 for ; Tue, 14 Apr 2020 22:18:33 +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: <1586902653.36dbe4c57dd7df5df9561930a4d775e6b3dd0bbe.jstein@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/rotix/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-crypt/rotix/rotix-0.83.ebuild X-VCS-Directories: app-crypt/rotix/ X-VCS-Committer: jstein X-VCS-Committer-Name: Jonas Stein X-VCS-Revision: 36dbe4c57dd7df5df9561930a4d775e6b3dd0bbe X-VCS-Branch: master Date: Tue, 14 Apr 2020 22:18:33 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 73d7806f-3776-4bf6-8b42-0e6090918920 X-Archives-Hash: c3e298956218e05bb1f26737b41a2ac7 commit: 36dbe4c57dd7df5df9561930a4d775e6b3dd0bbe Author: Jonas Stein gentoo org> AuthorDate: Tue Apr 14 22:17:33 2020 +0000 Commit: Jonas Stein gentoo org> CommitDate: Tue Apr 14 22:17:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36dbe4c5 app-crypt/rotix: update HOMEPAGE Project is now available on github. Closes: https://bugs.gentoo.org/306435 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jonas Stein gentoo.org> app-crypt/rotix/rotix-0.83.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-crypt/rotix/rotix-0.83.ebuild b/app-crypt/rotix/rotix-0.83.ebuild index 2b181e72089..725b3796bad 100644 --- a/app-crypt/rotix/rotix-0.83.ebuild +++ b/app-crypt/rotix/rotix-0.83.ebuild @@ -5,7 +5,7 @@ EAPI=5 inherit eutils flag-o-matic DESCRIPTION="Rotix allows you to generate rotational obfuscations" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +HOMEPAGE="https://github.com/shemminga/rotix" SRC_URI="http://elektron.its.tudelft.nl/~hemmin98/rotix_releases/${P}/${P}.tar.bz2" LICENSE="GPL-2"