Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/pdns-ldap-backend/
Date: Sat, 06 Apr 2019 22:23:11
Message-Id: 1554589334.ac228959a474f34d69b5808d68f105b8cee7cbe5.monsieurp@gentoo
1 commit: ac228959a474f34d69b5808d68f105b8cee7cbe5
2 Author: Wim Muskee <wimmuskee <AT> gmail <DOT> com>
3 AuthorDate: Sat Apr 6 05:20:58 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 6 22:22:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac228959
7
8 net-dns/pdns-ldap-backend: update HOMEPAGE, use HTTPS.
9
10 Closes: https://bugs.gentoo.org/682496
11 Signed-off-by: Wim Muskee <wimmuskee <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/11604
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild b/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
19 index ff05ebf0060..a53470cbafa 100644
20 --- a/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
21 +++ b/net-dns/pdns-ldap-backend/pdns-ldap-backend-0.2.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2019 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=5
28 @@ -6,7 +6,7 @@ EAPI=5
29 inherit autotools eutils multilib
30
31 DESCRIPTION="Fork of the official but unmaintained LDAP backend"
32 -HOMEPAGE="http://repo.or.cz/w/pdns-ldap-backend.git http://sequanux.org/cgi-bin/mailman/listinfo/pdns-ldap-backend"
33 +HOMEPAGE="https://repo.or.cz/w/pdns-ldap-backend.git http://sequanux.org/cgi-bin/mailman/listinfo/pdns-ldap-backend"
34 SRC_URI="http://sequanux.org/dl/${PN}/${P}.tar.gz"
35
36 LICENSE="GPL-2"