public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hanno Boeck" <hanno@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/
Date: Mon, 16 Jul 2018 09:04:22 +0000 (UTC)	[thread overview]
Message-ID: <1531731839.c38e9c07638d7db84e8e98b3e999cefaf50745db.hanno@gentoo> (raw)

commit:     c38e9c07638d7db84e8e98b3e999cefaf50745db
Author:     Hanno <hanno <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 16 09:03:59 2018 +0000
Commit:     Hanno Boeck <hanno <AT> gentoo <DOT> org>
CommitDate: Mon Jul 16 09:03:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c38e9c07

dev-php/pecl-gnupg: Allow gnupg 2.

The existing package is not installable due to conflicting
dependencies.
Basic functionality works with gnupg 2. Some tests fail,
therefore restricting tests.

Closes: https://bugs.gentoo.org/657048
Package-Manager: Portage-2.3.42, Repoman-2.3.9

 dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild | 33 +++++++++++++++++++++++++++
 1 file changed, 33 insertions(+)

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
new file mode 100644
index 00000000000..d4642afe226
--- /dev/null
+++ b/dev-php/pecl-gnupg/pecl-gnupg-1.4.0-r2.ebuild
@@ -0,0 +1,33 @@
+# 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 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"


             reply	other threads:[~2018-07-16  9:04 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-16  9:04 Hanno Boeck [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-17 20:39 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-gnupg/ Michael Orlitzky
2022-01-20 16:21 Brian Evans
2021-04-27 14:31 Thomas Deutschmann
2021-03-25 17:11 Brian Evans
2019-11-28 22:48 Thomas Deutschmann
2019-06-06 12:19 Thomas Deutschmann
2019-06-06 12:19 Thomas Deutschmann
2019-06-06 12:19 Thomas Deutschmann
2018-03-27 18:20 Brian Evans
2016-10-11 14:07 Brian Evans
2016-10-11 14:07 Brian Evans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1531731839.c38e9c07638d7db84e8e98b3e999cefaf50745db.hanno@gentoo \
    --to=hanno@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox