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-rrd/
Date: Wed, 29 Jun 2016 16:20:48 +0000 (UTC)	[thread overview]
Message-ID: <1467216462.111154913602290e8f265fe8cf57ffdc42fafc77.grknight@gentoo> (raw)

commit:     111154913602290e8f265fe8cf57ffdc42fafc77
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 16:07:42 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 16:07:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11115491

dev-php/pecl-rrd: Version bump into new slot

Package-Manager: portage-2.3.0

 dev-php/pecl-rrd/Manifest                                      |  2 +-
 .../pecl-rrd/{pecl-rrd-2.0.0.ebuild => pecl-rrd-2.0.1.ebuild}  | 10 +++++++---
 2 files changed, 8 insertions(+), 4 deletions(-)

diff --git a/dev-php/pecl-rrd/Manifest b/dev-php/pecl-rrd/Manifest
index 52d0e4f..9e5ea15 100644
--- a/dev-php/pecl-rrd/Manifest
+++ b/dev-php/pecl-rrd/Manifest
@@ -1,3 +1,3 @@
 DIST rrd-1.1.0.tgz 18639 SHA256 3c31c9e07da55a57978a1e2801051ebfcad4a35fd1664e9bea63ecdfca0fcfdb SHA512 5d6887fbe5e9f5589ab3876ecb187159b10727f4cd64d4aaaf98442c737aaa9e43394d7795b1eb06d62dc253bb98d4c40ab37520ccf54850b3306ef14225619a WHIRLPOOL 4a7fab06d295cc4f0ebe96cd5bf68b12a889bd0048619ea9ad82639cb3ad08f4a9046102a164cd9c812f6e1c709998d4366fc94f2cb88ea465eac1c1769ebf0c
 DIST rrd-1.1.3.tgz 19229 SHA256 0415ac51e09fe2e7a999d155d10d6af42ddf40ab0b4847a63ed1f9458533858e SHA512 356264de1b967af0f78e25e3c0afcbec704dd3e49d828e08d21d744d5fcdc46f4cd7f7c118b4e283c20bcaf2a4c29e0ac9437c7f66ca0d260a76fddf7b9d3242 WHIRLPOOL dbb3317985e47130ee03c4ba6284428d38e25849a8da9a3ada2437f4e5b276e79a104131a64aad0e244fe5b63d5d310d81bbbb090517efcd3b8a6e18992c1d6f
-DIST rrd-2.0.0.tgz 19212 SHA256 b6dd68414cd9ce73fc487873b3feeecd4aac8f1b5bebece91c33fa3023a80ffd SHA512 288965167f01ce5f3b2e1b1e4c223093a2fdae594104ee69163c0c71d7cc72c8bfbcc46a1bb5c21d165884929eeb4f7b0be083b9118ba543c2f4b8769f429117 WHIRLPOOL be51b42ccbb5346fe253eb89c20074ba330f4e122288b92dd91ceff5eb77b1e09c1234ce2bacf08fe83e82a0428e181f88b1aa2a1301d2b9ab08d57daf33da21
+DIST rrd-2.0.1.tgz 18880 SHA256 39f5ae515de003d8dad6bfd77db60f5bd5b4a9f6caa41479b1b24b0d6592715d SHA512 b6f7173f54fcf49bf014cc6c78263c169cdf53dac66c12f5f88db7e01b49ea74da84a55f61deb25c866e6e2e74275ec48fc4a3d1b46719f66b5b7b7eb000b6b3 WHIRLPOOL 52825f29b2eb8462d14d21d13c5b9f4d06057d4150a85eb8dead2c2dc1152fcbb2b14821940e851e7bf3cb4172f0735223a6ffa7ff8634bfd862e40eaecb4fae

diff --git a/dev-php/pecl-rrd/pecl-rrd-2.0.0.ebuild b/dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
similarity index 61%
rename from dev-php/pecl-rrd/pecl-rrd-2.0.0.ebuild
rename to dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
index b649c43..847faf4 100644
--- a/dev-php/pecl-rrd/pecl-rrd-2.0.0.ebuild
+++ b/dev-php/pecl-rrd/pecl-rrd-2.0.1.ebuild
@@ -4,16 +4,20 @@
 
 EAPI=5
 
-USE_PHP="php7-0"
+# Define 5.6 here to have the {,REQUIRED_}USE generated
+USE_PHP="php7-0 php5-6"
 
 inherit php-ext-pecl-r2
 
+# But we really only build 7.0
+USE_PHP="php7-0"
+
 KEYWORDS="~amd64 ~x86"
 
 DESCRIPTION="RRDtool bindings for PHP"
 LICENSE="BSD"
 
-SLOT="0"
+SLOT="7"
 
 DEPEND=">=net-analyzer/rrdtool-1.4.5-r1[graph]"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND} php_targets_php5-6? ( ${CATEGORY}/${PN}:0 )"


             reply	other threads:[~2016-06-29 16:20 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-29 16:20 Brian Evans [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-12-28  2:00 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-rrd/ Conrad Kostecki
2023-12-28  2:00 Conrad Kostecki
2022-12-12 18:22 Brian Evans
2021-10-15 14:33 Thomas Deutschmann
2021-01-11 15:35 Brian Evans
2019-11-29 13:34 Thomas Deutschmann
2019-06-07 14:14 Thomas Deutschmann
2018-04-06 17:03 Brian Evans
2017-05-17 16:53 Brian Evans
2017-01-17 19:16 Michael Orlitzky
2016-07-14 21:03 Brian Evans
2016-01-14 21:35 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=1467216462.111154913602290e8f265fe8cf57ffdc42fafc77.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