From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 960741383DE for ; Tue, 1 Sep 2015 20:06:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03759E08AF; Tue, 1 Sep 2015 20:06:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9A7C0E08AF for ; Tue, 1 Sep 2015 20:06:40 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2290D34087E for ; Tue, 1 Sep 2015 20:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B970618D for ; Tue, 1 Sep 2015 20:06:36 +0000 (UTC) From: "Tobias Klausmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tobias Klausmann" Message-ID: <1441137681.2b96f1f37b15005c37cb0addfd5384ccd66d11d9.klausman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/exfat-utils/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild X-VCS-Directories: sys-fs/exfat-utils/ X-VCS-Committer: klausman X-VCS-Committer-Name: Tobias Klausmann X-VCS-Revision: 2b96f1f37b15005c37cb0addfd5384ccd66d11d9 X-VCS-Branch: master Date: Tue, 1 Sep 2015 20:06:36 +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: ca1f3c79-5bf9-4674-b13a-baa2e6f75931 X-Archives-Hash: e26a1c78084103b355ef4f6b0702d394 commit: 2b96f1f37b15005c37cb0addfd5384ccd66d11d9 Author: Tobias Klausmann gentoo org> AuthorDate: Tue Sep 1 20:01:21 2015 +0000 Commit: Tobias Klausmann gentoo org> CommitDate: Tue Sep 1 20:01:21 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b96f1f3 sys-fs/exfat-utils: Fixing HOMEPAGE move due to code.google.com shutdown Package-Manager: portage-2.2.20.1 sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild | 2 +- sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild | 2 +- sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild index 4a5efd5..f8d3ac5 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.0.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="https://code.google.com/p/exfat/" +HOMEPAGE="https://github.com/relan/exfat" SRC_URI="https://exfat.googlecode.com/files/${P}.tar.gz" LICENSE="GPL-3" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild index 4ff5e45..b7919c6 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="https://code.google.com/p/exfat/" +HOMEPAGE="https://github.com/relan/exfat" SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3bnR2WHowZXNtUVU -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+" diff --git a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild index 74f7e87..0e5f3ac 100644 --- a/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild +++ b/sys-fs/exfat-utils/exfat-utils-1.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils toolchain-funcs DESCRIPTION="exFAT filesystem utilities" -HOMEPAGE="https://code.google.com/p/exfat/" +HOMEPAGE="https://github.com/relan/exfat" SRC_URI="https://docs.google.com/uc?export=download&id=0B7CLI-REKbE3UzNtSkRvdHBpdjQ -> ${P}.tar.gz" LICENSE="GPL-2+" # COPYING is GPL-2 but ChangeLog says "Relicensed the project from GPLv3+ to GPLv2+"