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 F2A60139355 for ; Mon, 2 Aug 2021 21:18:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3D0FE0951; Mon, 2 Aug 2021 21:18:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DAFACE0951 for ; Mon, 2 Aug 2021 21:18:00 +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 8E190343C4C for ; Mon, 2 Aug 2021 21:17:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2CDA47A7 for ; Mon, 2 Aug 2021 21:17:58 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1627938887.32ecc32ff82fcc7d125e9a669f3c337240386934.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/perl-ldap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/perl-ldap/Manifest dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild X-VCS-Directories: dev-perl/perl-ldap/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 32ecc32ff82fcc7d125e9a669f3c337240386934 X-VCS-Branch: master Date: Mon, 2 Aug 2021 21:17:58 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9ea30fc6-e1e7-4e47-a372-54422514fe2a X-Archives-Hash: ffbf65d9190e8710f2727f1868cc66c8 commit: 32ecc32ff82fcc7d125e9a669f3c337240386934 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 2 20:59:06 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 2 21:14:47 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32ecc32f dev-perl/perl-ldap: Version bump 0.68 Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel gentoo.org> dev-perl/perl-ldap/Manifest | 1 + dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild | 34 +++++++++++++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/dev-perl/perl-ldap/Manifest b/dev-perl/perl-ldap/Manifest index cc5a1c10ddf..4f90d146687 100644 --- a/dev-perl/perl-ldap/Manifest +++ b/dev-perl/perl-ldap/Manifest @@ -1 +1,2 @@ DIST perl-ldap-0.65.tar.gz 311145 BLAKE2B 6fe285804a39d6b93aa77b1ece65708e8b79f86667e9ee24bbfcbe12d9f2b3065360e6ca65d2641512226645cdbe4033ba4a20cb400fa44a42245167f83ab8cc SHA512 567de41fc1e659de23b4ae7b6cec5a60df0ad8bc90062158cf83f90d3729ac27a8bacb276b732931fefbf33847fe1baec7a62393aae5978f3c55c6c602f93747 +DIST perl-ldap-0.68.tar.gz 318199 BLAKE2B 1026b50d9c1b0da54205e27b75e76ba34bd89fb173f000784b003f94a6df429ba75105fabbb381f18e2475c0d788834391bbd17fec77ceb6e6c076813e686a40 SHA512 9b6260ac997c3279585745571f7d825aac956f157aef5715f13efb118723379aa9c838fdc123e2932047b28b38ebc2261ebe82ae1ef6a1f383b775d748ff18c6 diff --git a/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild new file mode 100644 index 00000000000..8e2f8f6e92f --- /dev/null +++ b/dev-perl/perl-ldap/perl-ldap-0.680.0.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DIST_AUTHOR=MARSCHAP +DIST_VERSION=0.68 +inherit perl-module + +DESCRIPTION="Perl modules which provide an object-oriented interface to LDAP servers" + +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="sasl xml ssl" + +RDEPEND=" + dev-perl/Authen-SASL + dev-perl/Convert-ASN1 + dev-perl/IO-Socket-INET6 + dev-perl/URI + sasl? ( + virtual/perl-Digest-MD5 + dev-perl/Authen-SASL + ) + xml? ( + dev-perl/XML-Parser + dev-perl/XML-SAX + dev-perl/XML-SAX-Writer + ) + ssl? ( + >=dev-perl/IO-Socket-SSL-1.26 + )" +BDEPEND="${RDEPEND} +"