Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/
Date: Thu, 06 Jun 2019 12:19:52
Message-Id: 1559823527.c335f2001fb23c44c67b3178d6342f85250d2d3c.whissi@gentoo
1 commit: c335f2001fb23c44c67b3178d6342f85250d2d3c
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jun 6 12:18:47 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 6 12:18:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c335f200
7
8 dev-php/pecl-gnupg: drop old
9
10 Package-Manager: Portage-2.3.67, Repoman-2.3.14
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild | 28 ---------------------------
14 1 file changed, 28 deletions(-)
15
16 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
17 deleted file mode 100644
18 index ab2811be502..00000000000
19 --- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI="6"
26 -
27 -MY_P="${PN/pecl-/}-${PV/_rc/RC}"
28 -PHP_EXT_NAME="gnupg"
29 -PHP_EXT_INI="yes"
30 -PHP_EXT_ZENDEXT="no"
31 -PHP_EXT_PECL_FILENAME="${MY_P}.tgz"
32 -PHP_EXT_S="${WORKDIR}/${MY_P}"
33 -
34 -USE_PHP="php5-6 php7-0 php7-1 php7-2"
35 -
36 -inherit php-ext-pecl-r3
37 -
38 -S="${PHP_EXT_S}"
39 -
40 -KEYWORDS="~amd64 ~x86"
41 -DESCRIPTION="PHP wrapper around the gpgme library"
42 -LICENSE="BSD-2"
43 -SLOT="0"
44 -IUSE=""
45 -
46 -DEPEND="app-crypt/gpgme <app-crypt/gnupg-2"
47 -RDEPEND="${DEPEND}"
48 -
49 -PATCHES=( "${FILESDIR}"/1.3.2/01-large_file_system.patch )