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 BDA76138334 for ; Fri, 17 May 2019 08:27:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACCCBE088A; Fri, 17 May 2019 08:27:00 +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 7AB97E088A for ; Fri, 17 May 2019 08:27:00 +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 D72A3344918 for ; Fri, 17 May 2019 08:26:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A6255E3 for ; Fri, 17 May 2019 08:26:57 +0000 (UTC) From: "Hanno Boeck" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hanno Boeck" Message-ID: <1558081610.da0ad0c96e506ade70febd08f5cf4ac4fbafcb6f.hanno@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/libfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-libs/libfm/libfm-1.2.5.ebuild x11-libs/libfm/libfm-1.3.1.ebuild x11-libs/libfm/libfm-9999.ebuild X-VCS-Directories: x11-libs/libfm/ X-VCS-Committer: hanno X-VCS-Committer-Name: Hanno Boeck X-VCS-Revision: da0ad0c96e506ade70febd08f5cf4ac4fbafcb6f X-VCS-Branch: master Date: Fri, 17 May 2019 08:26:57 +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: e8e263f2-4589-4708-a966-93f6ae932d73 X-Archives-Hash: d95ca7920ef879130b96f22a1da4a744 commit: da0ad0c96e506ade70febd08f5cf4ac4fbafcb6f Author: Hanno gentoo org> AuthorDate: Fri May 17 08:26:50 2019 +0000 Commit: Hanno Boeck gentoo org> CommitDate: Fri May 17 08:26:50 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da0ad0c9 x11-libs/libfm: Avoid HOMEPAGE redirect. Closes: https://github.com/gentoo/gentoo/pull/12018 Signed-off-by: Hanno Boeck gentoo.org> Package-Manager: Portage-2.3.66, Repoman-2.3.12 x11-libs/libfm/libfm-1.2.5.ebuild | 4 ++-- x11-libs/libfm/libfm-1.3.1.ebuild | 2 +- x11-libs/libfm/libfm-9999.ebuild | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/x11-libs/libfm/libfm-1.2.5.ebuild b/x11-libs/libfm/libfm-1.2.5.ebuild index 1a0ea531074..e83944fa6bf 100644 --- a/x11-libs/libfm/libfm-1.2.5.ebuild +++ b/x11-libs/libfm/libfm-1.2.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" DESCRIPTION="A library for file management" -HOMEPAGE="http://pcmanfm.sourceforge.net/" +HOMEPAGE="https://wiki.lxde.org/en/PCManFM" SRC_URI="https://github.com/lxde/libfm/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~x86-linux" diff --git a/x11-libs/libfm/libfm-1.3.1.ebuild b/x11-libs/libfm/libfm-1.3.1.ebuild index e43c70dd31e..55117ef17be 100644 --- a/x11-libs/libfm/libfm-1.3.1.ebuild +++ b/x11-libs/libfm/libfm-1.3.1.ebuild @@ -8,7 +8,7 @@ inherit autotools multilib vala xdg-utils MY_PV=${PV/_/} MY_P="${PN}-${MY_PV}" DESCRIPTION="A library for file management" -HOMEPAGE="http://pcmanfm.sourceforge.net/" +HOMEPAGE="https://wiki.lxde.org/en/PCManFM" SRC_URI="https://github.com/lxde/libfm/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~x86 ~amd64-linux ~x86-linux" diff --git a/x11-libs/libfm/libfm-9999.ebuild b/x11-libs/libfm/libfm-9999.ebuild index 75b2ae42c53..6aed4f9e783 100644 --- a/x11-libs/libfm/libfm-9999.ebuild +++ b/x11-libs/libfm/libfm-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/lxde/${PN}" inherit autotools git-r3 vala xdg-utils DESCRIPTION="A library for file management" -HOMEPAGE="http://pcmanfm.sourceforge.net/" +HOMEPAGE="https://wiki.lxde.org/en/PCManFM" LICENSE="GPL-2" SLOT="0/4.4.0" #copy ABI_VERSION because it seems upstream change it randomly