Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: lxde-base/lxsession/
Date: Sat, 07 Apr 2018 16:42:42
Message-Id: 1523117349.407bfc6f65518dbc49360673997d68e2b3d1b5ba.monsieurp@gentoo
1 commit: 407bfc6f65518dbc49360673997d68e2b3d1b5ba
2 Author: charIes17 <charles17 <AT> arcor <DOT> de>
3 AuthorDate: Sat Apr 7 06:56:25 2018 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 7 16:09:09 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=407bfc6f
7
8 lxde-base/lxsession: improve HOMEPAGE and use HTTPS.
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11 Closes: https://github.com/gentoo/gentoo/pull/7852
12
13 lxde-base/lxsession/lxsession-0.5.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/lxde-base/lxsession/lxsession-0.5.2.ebuild b/lxde-base/lxsession/lxsession-0.5.2.ebuild
17 index cbfa54102c4..acb3e77566e 100644
18 --- a/lxde-base/lxsession/lxsession-0.5.2.ebuild
19 +++ b/lxde-base/lxsession/lxsession-0.5.2.ebuild
20 @@ -1,11 +1,11 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 inherit vala autotools
27
28 DESCRIPTION="LXDE session manager"
29 -HOMEPAGE="http://lxde.org/"
30 +HOMEPAGE="https://wiki.lxde.org/en/LXSession"
31 SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz"
32
33 LICENSE="GPL-2"