[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/files/, dev-php/sebastian-object-enumerator/, ...

2023-09-15 Thread David Seifert
commit: 2dc96d106aeb072ffe15bea9d50f9b466167c69b
Author: David Seifert  gentoo  org>
AuthorDate: Fri Sep 15 07:52:15 2023 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Sep 15 07:52:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dc96d10

dev-php/sebastian-object-enumerator: treeclean

Signed-off-by: David Seifert  gentoo.org>

 dev-php/sebastian-object-enumerator/Manifest   |  2 --
 .../files/autoload-3.0.3.php   | 20 ---
 .../sebastian-object-enumerator/files/autoload.php | 19 --
 dev-php/sebastian-object-enumerator/metadata.xml   | 12 -
 .../sebastian-object-enumerator-2.0.1.ebuild   | 27 
 .../sebastian-object-enumerator-3.0.3.ebuild   | 29 --
 profiles/package.mask  |  1 -
 7 files changed, 110 deletions(-)

diff --git a/dev-php/sebastian-object-enumerator/Manifest 
b/dev-php/sebastian-object-enumerator/Manifest
deleted file mode 100644
index ae6ac094869f..
--- a/dev-php/sebastian-object-enumerator/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST sebastian-object-enumerator-2.0.1.tar.gz 4861 BLAKE2B 
cc68da9e38e756e478eedab588c023ebbf15d28d6f9e5399f178c581765aa02324ffe6f0bdf5e561f61791f449d8763e6cfdb572c779adaa9c7dedcc8b0f15a8
 SHA512 
087ef23c079be2ef56948c734cbdefbf4d8cad36c6c26aae5e38401ec3f306d91067aea28a2226811d1ed90611c7c8070a4f5c3733a24eb56f6a177eb332a9b3
-DIST sebastian-object-enumerator-3.0.3.tar.gz 4989 BLAKE2B 
8d2314daf82280dc746cdc91c3c927d012440ef162a59918e038a15775f0113cf7bc0ae0eafb83d6d6992cdb2680bdd92935789584305906747fd71f13fcad5a
 SHA512 
9bbff5081e1627d7ab98e01830cf6245f15b3ca96a56f6074e090f10862d19d0849251d69bf1117d3634b7e0ef86e266b2e9d4062e75eff9c9bc5f994dfe9a2d

diff --git a/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php 
b/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php
deleted file mode 100644
index 07afae81e5d4..
--- a/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php
+++ /dev/null
@@ -1,20 +0,0 @@
- 
'/Enumerator.php',
-   'sebastianbergmann\objectenumerator\exception' => 
'/Exception.php',
-   'sebastianbergmann\objectenumerator\invalidargumentexception' 
=> '/InvalidArgumentException.php',
-   ],
-   __DIR__
-);
-
-\Fedora\Autoloader\Dependencies::required([
-  __DIR__.'/../ObjectReflector/autoload.php',
-  __DIR__.'/../RecursionContext/autoload.php',
-]);

diff --git a/dev-php/sebastian-object-enumerator/files/autoload.php 
b/dev-php/sebastian-object-enumerator/files/autoload.php
deleted file mode 100644
index cac71a54f125..
--- a/dev-php/sebastian-object-enumerator/files/autoload.php
+++ /dev/null
@@ -1,19 +0,0 @@
- 
'/Enumerator.php',
-   'sebastianbergmann\objectenumerator\exception' => 
'/Exception.php',
-   'sebastianbergmann\objectenumerator\invalidargumentexception' 
=> '/InvalidArgumentException.php',
-   ),
-   __DIR__
-);
-
-\Fedora\Autoloader\Dependencies::required(array(
-  '/usr/share/php/SebastianBergmann/RecursionContext/autoload.php',
-));

diff --git a/dev-php/sebastian-object-enumerator/metadata.xml 
b/dev-php/sebastian-object-enumerator/metadata.xml
deleted file mode 100644
index cd07b250d72c..
--- a/dev-php/sebastian-object-enumerator/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-https://www.gentoo.org/dtd/metadata.dtd";>
-
-   
-   php-b...@gentoo.org
-   PHP
-   
-   
-   
-   sebastianbergmann/object-enumerator
-   
-

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
deleted file mode 100644
index 99e54f1f8bae..
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/sebastian-//}"
-
-DESCRIPTION="Traverses array structures and object graphs to enumerate all 
referenced objects"
-HOMEPAGE="https://phpunit.de";
-SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
-IUSE=""
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-RDEPEND="dev-php/fedora-autoloader
-   =dev-lang/php-5.6:*"
-
-src_install() {
-   insinto /usr/share/php/SebastianBergmann/ObjectEnumerator
-   doins -r src/*
-   doins "${FILESDIR}/autoload.php"
-}

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
deleted file mode 100644
index 90dcda08ea79..
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0

[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2021-01-07 Thread Sam James
commit: d02a8c8995cfea1afecd7509ba395432df340402
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 20:10:32 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 20:11:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d02a8c89

dev-php/sebastian-object-enumerator: Stabilize 3.0.3 ALLARCHES, #764362

Signed-off-by: Sam James  gentoo.org>

 .../sebastian-object-enumerator-3.0.3.ebuild  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
index c0b63b0beb3..90dcda08ea7 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~s390 sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2021-01-07 Thread Sam James
commit: b640a343a599eaec72d11a21a2efa1537e67edc6
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 19:21:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 19:21:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b640a343

dev-php/sebastian-object-enumerator: fix github remote-id

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-php/sebastian-object-enumerator/metadata.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-object-enumerator/metadata.xml 
b/dev-php/sebastian-object-enumerator/metadata.xml
index b219741f440..a2011f31835 100644
--- a/dev-php/sebastian-object-enumerator/metadata.xml
+++ b/dev-php/sebastian-object-enumerator/metadata.xml
@@ -7,6 +7,6 @@



-   sebastianbergmann/
+   sebastianbergmann/object-enumerator

 



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2021-01-07 Thread Sam James
commit: e38ed0dab1926830fe9f349e3d1ee09e98f9abb5
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 19:16:10 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 19:16:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e38ed0da

dev-php/sebastian-object-enumerator: mark ALLARCHES

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James  gentoo.org>

 dev-php/sebastian-object-enumerator/metadata.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev-php/sebastian-object-enumerator/metadata.xml 
b/dev-php/sebastian-object-enumerator/metadata.xml
index f5ad6af5af2..b219741f440 100644
--- a/dev-php/sebastian-object-enumerator/metadata.xml
+++ b/dev-php/sebastian-object-enumerator/metadata.xml
@@ -5,6 +5,7 @@
php-b...@gentoo.org
PHP

+   

sebastianbergmann/




[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2020-06-04 Thread David Seifert
commit: 0aac1530103d8c18b8648064737c2c50d29e6746
Author: Alexey Sokolov  google  com>
AuthorDate: Thu Jun  4 09:05:33 2020 +
Commit: David Seifert  gentoo  org>
CommitDate: Thu Jun  4 09:05:33 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0aac1530

dev-php/sebastian-object-enumerator: update homepage

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alexey Sokolov  google.com>
Signed-off-by: David Seifert  gentoo.org>

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 .../sebastian-object-enumerator-3.0.3.ebuild| 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index c3dd088b804..3a50601608a 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -6,7 +6,7 @@ EAPI=6
 MY_PN="${PN/sebastian-//}"
 
 DESCRIPTION="Traverses array structures and object graphs to enumerate all 
referenced objects"
-HOMEPAGE="http://phpunit.de";
+HOMEPAGE="https://phpunit.de";
 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
index 18dce080909..c0b63b0beb3 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
@@ -6,7 +6,7 @@ EAPI=7
 MY_PN="${PN/sebastian-//}"
 
 DESCRIPTION="Traverses array structures and object graphs to enumerate all 
referenced objects"
-HOMEPAGE="http://phpunit.de";
+HOMEPAGE="https://phpunit.de";
 SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/files/, dev-php/sebastian-object-enumerator/

2019-12-20 Thread Brian Evans
commit: 34a66919959a5121c7dda47281d308796ccb5e5c
Author: Brian Evans  gentoo  org>
AuthorDate: Fri Dec 20 14:08:32 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Fri Dec 20 18:34:21 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34a66919

dev-php/sebastian-object-enumerator: Version bump for 3.0.3

Signed-off-by: Brian Evans  gentoo.org>

 dev-php/sebastian-object-enumerator/Manifest   |  1 +
 .../files/autoload-3.0.3.php   | 20 +++
 .../sebastian-object-enumerator-3.0.3.ebuild   | 29 ++
 3 files changed, 50 insertions(+)

diff --git a/dev-php/sebastian-object-enumerator/Manifest 
b/dev-php/sebastian-object-enumerator/Manifest
index 3b46a206a56..ae6ac094869 100644
--- a/dev-php/sebastian-object-enumerator/Manifest
+++ b/dev-php/sebastian-object-enumerator/Manifest
@@ -1 +1,2 @@
 DIST sebastian-object-enumerator-2.0.1.tar.gz 4861 BLAKE2B 
cc68da9e38e756e478eedab588c023ebbf15d28d6f9e5399f178c581765aa02324ffe6f0bdf5e561f61791f449d8763e6cfdb572c779adaa9c7dedcc8b0f15a8
 SHA512 
087ef23c079be2ef56948c734cbdefbf4d8cad36c6c26aae5e38401ec3f306d91067aea28a2226811d1ed90611c7c8070a4f5c3733a24eb56f6a177eb332a9b3
+DIST sebastian-object-enumerator-3.0.3.tar.gz 4989 BLAKE2B 
8d2314daf82280dc746cdc91c3c927d012440ef162a59918e038a15775f0113cf7bc0ae0eafb83d6d6992cdb2680bdd92935789584305906747fd71f13fcad5a
 SHA512 
9bbff5081e1627d7ab98e01830cf6245f15b3ca96a56f6074e090f10862d19d0849251d69bf1117d3634b7e0ef86e266b2e9d4062e75eff9c9bc5f994dfe9a2d

diff --git a/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php 
b/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php
new file mode 100644
index 000..07afae81e5d
--- /dev/null
+++ b/dev-php/sebastian-object-enumerator/files/autoload-3.0.3.php
@@ -0,0 +1,20 @@
+ 
'/Enumerator.php',
+   'sebastianbergmann\objectenumerator\exception' => 
'/Exception.php',
+   'sebastianbergmann\objectenumerator\invalidargumentexception' 
=> '/InvalidArgumentException.php',
+   ],
+   __DIR__
+);
+
+\Fedora\Autoloader\Dependencies::required([
+  __DIR__.'/../ObjectReflector/autoload.php',
+  __DIR__.'/../RecursionContext/autoload.php',
+]);

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
new file mode 100644
index 000..ec2f666727b
--- /dev/null
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-3.0.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/sebastian-//}"
+
+DESCRIPTION="Traverses array structures and object graphs to enumerate all 
referenced objects"
+HOMEPAGE="http://phpunit.de";
+SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="dev-php/fedora-autoloader
+   =dev-php/sebastian-recursion-context-3.0
+   

[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-11-13 Thread Agostino Sarubbo
commit: 24b2cf5ec1125bfc64a0bc92d4778954f75b848b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Nov 13 20:12:42 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Nov 13 20:12:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24b2cf5e

dev-php/sebastian-object-enumerator: amd64 stable wrt bug #635356

Package-Manager: Portage-2.3.8, Repoman-2.3.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index e8aebccd524..e1af9b31f42 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-11-12 Thread Thomas Deutschmann
commit: d7bd1d5e3efd36f62a44a1ab4437a991794768a3
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 13 00:34:24 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 13 00:34:24 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7bd1d5e

dev-php/sebastian-object-enumerator: x86 stable (bug #635356)

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index 90c2652d969..e8aebccd524 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-08-10 Thread Brian Evans
commit: b299542ee34c4364c60a48e7fa4bfd829ef4a3bb
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 10 18:53:14 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 10 19:01:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b299542e

dev-php/sebastian-object-enumerator: Keyword remaining arches for Bug 613766

This package is only php script and not compiled

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index 90b04c14581..90c2652d969 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-07-01 Thread Sergei Trofimovich
commit: 28c1666103a6840ad1c89bbccd2265a3a85348d4
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 09:28:36 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 09:31:35 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28c16661

dev-php/sebastian-object-enumerator: ia64 keyworded, bug #574264

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index 3217e3f2852..90b04c14581 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-05-09 Thread Tobias Klausmann
commit: e2275ea7b9d452c76979225fbd86f37b648ebb7e
Author: Tobias Klausmann  gentoo  org>
AuthorDate: Tue May  9 07:33:20 2017 +
Commit: Tobias Klausmann  gentoo  org>
CommitDate: Tue May  9 07:48:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2275ea7

dev-php/sebastian-object-enumerator-2.0.1-r0: add ~alpha keyword

Gentoo-Bug: 613766

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index c4a04fd158b..3217e3f2852 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-04-01 Thread Michael Weber
commit: 1617782361d9cb922be2055386e2bc52d0b678c5
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Apr  1 09:41:10 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Apr  1 09:41:10 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16177823

dev-php/sebastian-object-enumerator: add ~ppc keyword (bug 613766)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index ee551e9d904..c4a04fd158b 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-03-31 Thread Michael Weber
commit: 330352b00ed39813ac58529b903ef55abce11956
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 12:30:22 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 12:33:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=330352b0

dev-php/sebastian-object-enumerator: add ~arm keyword (bug 613766)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index 08451503c34..ee551e9d904 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-03-31 Thread Michael Weber
commit: 2f894d41b115eaa4db224df687cb85198a0ced9b
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 10:28:14 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 10:30:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f894d41

dev-php/sebastian-object-enumerator: add ~ppc64 keyword (bug 613766)

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index 7b0edc60f77..08451503c34 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/

2017-03-26 Thread Jeroen Roovers
commit: e633c6e01fea03ed0dd84fd47386a7d0b7997f2d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 26 19:50:24 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 26 19:53:43 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e633c6e0

dev-php/sebastian-object-enumerator: Mark ~hppa (bug #613766).

Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --ignore-arches

 .../sebastian-object-enumerator-2.0.1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
index db03da9b260..7b0edc60f77 100644
--- 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~hppa ~x86"
 IUSE=""
 
 S="${WORKDIR}/${MY_PN}-${PV}"



[gentoo-commits] repo/gentoo:master commit in: dev-php/sebastian-object-enumerator/files/, dev-php/sebastian-object-enumerator/

2017-03-09 Thread Brian Evans
commit: c2eb2b6bf3ecf37da5c9b628855a81e8900a3dd1
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar  9 15:19:17 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar  9 16:21:22 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2eb2b6b

dev-php/sebastian-object-enumerator: New package for an unbundled phpunit

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-php/sebastian-object-enumerator/Manifest   |  1 +
 .../sebastian-object-enumerator/files/autoload.php | 19 +++
 dev-php/sebastian-object-enumerator/metadata.xml   |  8 +++
 .../sebastian-object-enumerator-2.0.1.ebuild   | 27 ++
 4 files changed, 55 insertions(+)

diff --git a/dev-php/sebastian-object-enumerator/Manifest 
b/dev-php/sebastian-object-enumerator/Manifest
new file mode 100644
index 000..c5bc43e9693
--- /dev/null
+++ b/dev-php/sebastian-object-enumerator/Manifest
@@ -0,0 +1 @@
+DIST sebastian-object-enumerator-2.0.1.tar.gz 4861 SHA256 
073cddeff0412959dce69b844158f5630ec4afd01dbcd7d1bc07e388ddc53eb2 SHA512 
087ef23c079be2ef56948c734cbdefbf4d8cad36c6c26aae5e38401ec3f306d91067aea28a2226811d1ed90611c7c8070a4f5c3733a24eb56f6a177eb332a9b3
 WHIRLPOOL 
7742cfa266a824f3239cc1b93ce05a5401822bfaab7490e10e6dc385da0d844bc62355173247c5569191dbb24fa0903a75803ac4a84ad3f8e399af67e0abddb5

diff --git a/dev-php/sebastian-object-enumerator/files/autoload.php 
b/dev-php/sebastian-object-enumerator/files/autoload.php
new file mode 100644
index 000..cac71a54f12
--- /dev/null
+++ b/dev-php/sebastian-object-enumerator/files/autoload.php
@@ -0,0 +1,19 @@
+ 
'/Enumerator.php',
+   'sebastianbergmann\objectenumerator\exception' => 
'/Exception.php',
+   'sebastianbergmann\objectenumerator\invalidargumentexception' 
=> '/InvalidArgumentException.php',
+   ),
+   __DIR__
+);
+
+\Fedora\Autoloader\Dependencies::required(array(
+  '/usr/share/php/SebastianBergmann/RecursionContext/autoload.php',
+));

diff --git a/dev-php/sebastian-object-enumerator/metadata.xml 
b/dev-php/sebastian-object-enumerator/metadata.xml
new file mode 100644
index 000..b86acf66c75
--- /dev/null
+++ b/dev-php/sebastian-object-enumerator/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+   
+   php-b...@gentoo.org
+   PHP
+   
+

diff --git 
a/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
new file mode 100644
index 000..db03da9b260
--- /dev/null
+++ 
b/dev-php/sebastian-object-enumerator/sebastian-object-enumerator-2.0.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/sebastian-//}"
+
+DESCRIPTION="Traverses array structures and object graphs to enumerate all 
referenced objects"
+HOMEPAGE="http://phpunit.de";
+SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+S="${WORKDIR}/${MY_PN}-${PV}"
+
+RDEPEND="dev-php/fedora-autoloader
+   =dev-lang/php-5.6:*"
+
+src_install() {
+   insinto /usr/share/php/SebastianBergmann/ObjectEnumerator
+   doins -r src/*
+   doins "${FILESDIR}/autoload.php"
+}