Gentoo Archives: gentoo-commits

From: Sven Wegener <swegener@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/pcmanfm/
Date: Sun, 30 Oct 2016 20:05:29
Message-Id: 1477857874.7514cbf7d8315451bc5b8b24b0738827025d6a6d.swegener@gentoo
1 commit: 7514cbf7d8315451bc5b8b24b0738827025d6a6d
2 Author: Sven Wegener <swegener <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 3 11:17:15 2016 +0000
4 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 30 20:04:34 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7514cbf7
7
8 x11-misc/pcmanfm: Update SourceForge GIT URLs
9
10 Package-Manager: portage-2.3.0
11
12 x11-misc/pcmanfm/pcmanfm-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-misc/pcmanfm/pcmanfm-9999.ebuild b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
16 index cffd3ca..d6b54b0 100644
17 --- a/x11-misc/pcmanfm/pcmanfm-9999.ebuild
18 +++ b/x11-misc/pcmanfm/pcmanfm-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -11,7 +11,7 @@ PLOCALE_BACKUP="en_GB"
26 inherit autotools eutils fdo-mime l10n readme.gentoo
27
28 if [[ ${PV} == *9999* ]]; then
29 - EGIT_REPO_URI="git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/${PN}"
30 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}"
31 inherit git-r3
32 KEYWORDS=""
33 else