public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Brian Evans" <grknight@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/
Date: Mon, 25 Jul 2016 15:34:05 +0000 (UTC)	[thread overview]
Message-ID: <1469460737.a9d766d6acb7ddf76b71a91e157a3b0c48593523.grknight@gentoo> (raw)

commit:     a9d766d6acb7ddf76b71a91e157a3b0c48593523
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 15:32:17 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 15:32:17 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9d766d6

dev-php/pecl-yaml: Version bumps

PHP 7 support should be in a new slot

Package-Manager: portage-2.3.0

 dev-php/pecl-yaml/Manifest                         |  3 ++-
 ...0.0_rc5.ebuild => pecl-yaml-1.3.0_beta1.ebuild} | 17 +++++++-----
 dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild       | 31 ++++++++++++++++++++++
 3 files changed, 44 insertions(+), 7 deletions(-)

diff --git a/dev-php/pecl-yaml/Manifest b/dev-php/pecl-yaml/Manifest
index 94ab828..ab86bfb 100644
--- a/dev-php/pecl-yaml/Manifest
+++ b/dev-php/pecl-yaml/Manifest
@@ -1,2 +1,3 @@
 DIST yaml-1.2.0.tgz 38606 SHA256 fdf0eec6bf16b0c45e58076a2048f96140a778463724fb82ab49ab5fb4c7e19a SHA512 bd67e98afea42f0ab803cbb88ec59f1979b1bd9338f000d3b452ba620f2751b25873f531bd2309c59eb524c275883f01ff3106e796bb56d42f29b1a756be1b4c WHIRLPOOL da4f1e015bb5e96f057de6347edc382d9c1c4ee980125703b587135d19412dce69fd49ebd3ae85cc2755704192a4c9aa61cc7067d077a263517233088e81e7c1
-DIST yaml-2.0.0RC5.tgz 37703 SHA256 7e931e04f07e77611f48ea0ac8d1bbb0b197d0e4ee352425cf8703f4b919154b SHA512 44a597ea1a3b857d2edf5acd45a7027c75983bccc589830e867215a9135699227a0900a5ffb3a51099e0940ce58ff1e8ec4f5124163810839852b2452723d432 WHIRLPOOL c28816d920efd5609927f900f6e29ce4b756bc14f1553a5d8ee8a4497319aa7661afe63bd47713fe45460837a20867c9e7a6bda999ac4d066c72a4e33ce97dd1
+DIST yaml-1.3.0b1.tgz 37084 SHA256 e846c10bc1b632cdb59c0f73a926ff3067e96fa646cb0eec1d8c85d372310285 SHA512 37068b759a760b5e61098fad42edc06a3d8a868df94a974887af7531fbddaaab5c6547fbf53d70b87855c0a8ae0ff58e56431bb1bdfaa0c1fff96a3f5cb120d8 WHIRLPOOL cc49e9704912991097a9fe7481335c4b6353c1202c08e9554df4b00abb4441cfd990ade8660094c56e6d7adb1dd8d201d3896f123204cf3e4f9468edf9b56594
+DIST yaml-2.0.0RC8.tgz 38077 SHA256 44cab15d57b2fb8fa916ff9291059a34b0c3fa99298c2b08a5082f334613753a SHA512 68d6a09556b2203d61cc1a5b1280eaafa9005cafec8614eccb06377bbb98cf18c883fed6b856a3683ec5a161bd7f14a21729a0a23172b88610cfaf4436e41484 WHIRLPOOL cfc922ed5677e438c856f389348e675c33d228538c362163bc6496164db0593801a90f6c9cab2ceca920ca8ef19a5f094b551f9d909300e4b6ee55eec0ac537b

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc5.ebuild b/dev-php/pecl-yaml/pecl-yaml-1.3.0_beta1.ebuild
similarity index 56%
rename from dev-php/pecl-yaml/pecl-yaml-2.0.0_rc5.ebuild
rename to dev-php/pecl-yaml/pecl-yaml-1.3.0_beta1.ebuild
index ce0abaf..94f5200 100644
--- a/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc5.ebuild
+++ b/dev-php/pecl-yaml/pecl-yaml-1.3.0_beta1.ebuild
@@ -1,18 +1,22 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-MY_PV="${PV/rc/RC}"
+MY_PV="${PV/_beta/b}"
+PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
 PHP_EXT_NAME="yaml"
 PHP_EXT_INI="yes"
 PHP_EXT_ZENDEXT="no"
-DOCS="CREDITS README"
+DOCS=( CREDITS README )
 
-USE_PHP="php7-0"
+USE_PHP="php5-5 php5-6"
 
-inherit php-ext-pecl-r2
+inherit php-ext-pecl-r3
+
+S="${WORKDIR}/yaml-${MY_PV}"
+PHP_EXT_S="${S}"
 
 KEYWORDS="~amd64 ~x86"
 
@@ -23,3 +27,4 @@ IUSE=""
 
 DEPEND=">=dev-libs/libyaml-0.1.0"
 RDEPEND="${DEPEND}"
+PHP_EXT_ECONF_ARGS=""

diff --git a/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild b/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
new file mode 100644
index 0000000..751adbe
--- /dev/null
+++ b/dev-php/pecl-yaml/pecl-yaml-2.0.0_rc8.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PV="${PV/_rc/RC}"
+PHP_EXT_PECL_FILENAME="yaml-${MY_PV}.tgz"
+PHP_EXT_NAME="yaml"
+PHP_EXT_INI="yes"
+PHP_EXT_ZENDEXT="no"
+DOCS=( CREDITS README )
+
+USE_PHP="php7-0 php5-6"
+
+inherit php-ext-pecl-r3
+
+S="${WORKDIR}/yaml-${MY_PV}"
+PHP_EXT_S="${S}"
+USE_PHP="php7-0"
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="YAML 1.1 (YAML Ain't Markup Language) serialization for PHP"
+LICENSE="MIT"
+SLOT="7"
+IUSE=""
+
+DEPEND=">=dev-libs/libyaml-0.1.0"
+RDEPEND="${DEPEND} php_targets_php5-6? ( dev-php/pecl-yaml:0[php_targets_php5-6] )"
+PHP_EXT_ECONF_ARGS=""


             reply	other threads:[~2016-07-25 15:34 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-25 15:34 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-18  7:56 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-yaml/ Sam James
2023-12-28  1:28 Conrad Kostecki
2022-10-26 19:56 Conrad Kostecki
2022-10-26 19:56 Conrad Kostecki
2022-03-16 12:58 Brian Evans
2022-03-15 15:44 Conrad Kostecki
2020-12-31 21:09 Brian Evans
2020-12-10 20:26 Brian Evans
2020-12-10 20:26 Brian Evans
2020-07-08 12:49 Thomas Deutschmann
2019-11-29 13:34 Thomas Deutschmann
2018-12-18 15:35 Brian Evans
2018-12-18 15:35 Brian Evans
2018-12-18 15:35 Brian Evans
2017-08-14 15:01 Brian Evans
2017-08-14 15:01 Brian Evans
2016-12-07 21:00 Brian Evans
2016-12-07 21:00 Brian Evans
2016-08-24  5:19 Patrick Lauer
2016-08-23 20:58 Brian Evans
2016-05-21 15:47 Pacho Ramos
2015-11-06 15:40 Brian Evans
2015-09-25 15:56 Michael Orlitzky

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=1469460737.a9d766d6acb7ddf76b71a91e157a3b0c48593523.grknight@gentoo \
    --to=grknight@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