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-misc/openvpn-auth-ldap/
Date: Tue, 01 Sep 2015 19:56:07
Message-Id: 1441137146.a826e542d7c6272f48e053c810d69d41258afae5.klausman@gentoo
1 commit: a826e542d7c6272f48e053c810d69d41258afae5
2 Author: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
3 AuthorDate: Tue Sep 1 19:52:26 2015 +0000
4 Commit: Tobias Klausmann <klausman <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 1 19:52:26 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a826e542
7
8 net-misc/openvpn-auth-ldap: Fixing HOMEPAGE move due to code.google.com shutdown
9
10 Package-Manager: portage-2.2.20.1
11
12 net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild b/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild
16 index 674dafc..f59b26b 100644
17 --- a/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild
18 +++ b/net-misc/openvpn-auth-ldap/openvpn-auth-ldap-2.0.4_pre20131110.ebuild
19 @@ -7,7 +7,7 @@ EAPI=5
20 inherit eutils autotools flag-o-matic
21
22 DESCRIPTION="LDAP authentication and authorization plugin for OpenVPN 2.x"
23 -HOMEPAGE="https://code.google.com/p/openvpn-auth-ldap/"
24 +HOMEPAGE="https://github.com/threerings/openvpn-auth-ldap"
25 SRC_URI="https://dev.gentoo.org/~ercpe/distfiles/${CATEGORY}/${PN}/${P}.tar.bz2"
26
27 LICENSE="BSD"