public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/files/1.3.2/, dev-php/pecl-gnupg/
@ 2016-07-21 20:20 Brian Evans
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans @ 2016-07-21 20:20 UTC (permalink / raw
  To: gentoo-commits

commit:     558795c450f268cf75c10e2ac020e04d31be7bc4
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 21 20:20:11 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul 21 20:20:11 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558795c4

dev-php/pecl-gnupg: Version bump with php 7 support; fix patch for -p1

Package-Manager: portage-2.3.0

 dev-php/pecl-gnupg/Manifest                        |  1 +
 .../files/1.3.2/01-large_file_system.patch         |  4 +--
 dev-php/pecl-gnupg/pecl-gnupg-1.4.0_rc1.ebuild     | 29 ++++++++++++++++++++++
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-gnupg/Manifest b/dev-php/pecl-gnupg/Manifest
index 8823a52..17d9c95 100644
--- a/dev-php/pecl-gnupg/Manifest
+++ b/dev-php/pecl-gnupg/Manifest
@@ -1,2 +1,3 @@
 DIST gnupg-1.3.3.tgz 19141 SHA256 6a20b9bb8567b305a77bc2c5671c3cb28006f337f5f022aff4e2968a2a3eb121 SHA512 ac6c315e7734b9efc82aa18664572dc24977d285cae588e58f5dbe8c7caeb89216f4be3889d18fa9840c69ab201faee058d3e4cd197f977e60fcb0a4fd594ed2 WHIRLPOOL 9f798989856e67ea4792502840a2a33b0b09fc110a2122ed65cc0c7faec363704164dbfd25ded3c704149fe6cff81cb686df0531caf73b4c94cfd55127469d04
 DIST gnupg-1.3.6.tgz 19273 SHA256 50065cb81f1ac3ec5fcd796e58c8433071ff24cc14900e6077682717f5239307 SHA512 94061da44ab950571b38ea677e904eae1d099f8b6b528ade5e242ff1a67d81ac7e70174bc075037d7820e9cd7983524d67e1381d1ab2e98d466fe1e855820b73 WHIRLPOOL 1423ecbdd59607198a39ba51286d7e9380dfbdcfe9f70bdf932ef57b5cc863b92ef0a85409e40fb88499d628f80a800c90821f671727bd50d083a65a61c8bdc1
+DIST gnupg-1.4.0RC1.tgz 27969 SHA256 927112e16e3267dd64b1e61b7ce355fb3a314200646a8ce7056dd5e83965e604 SHA512 633d913b766a1bb8196abda4b5a92ed7e35a362cf02838681e370653b41f8f6e5f0a32c9250c5ff3ab6d08345c608d3cc5e387cd0ab3d20b56a49b21e8c1b865 WHIRLPOOL 3008cc339d9bf2f9e0f4e3fcb03b073a2ed90bbed72344bf32d558ac8e40fb278c722c230737dba4364f716e8fde1e0ddab059079a8c6eaeb0c1649d35d43017

diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
index 4e64e3c..c679bad 100644
--- a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
+++ b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
@@ -1,5 +1,5 @@
---- config.m4	2007-05-04 13:23:41.000000000 +0000
-+++ config.m4.new	2010-03-28 01:13:10.000000000 +0000
+--- a/config.m4	2007-05-04 13:23:41.000000000 +0000
++++ b/config.m4	2010-03-28 01:13:10.000000000 +0000
 @@ -41,4 +41,6 @@
    PHP_SUBST(GNUPG_SHARED_LIBADD)
  

diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0_rc1.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0_rc1.ebuild
new file mode 100644
index 0000000..2f0a593
--- /dev/null
+++ b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0_rc1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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-5 php5-6 php7-0"
+
+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"
+RDEPEND="${DEPEND}"
+
+PATCHES=( "${FILESDIR}"/1.3.2/01-large_file_system.patch )


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/files/1.3.2/, dev-php/pecl-gnupg/
@ 2021-09-23 15:23 Brian Evans
  0 siblings, 0 replies; 2+ messages in thread
From: Brian Evans @ 2021-09-23 15:23 UTC (permalink / raw
  To: gentoo-commits

commit:     5feeac20c0d7628cd41b7097022863aef9b8a339
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 23 14:49:41 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Sep 23 14:49:41 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5feeac20

dev-php/pecl-gnupg: Drop old

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 dev-php/pecl-gnupg/Manifest                        |  1 -
 .../files/1.3.2/01-large_file_system.patch         |  9 ------
 dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild      | 33 ----------------------
 3 files changed, 43 deletions(-)

diff --git a/dev-php/pecl-gnupg/Manifest b/dev-php/pecl-gnupg/Manifest
index 064537d02be..b025f810f9b 100644
--- a/dev-php/pecl-gnupg/Manifest
+++ b/dev-php/pecl-gnupg/Manifest
@@ -1,2 +1 @@
-DIST gnupg-1.4.0.tgz 28349 BLAKE2B d023746b104db38bcf7617d79570aa3c38d318879d34b1d4df7fc0c28b4e435deadc2a1a4827922cc14a8068b578896e297c8fe8461afebd2768ffb63ddc502d SHA512 70fa1d2956bc5caedbeadf556f9f40a7b963d3b519d6574b0c7695d9fb4c7f9d612306f475a90a1125661407c11de97040e54b158f38d71f239c1fe436d48018
 DIST gnupg-1.5.0.tgz 37045 BLAKE2B 61031a493fc460b102c0a2e831e7523c4eeafc203d51a40d8aa902992740d96e3f1f46437a51a65dceefa283845d00d0b39db90163b7901a29cd133ddfc34d7c SHA512 1b4f9a39a2c585c5f8d749f8e2e2256d9765480ef8ef93c24c538b2f1284dacf8e9f71a42f96fa3150ace1a6ff37256a7a849f29a3e57332fe3b05656e4199cc

diff --git a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch b/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
deleted file mode 100644
index c679bad631d..00000000000
--- a/dev-php/pecl-gnupg/files/1.3.2/01-large_file_system.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- a/config.m4	2007-05-04 13:23:41.000000000 +0000
-+++ b/config.m4	2010-03-28 01:13:10.000000000 +0000
-@@ -41,4 +41,6 @@
-   PHP_SUBST(GNUPG_SHARED_LIBADD)
- 
-   PHP_NEW_EXTENSION(gnupg, [gnupg.c gnupg_keylistiterator.c], $ext_shared)
-+
-+  AC_SYS_LARGEFILE
- fi

diff --git a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
deleted file mode 100644
index ce3a3f29845..00000000000
--- a/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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-1 php7-2 php7-3 php7-4"
-
-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 app-crypt/gnupg"
-RDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}"/1.3.2/01-large_file_system.patch )
-
-# tests are broken with gnupg 2.0/2.1, see:
-# https://github.com/php-gnupg/php-gnupg/issues/2
-# https://github.com/php-gnupg/php-gnupg/issues/3
-RESTRICT="test"


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-23 15:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-23 15:23 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/files/1.3.2/, dev-php/pecl-gnupg/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2016-07-21 20:20 Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox