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 98AA7138331 for ; Sat, 7 Apr 2018 16:42:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 64A9BE092F; Sat, 7 Apr 2018 16:42:41 +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 3D106E08F7 for ; Sat, 7 Apr 2018 16:42:40 +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 6E3EB335C43 for ; Sat, 7 Apr 2018 16:42:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5B63A27D for ; Sat, 7 Apr 2018 16:42:37 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1523117894.4d3984c9cc720e77234af0d0f4012e43d75a762c.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxrandr/ X-VCS-Repository: repo/gentoo X-VCS-Files: lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild lxde-base/lxrandr/lxrandr-0.3.1.ebuild X-VCS-Directories: lxde-base/lxrandr/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 4d3984c9cc720e77234af0d0f4012e43d75a762c X-VCS-Branch: master Date: Sat, 7 Apr 2018 16:42:37 +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: c1d33563-83c1-4240-bda4-34e3454df960 X-Archives-Hash: 53ef03e7c0c178429f1f7e7b128c6c3d commit: 4d3984c9cc720e77234af0d0f4012e43d75a762c Author: charIes17 arcor de> AuthorDate: Sat Apr 7 07:05:46 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Apr 7 16:18:14 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d3984c9 lxde-base/lxrandr: improve HOMEPAGE and use HTTPS. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7853 lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild | 2 +- lxde-base/lxrandr/lxrandr-0.3.1.ebuild | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild index 8ade7e9fef0..06bb4e51b5d 100644 --- a/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild +++ b/lxde-base/lxrandr/lxrandr-0.3.1-r1.ebuild @@ -12,7 +12,7 @@ PLOCALE_BACKUP="en_GB" inherit l10n DESCRIPTION="LXDE GUI interface to RandR extention" -HOMEPAGE="http://lxde.org/" +HOMEPAGE="https://wiki.lxde.org/en/LXRandR" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2" diff --git a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild index e9a1e018cb3..74a652865ae 100644 --- a/lxde-base/lxrandr/lxrandr-0.3.1.ebuild +++ b/lxde-base/lxrandr/lxrandr-0.3.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" DESCRIPTION="LXDE GUI interface to RandR extention" -HOMEPAGE="http://lxde.org/" +HOMEPAGE="https://wiki.lxde.org/en/LXRandR" SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" LICENSE="GPL-2"