public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-cairo/
@ 2016-06-29 17:33 Brian Evans
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2016-06-29 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     cc5fed713be2309ef19f6347ccd7bbfc348c3861
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 17:33:10 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 17:33:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5fed71

dev-php/pecl-cairo: Replace php5-4 USE with php5-6

Builds OK with 5.6 and tests pass

Package-Manager: portage-2.3.0

 dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
index 22101e2..a4c6e27 100644
--- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
+++ b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 
 DOCS="TODO"
 
-USE_PHP="php5-4 php5-5"
+USE_PHP="php5-5 php5-6"
 
 inherit php-ext-pecl-r2
 


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-cairo/
@ 2016-11-28 19:38 Brian Evans
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2016-11-28 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e3884572316bdb2dc4e764f164f458cf1565796e
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 19:14:27 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 19:37:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3884572

dev-php/pecl-cairo: Revbump to drop php 5.5 dependencies

This package has not been ported and fails with PHP 7.0.
Patches are welcome, but this package is in danger of being dropped
when PHP 5.6 becomes obsolete.

Package-Manager: portage-2.3.2

 dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild
new file mode 100644
index 00000000..05536db
--- /dev/null
+++ b/dev-php/pecl-cairo/pecl-cairo-0.3.2-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="6"
+
+DOCS=( TODO )
+
+USE_PHP="php5-6"
+
+PHP_EXT_S="${WORKDIR}/Cairo-${PV}"
+
+inherit php-ext-pecl-r3
+
+KEYWORDS="~amd64 ~x86"
+
+DESCRIPTION="Cairo bindings for PHP"
+LICENSE="PHP-3.01"
+SLOT="0"
+
+DEPEND=">=x11-libs/cairo-1.4[svg]"
+RDEPEND="${DEPEND}"
+
+IUSE=""
+
+S="${PHP_EXT_S}"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-cairo/
@ 2016-11-28 19:38 Brian Evans
  0 siblings, 0 replies; 3+ messages in thread
From: Brian Evans @ 2016-11-28 19:38 UTC (permalink / raw
  To: gentoo-commits

commit:     59823fe0411843d1e6897fa7dd8f9335640937c1
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 19:14:56 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 19:37:57 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59823fe0

dev-php/pecl-cairo: Drop old

Package-Manager: portage-2.3.2

 dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild b/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
deleted file mode 100644
index a4c6e27..00000000
--- a/dev-php/pecl-cairo/pecl-cairo-0.3.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-DOCS="TODO"
-
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-pecl-r2
-
-KEYWORDS="~amd64 ~x86"
-
-DESCRIPTION="Cairo bindings for PHP"
-LICENSE="PHP-3.01"
-SLOT="0"
-
-DEPEND=">=x11-libs/cairo-1.4[svg]"
-RDEPEND="${DEPEND}"
-
-IUSE=""
-
-S="${WORKDIR}/Cairo-${PV}"
-PHP_EXT_S="$S"


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

end of thread, other threads:[~2016-11-28 19:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-11-28 19:38 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-cairo/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2016-11-28 19:38 Brian Evans
2016-06-29 17:33 Brian Evans

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