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

commit:     a3e3fa4842d74b0ec2c147c2d4e576cf718dcb96
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 14 20:45:48 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Thu Jul 14 21:03:06 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3e3fa48

dev-php/pecl-haru: Drop old; silence repoman for unknown dependency

Package-Manager: portage-2.3.0

 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild |  4 ++--
 dev-php/pecl-haru/pecl-haru-1.0.4.ebuild    | 28 ----------------------------
 2 files changed, 2 insertions(+), 30 deletions(-)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
index 75c98ab..b506367 100644
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=5
 
-USE_PHP="php5-4 php5-5 php5-6"
+USE_PHP="php5-5 php5-6"
 
 inherit php-ext-pecl-r2
 

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
deleted file mode 100644
index 27ca70d..0000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-4 php5-5"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An interface to libharu, a PDF generator"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="png zlib"
-
-DEPEND="media-libs/libharu[png?,zlib?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	# config.m4 is broken checking paths, so we need to override it
-	my_conf=""
-	use png && my_conf+=" --with-png-dir=/usr"
-	use zlib && my_conf+=" --with-zlib-dir=/usr"
-
-	php-ext-source-r2_src_configure
-}


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

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

commit:     a241f29e3b7bc1a0d76f140de27d9df6d3863215
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:40:04 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:25 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a241f29e

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

Package-Manager: portage-2.3.2

 dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
new file mode 100644
index 00000000..54bd863
--- /dev/null
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="An interface to libharu, a PDF generator"
+
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="png zlib"
+
+DEPEND="media-libs/libharu[png?,zlib?]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# config.m4 is broken checking paths, so we need to override it
+	local PHP_EXT_ECONF_ARGS=(
+		$(usex png '--with-png-dir=/usr' '')
+		$(usex zlib '--with-zlib-dir=/usr' '')
+	)
+
+	php-ext-source-r3_src_configure
+}


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

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

commit:     de2a05f269a35fc467601e1b41011c1b908dc3a3
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 28 20:40:49 2016 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Nov 28 20:57:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de2a05f2

dev-php/pecl-haru: Drop old

Package-Manager: portage-2.3.2

 dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
deleted file mode 100644
index b506367..00000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_PHP="php5-5 php5-6"
-
-inherit php-ext-pecl-r2
-
-DESCRIPTION="An interface to libharu, a PDF generator"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="png zlib"
-
-DEPEND="media-libs/libharu[png?,zlib?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	# config.m4 is broken checking paths, so we need to override it
-	my_conf=""
-	use png && my_conf+=" --with-png-dir=/usr"
-	use zlib && my_conf+=" --with-zlib-dir=/usr"
-
-	php-ext-source-r2_src_configure
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/
@ 2019-06-12 12:50 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2019-06-12 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     09861985306c4122c5b8e2f2a9d2c7c621f420ba
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 12:49:37 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 12:50:20 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09861985

dev-php/pecl-haru: Drop USE png, zlib

media-libs/libharu-2.3.0-r2 lost these flags for some reason.

Package-Manager: Portage-2.3.67, Repoman-2.3.14
RepoMan-Options: --force
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild
new file mode 100644
index 00000000000..44313c4831b
--- /dev/null
+++ b/dev-php/pecl-haru/pecl-haru-1.0.4-r3.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+USE_PHP="php5-6"
+
+inherit php-ext-pecl-r3
+
+DESCRIPTION="An interface to libharu, a PDF generator"
+
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libharu[png(+),zlib(+)]"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	# config.m4 is broken checking paths, so we need to override it
+	local PHP_EXT_ECONF_ARGS=(
+		--with-png-dir=/usr
+		--with-zlib-dir=/usr
+	)
+
+	php-ext-source-r3_src_configure
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/
@ 2019-06-12 12:50 Andreas Sturmlechner
  0 siblings, 0 replies; 5+ messages in thread
From: Andreas Sturmlechner @ 2019-06-12 12:50 UTC (permalink / raw
  To: gentoo-commits

commit:     60b6ef6fd18749aed458eb0c2fad7206572d0e76
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 12 12:50:01 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 12 12:50:21 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60b6ef6f

dev-php/pecl-haru: Drop 1.0.4-r2

Package-Manager: Portage-2.3.67, Repoman-2.3.14
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild | 28 ----------------------------
 1 file changed, 28 deletions(-)

diff --git a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild b/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
deleted file mode 100644
index 5b9771f7f0f..00000000000
--- a/dev-php/pecl-haru/pecl-haru-1.0.4-r2.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-USE_PHP="php5-6"
-
-inherit php-ext-pecl-r3
-
-DESCRIPTION="An interface to libharu, a PDF generator"
-
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="png zlib"
-
-DEPEND="media-libs/libharu[png?,zlib?]"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	# config.m4 is broken checking paths, so we need to override it
-	local PHP_EXT_ECONF_ARGS=(
-		$(usex png '--with-png-dir=/usr' '')
-		$(usex zlib '--with-zlib-dir=/usr' '')
-	)
-
-	php-ext-source-r3_src_configure
-}


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

end of thread, other threads:[~2019-06-12 12:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-12 12:50 [gentoo-commits] repo/gentoo:master commit in: dev-php/pecl-haru/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2019-06-12 12:50 Andreas Sturmlechner
2016-11-28 20:57 Brian Evans
2016-11-28 20:57 Brian Evans
2016-07-14 21:03 Brian Evans

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