public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Image_Text/
@ 2017-01-06 22:59 Michael Orlitzky
  0 siblings, 0 replies; 4+ messages in thread
From: Michael Orlitzky @ 2017-01-06 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     b37b3dc2bd514229cce555fbc7c3046564489eab
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  6 22:59:25 2017 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Jan  6 22:59:44 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b37b3dc2

dev-php/PEAR-Image_Text: remove unused version 0.6.1.

Package-Manager: portage-2.3.0

 dev-php/PEAR-Image_Text/Manifest                     |  1 -
 dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild | 16 ----------------
 2 files changed, 17 deletions(-)

diff --git a/dev-php/PEAR-Image_Text/Manifest b/dev-php/PEAR-Image_Text/Manifest
index d44f6e9..fa2852d 100644
--- a/dev-php/PEAR-Image_Text/Manifest
+++ b/dev-php/PEAR-Image_Text/Manifest
@@ -1,2 +1 @@
-DIST Image_Text-0.6.1.tgz 59929 SHA256 0ae118593a255ad5097531c798045ac22a11260df8098d262fcc866510480a3a SHA512 e031780a782e6b343e48c8b0e16784955f5b54540abdb951908a8ab7c90157bd5757941af7e0a9d48946e1aa59104b41adcba1d809c01009981e80f6985fe9d7 WHIRLPOOL 75ebaa928bb5c538de67bb1c72f01c9552527a5eaf2c8359fd1636723b8550e13d589a65303c10ee09cdeb4ca58e0c7394e7bff3a439fe26ca5ad09c3e318f62
 DIST Image_Text-0.7.0.tgz 102049 SHA256 ed1217b36d571c363af22dab83f68fee3009d33f508ef939d919a3a6e5a5587f SHA512 6644cda649ecf2861af1999a7a1b8c59e2c39f178eaf818c2f3afa532b6eb1fee16eff1f3cb1ef471d5480c023452ab9226edd7ee2232353120ec2976d67b1c5 WHIRLPOOL 6da77cb51e6fba3a12a9c3fc47b49a6a09d589caba001993e4e35a3e97530fa7d9a74e28ec2e8f2975dacb7438261b6dc66c79c6c75e255db9e2a5f2334a0653

diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild
deleted file mode 100644
index 324f33a..00000000
--- a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.6.1.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit php-pear-r1
-
-DESCRIPTION="Advanced text manipulations in images"
-LICENSE="PHP-3"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/php[gd]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Image_Text/
@ 2018-02-19 21:23 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2018-02-19 21:23 UTC (permalink / raw
  To: gentoo-commits

commit:     1dad8dfcbdf990fc49b8e29852e0fe440ca3667a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 19 21:23:32 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Feb 19 21:23:32 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dad8dfc

dev-php/PEAR-Image_Text: Revbump - EAPI, add tests, fix dependencies

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 .../PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild  | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
new file mode 100644
index 00000000000..421c6aa7e99
--- /dev/null
+++ b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit php-pear-r2
+
+DESCRIPTION="Advanced text manipulations in images"
+LICENSE="PHP-3"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="dev-lang/php:*[gd,truetype]"
+DEPEND="test? ( ${RDEPEND} dev-php/phpunit )"
+
+src_test() {
+	phpunit tests || die
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Image_Text/
@ 2018-04-23 14:54 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2018-04-23 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     310e5a841a1c6fc1a946ee982583c4d62a656193
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 14:53:11 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:54:19 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=310e5a84

dev-php/PEAR-Image_Text: Drop old

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild
deleted file mode 100644
index d1f334209cf..00000000000
--- a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Advanced text manipulations in images"
-LICENSE="PHP-3"
-SLOT="0"
-
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-lang/php[gd]"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Image_Text/
@ 2018-04-23 14:54 Brian Evans
  0 siblings, 0 replies; 4+ messages in thread
From: Brian Evans @ 2018-04-23 14:54 UTC (permalink / raw
  To: gentoo-commits

commit:     1938709b264e22c2a3fcb1cde620cb5e836ed47c
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 14:52:16 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 14:54:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1938709b

dev-php/PEAR-Image_Text: Mark 0.7.0-r1 stable

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
index 421c6aa7e99..5e2acb0c8d4 100644
--- a/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
+++ b/dev-php/PEAR-Image_Text/PEAR-Image_Text-0.7.0-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Advanced text manipulations in images"
 LICENSE="PHP-3"
 SLOT="0"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 RDEPEND="dev-lang/php:*[gd,truetype]"


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

end of thread, other threads:[~2018-04-23 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-19 21:23 [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Image_Text/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2018-04-23 14:54 Brian Evans
2018-04-23 14:54 Brian Evans
2017-01-06 22:59 Michael Orlitzky

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