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 E3061138336 for ; Wed, 8 May 2019 22:56:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40151E08DB; Wed, 8 May 2019 22:56:57 +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 1404EE08DB for ; Wed, 8 May 2019 22:56:56 +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 534D5343D98 for ; Wed, 8 May 2019 22:56:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 931F75E1 for ; Wed, 8 May 2019 22:56:53 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1557356173.c6e02af6fc9124115ca4cb45b6e29bcc4417d979.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/radmind/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/radmind/radmind-1.14.1-r1.ebuild app-admin/radmind/radmind-1.15.1.ebuild X-VCS-Directories: app-admin/radmind/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6e02af6fc9124115ca4cb45b6e29bcc4417d979 X-VCS-Branch: master Date: Wed, 8 May 2019 22:56:53 +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: c247a7a5-b489-4b15-9ce5-5b71da4098c5 X-Archives-Hash: 78bf91ce3065162db342b903aaaa6120 commit: c6e02af6fc9124115ca4cb45b6e29bcc4417d979 Author: Michael Mair-Keimberger gmail com> AuthorDate: Wed May 8 18:31:56 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed May 8 22:56:13 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e02af6 app-admin/radmind: update HOMEPAGE Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/11942 Signed-off-by: Andreas Sturmlechner gentoo.org> app-admin/radmind/radmind-1.14.1-r1.ebuild | 4 ++-- app-admin/radmind/radmind-1.15.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-admin/radmind/radmind-1.14.1-r1.ebuild b/app-admin/radmind/radmind-1.14.1-r1.ebuild index f571df69900..e21fec83efb 100644 --- a/app-admin/radmind/radmind-1.14.1-r1.ebuild +++ b/app-admin/radmind/radmind-1.14.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit eutils DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems" -HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/" +HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/" SRC_URI="mirror://sourceforge/radmind/${P}.tar.gz" LICENSE="HPND" diff --git a/app-admin/radmind/radmind-1.15.1.ebuild b/app-admin/radmind/radmind-1.15.1.ebuild index 6f595b238a9..62e78e98fb1 100644 --- a/app-admin/radmind/radmind-1.15.1.ebuild +++ b/app-admin/radmind/radmind-1.15.1.ebuild @@ -4,7 +4,7 @@ EAPI=7 DESCRIPTION="command-line tools and server to remotely administer multiple Unix filesystems" -HOMEPAGE="http://rsug.itd.umich.edu/software/radmind/ https://github.com/voretaq7/radmind" +HOMEPAGE="https://github.com/Radmind https://sourceforge.net/projects/radmind/" SRC_URI="https://github.com/voretaq7/radmind/releases/download/${P}/${P}.tar.gz" LICENSE="HPND"