Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/
Date: Thu, 29 Dec 2016 04:12:19
Message-Id: 1482984687.b26349bdfa93b068c58f1f6a5240c438dbad25e9.gokturk@gentoo
1 commit: b26349bdfa93b068c58f1f6a5240c438dbad25e9
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 29 03:31:58 2016 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 29 04:11:27 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26349bd
7
8 app-misc/lfm: migrate away from google code #544092
9
10 Package-Manager: portage-2.3.0
11
12 app-misc/lfm/lfm-2.3-r1.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-misc/lfm/lfm-2.3-r1.ebuild b/app-misc/lfm/lfm-2.3-r1.ebuild
16 index 8eeb4c6..ce957fd 100644
17 --- a/app-misc/lfm/lfm-2.3-r1.ebuild
18 +++ b/app-misc/lfm/lfm-2.3-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2014 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -10,8 +10,8 @@ PYTHON_REQ_USE="ncurses"
26 inherit distutils-r1 eutils
27
28 DESCRIPTION="Last File Manager is a powerful file manager for the console"
29 -HOMEPAGE="https://code.google.com/p/lfm/"
30 -SRC_URI="https://lfm.googlecode.com/files/${P}.tar.gz"
31 +HOMEPAGE="https://inigo.katxi.org/devel/lfm/"
32 +SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz"
33
34 LICENSE="GPL-3"
35 SLOT="0"