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 BBECE138334 for ; Thu, 6 Jun 2019 12:19:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66124E0896; Thu, 6 Jun 2019 12:19:50 +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 3DE5CE088A for ; Thu, 6 Jun 2019 12:19:50 +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 5E0DB3457FA for ; Thu, 6 Jun 2019 12:19:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB044607 for ; Thu, 6 Jun 2019 12:19:45 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1559823527.c335f2001fb23c44c67b3178d6342f85250d2d3c.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild X-VCS-Directories: dev-php/pecl-gnupg/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c335f2001fb23c44c67b3178d6342f85250d2d3c X-VCS-Branch: master Date: Thu, 6 Jun 2019 12:19:45 +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: 58ec9198-98e0-4c22-95b1-b1c210047ed1 X-Archives-Hash: 40ae247e6518f1a08cdf61481429960b commit: c335f2001fb23c44c67b3178d6342f85250d2d3c Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Jun 6 12:18:47 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Jun 6 12:18:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c335f200 dev-php/pecl-gnupg: drop old Package-Manager: Portage-2.3.67, Repoman-2.3.14 Signed-off-by: Thomas Deutschmann gentoo.org> dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild | 28 --------------------------- 1 file changed, 28 deletions(-) diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild deleted file mode 100644 index ab2811be502..00000000000 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -MY_P="${PN/pecl-/}-${PV/_rc/RC}" -PHP_EXT_NAME="gnupg" -PHP_EXT_INI="yes" -PHP_EXT_ZENDEXT="no" -PHP_EXT_PECL_FILENAME="${MY_P}.tgz" -PHP_EXT_S="${WORKDIR}/${MY_P}" - -USE_PHP="php5-6 php7-0 php7-1 php7-2" - -inherit php-ext-pecl-r3 - -S="${PHP_EXT_S}" - -KEYWORDS="~amd64 ~x86" -DESCRIPTION="PHP wrapper around the gpgme library" -LICENSE="BSD-2" -SLOT="0" -IUSE="" - -DEPEND="app-crypt/gpgme