Gentoo Archives: gentoo-commits

From: Tobias Klausmann <klausman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-nds/nsscache/
Date: Tue, 01 Sep 2015 19:56:10
Message-Id: 1441137213.7491b5ba96f98b0bb64c8884cb4198115bb593ff.klausman@gentoo
1 commit: 7491b5ba96f98b0bb64c8884cb4198115bb593ff
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:53:33 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:53:33 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7491b5ba
7
8 net-nds/nsscache: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 net-nds/nsscache/nsscache-0.23.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-nds/nsscache/nsscache-0.23.ebuild b/net-nds/nsscache/nsscache-0.23.ebuild
16 index 9ba7357..5e93369 100644
17 --- a/net-nds/nsscache/nsscache-0.23.ebuild
18 +++ b/net-nds/nsscache/nsscache-0.23.ebuild
19 @@ -13,7 +13,7 @@ PYTHON_USE_WITH_OPT="nssdb"
20 inherit eutils python distutils
21
22 DESCRIPTION="commandline tool to sync directory services to local cache"
23 -HOMEPAGE="https://code.google.com/p/nsscache/"
24 +HOMEPAGE="https://github.com/google/nsscache"
25 SRC_URI="https://nsscache.googlecode.com/files/${P}.tar.gz"
26
27 LICENSE="GPL-2"