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 B487A139086 for ; Thu, 29 Dec 2016 04:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A67D6E0C21; Thu, 29 Dec 2016 04:12:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 873BAE0C21 for ; Thu, 29 Dec 2016 04:12:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 551D8341657 for ; Thu, 29 Dec 2016 04:12:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6027B24EE for ; Thu, 29 Dec 2016 04:12:15 +0000 (UTC) From: "Göktürk Yüksek" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Göktürk Yüksek" Message-ID: <1482984687.b26349bdfa93b068c58f1f6a5240c438dbad25e9.gokturk@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/lfm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/lfm/lfm-2.3-r1.ebuild X-VCS-Directories: app-misc/lfm/ X-VCS-Committer: gokturk X-VCS-Committer-Name: Göktürk Yüksek X-VCS-Revision: b26349bdfa93b068c58f1f6a5240c438dbad25e9 X-VCS-Branch: master Date: Thu, 29 Dec 2016 04:12:15 +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: 685ad474-1a90-449c-8c0b-1069e67b150a X-Archives-Hash: 212d788bfec5f2fb7e872b216b337771 commit: b26349bdfa93b068c58f1f6a5240c438dbad25e9 Author: Göktürk Yüksek gentoo org> AuthorDate: Thu Dec 29 03:31:58 2016 +0000 Commit: Göktürk Yüksek gentoo org> CommitDate: Thu Dec 29 04:11:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b26349bd app-misc/lfm: migrate away from google code #544092 Package-Manager: portage-2.3.0 app-misc/lfm/lfm-2.3-r1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app-misc/lfm/lfm-2.3-r1.ebuild b/app-misc/lfm/lfm-2.3-r1.ebuild index 8eeb4c6..ce957fd 100644 --- a/app-misc/lfm/lfm-2.3-r1.ebuild +++ b/app-misc/lfm/lfm-2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -10,8 +10,8 @@ PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils DESCRIPTION="Last File Manager is a powerful file manager for the console" -HOMEPAGE="https://code.google.com/p/lfm/" -SRC_URI="https://lfm.googlecode.com/files/${P}.tar.gz" +HOMEPAGE="https://inigo.katxi.org/devel/lfm/" +SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"