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 2FD7F1382C5 for ; Mon, 10 May 2021 22:17:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 628C5E079E; Mon, 10 May 2021 22:17:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 47C96E079E for ; Mon, 10 May 2021 22:17:35 +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 C1B4D340D1D for ; Mon, 10 May 2021 22:17:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EDB084D2 for ; Mon, 10 May 2021 22:17:31 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1620685034.74e83b159bfc338bbda95f86b6b2a30839c089c3.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-php/PEAR-Net_LDAP3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/PEAR-Net_LDAP3/Manifest dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild dev-php/PEAR-Net_LDAP3/metadata.xml profiles/package.mask X-VCS-Directories: dev-php/PEAR-Net_LDAP3/ profiles/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 74e83b159bfc338bbda95f86b6b2a30839c089c3 X-VCS-Branch: master Date: Mon, 10 May 2021 22:17:31 +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: daec3bc9-8388-4938-9dcd-61fced5cb024 X-Archives-Hash: b3191cb8cedd7e115b004bd731b133c0 commit: 74e83b159bfc338bbda95f86b6b2a30839c089c3 Author: Jakov Smolic sartura hr> AuthorDate: Mon May 10 22:17:14 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Mon May 10 22:17:14 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e83b15 dev-php/PEAR-Net_LDAP3: Remove last-rited pkg Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-php/PEAR-Net_LDAP3/Manifest | 1 - .../PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild | 24 ---------------------- dev-php/PEAR-Net_LDAP3/metadata.xml | 8 -------- profiles/package.mask | 7 ------- 4 files changed, 40 deletions(-) diff --git a/dev-php/PEAR-Net_LDAP3/Manifest b/dev-php/PEAR-Net_LDAP3/Manifest deleted file mode 100644 index 7e44f3943d0..00000000000 --- a/dev-php/PEAR-Net_LDAP3/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST PEAR-Net_LDAP3-1.0.5_pre20160405.tar.gz 37059 BLAKE2B bf73ff426b7260e65fe467643b238c4e7cfdb4409728b74e09820ade8b79d5ca75187952f2f945f941956bb372871015f9cddfd0ce2cfb892191f81615bc7ea8 SHA512 c24e3af5b8ae03ff598f05e64419ff23b6efe51f4e56a15492cd0f41b9fae815199057f63b12212f2d3707bd14cdbda75b03e6155d755bd6408739f987ccf75d diff --git a/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild b/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild deleted file mode 100644 index f420f5da032..00000000000 --- a/dev-php/PEAR-Net_LDAP3/PEAR-Net_LDAP3-1.0.5_pre20160405.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="PEAR:Net_LDAP2 successor, provides functionality for accessing LDAP" -HOMEPAGE="https://gitlab.com/roundcube/net_ldap3" -SRC_URI="https://dev.gentoo.org/~pinkbyte/distfiles/snapshots/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 arm ~hppa ppc ppc64 sparc x86" - -RDEPEND=" - dev-lang/php:*[ldap] - dev-php/PEAR-Net_LDAP2 -" - -S="${WORKDIR}" - -src_install() { - insinto "/usr/share/php" - doins -r lib/* -} diff --git a/dev-php/PEAR-Net_LDAP3/metadata.xml b/dev-php/PEAR-Net_LDAP3/metadata.xml deleted file mode 100644 index 5b159fbcadd..00000000000 --- a/dev-php/PEAR-Net_LDAP3/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - pinkbyte@gentoo.org - Sergey Popov - - diff --git a/profiles/package.mask b/profiles/package.mask index 0a9d154c544..3a1fd6c2a46 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -688,13 +688,6 @@ dev-python/monotonic # Masked for testing >=app-crypt/gnupg-2.3.0 -# Sergey Popov (2021-04-06) -# Ancient version, currently no consumers in main tree -# The only one consumer was mail-client/roundcube -# and now it uses bundled version -# Masked for removal in 30 days. -dev-php/PEAR-Net_LDAP3 - # Sam James (2021-03-30) # Seems to break dev-tex/culmus-latex # Masking until we can investigate & fix