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 E0ABF139695 for ; Mon, 12 Jun 2017 12:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6157E0EBA; Mon, 12 Jun 2017 12:02:25 +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 A2FF0E0EBA for ; Mon, 12 Jun 2017 12:02:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66E603419A6 for ; Mon, 12 Jun 2017 12:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29D1B747F for ; Mon, 12 Jun 2017 12:02:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497268932.617c669a1a229d8675ff90266e30b186ab9fccde.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/mozldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/mozldap/mozldap-6.0.6-r2.ebuild dev-libs/mozldap/mozldap-6.0.7-r1.ebuild dev-libs/mozldap/mozldap-6.0.7.ebuild X-VCS-Directories: dev-libs/mozldap/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 617c669a1a229d8675ff90266e30b186ab9fccde X-VCS-Branch: master Date: Mon, 12 Jun 2017 12:02:22 +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: 26ed133a-f6f7-44ff-a872-71f3af7d9609 X-Archives-Hash: c74b961a5d123cd46aefd60a292021cb commit: 617c669a1a229d8675ff90266e30b186ab9fccde Author: Michael Palimaka gentoo org> AuthorDate: Mon Jun 12 11:43:43 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Jun 12 12:02:12 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617c669a dev-libs/mozldap: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-libs/mozldap/mozldap-6.0.6-r2.ebuild | 4 ++-- dev-libs/mozldap/mozldap-6.0.7-r1.ebuild | 4 ++-- dev-libs/mozldap/mozldap-6.0.7.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/mozldap/mozldap-6.0.6-r2.ebuild b/dev-libs/mozldap/mozldap-6.0.6-r2.ebuild index cac1c4d114a..50fbfae52a7 100644 --- a/dev-libs/mozldap/mozldap-6.0.6-r2.ebuild +++ b/dev-libs/mozldap/mozldap-6.0.6-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="2" @@ -8,7 +8,7 @@ WANT_AUTOCONF="2.1" inherit eutils multilib versionator autotools DESCRIPTION="Mozilla LDAP C SDK" -HOMEPAGE="http://wiki.mozilla.org/LDAP_C_SDK" +HOMEPAGE="https://wiki.mozilla.org/LDAP_C_SDK" SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v${PV}/src/${P}.tar.gz" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" diff --git a/dev-libs/mozldap/mozldap-6.0.7-r1.ebuild b/dev-libs/mozldap/mozldap-6.0.7-r1.ebuild index 0061bdc06ce..1b0bd269d12 100644 --- a/dev-libs/mozldap/mozldap-6.0.7-r1.ebuild +++ b/dev-libs/mozldap/mozldap-6.0.7-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="6" @@ -8,7 +8,7 @@ WANT_AUTOCONF="2.1" inherit eutils multilib versionator autotools DESCRIPTION="Mozilla LDAP C SDK" -HOMEPAGE="http://wiki.mozilla.org/LDAP_C_SDK" +HOMEPAGE="https://wiki.mozilla.org/LDAP_C_SDK" SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v${PV}/src/${P}.tar.gz" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" diff --git a/dev-libs/mozldap/mozldap-6.0.7.ebuild b/dev-libs/mozldap/mozldap-6.0.7.ebuild index cc917f9f8a5..fd569577324 100644 --- a/dev-libs/mozldap/mozldap-6.0.7.ebuild +++ b/dev-libs/mozldap/mozldap-6.0.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ WANT_AUTOCONF="2.1" inherit eutils multilib versionator autotools DESCRIPTION="Mozilla LDAP C SDK" -HOMEPAGE="http://wiki.mozilla.org/LDAP_C_SDK" +HOMEPAGE="https://wiki.mozilla.org/LDAP_C_SDK" SRC_URI="ftp://ftp.mozilla.org/pub/mozilla.org/directory/c-sdk/releases/v${PV}/src/${P}.tar.gz" LICENSE="MPL-1.1 GPL-2 LGPL-2.1"