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

2023-07-04 Thread Sam James
commit: 16604e16de4687453d254e4963abc6789dce8cbb
Author: Sam James  gentoo  org>
AuthorDate: Tue Jul  4 09:42:47 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jul  4 09:42:47 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16604e16

dev-php/sebastian-environment: Stabilize 5.1.3 ALLARCHES, #909611

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

 dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
index 3eea9930d2f8..427509aff50a 100644
--- a/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -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-environment/files/, dev-php/sebastian-environment/

2022-02-17 Thread Brian Evans
commit: 78a70acc4e24d9ba9ecf932ca27b67dabbd2caf7
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Feb 17 18:14:40 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Feb 17 18:58:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78a70acc

dev-php/sebastian-environment: Drop old

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

 dev-php/sebastian-environment/Manifest |  1 -
 dev-php/sebastian-environment/files/autoload.php   | 14 
 .../sebastian-environment-2.0.0.ebuild | 26 --
 3 files changed, 41 deletions(-)

diff --git a/dev-php/sebastian-environment/Manifest 
b/dev-php/sebastian-environment/Manifest
index 5d025144e558..5632e1cea5f6 100644
--- a/dev-php/sebastian-environment/Manifest
+++ b/dev-php/sebastian-environment/Manifest
@@ -1,3 +1,2 @@
-DIST sebastian-environment-2.0.0.tar.gz 5607 BLAKE2B 
3c34c6e61d9a0bdc5df8083331390935bd513d735a1509890a9af05be8b5a718bbb1d5826ab0cb80da2ee5c4cd436b22ef4ccb50c7b4e1c11d361a78b51621c3
 SHA512 
cf91f0a5f057007f318c5d6b11f8a1345b8df35d513c6291c5b725f0874ed301a64d1097c3fac1e6b32533caa96b3f78ac415d99b9b6ef63dc4a303b90d49c88
 DIST sebastian-environment-4.2.3.tar.gz 9622 BLAKE2B 
d90b181c3aae7c4ea8e172e5b7f897f8a93bf1edbeca19cc8a7a6f10963730ece1f267fed325a6734b1677b75cc8f5b84a5aa55be383a40b1ec2aa7a603bc668
 SHA512 
871a15297196b21364000d72afa73c2319e741a284c5446443ae3cacd8ce1a07b1ea3b1d8b6b1a88356fb261d093b889508cea63706341413b15f23348f77e80
 DIST sebastian-environment-5.1.3.tar.gz 6766 BLAKE2B 
b19be2ce9b9d514ed5ce7203f2bb0b06c90d36b42dac5f210cbc9d1a764d727aefd6b18fbd291b82516c8902aa3b895e5563eab4113ad977bbc7aa8e63a69068
 SHA512 
f11826a65ed758e1fe94e6c53293660406ea93f45c107b78053134d695580cb0507786c6d527fef8e7d52ab8df0b4ad9acb2c4a6c758c3a165658a5c3d138d65

diff --git a/dev-php/sebastian-environment/files/autoload.php 
b/dev-php/sebastian-environment/files/autoload.php
deleted file mode 100644
index 3abd16ee357b..
--- a/dev-php/sebastian-environment/files/autoload.php
+++ /dev/null
@@ -1,14 +0,0 @@
- '/Console.php',
-   'sebastianbergmann\environment\runtime' => '/Runtime.php',
-   ),
-   __DIR__
-);

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
deleted file mode 100644
index cbe1d4def8ed..
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ /dev/null
@@ -1,26 +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="Helps writing PHP code that has runtime-specific execution paths"
-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/Environment
-   doins -r src/*
-   doins "${FILESDIR}/autoload.php"
-}



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

2022-02-17 Thread Brian Evans
commit: ae84cbc518bac7de1832e904741ce9845cc69519
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Feb 17 18:10:26 2022 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Feb 17 18:58:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae84cbc5

dev-php/sebastian-environment: Version bump for 5.1.3

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

 dev-php/sebastian-environment/Manifest |  1 +
 .../sebastian-environment-5.1.3.ebuild | 26 ++
 2 files changed, 27 insertions(+)

diff --git a/dev-php/sebastian-environment/Manifest 
b/dev-php/sebastian-environment/Manifest
index c7e3c89a8d15..5d025144e558 100644
--- a/dev-php/sebastian-environment/Manifest
+++ b/dev-php/sebastian-environment/Manifest
@@ -1,2 +1,3 @@
 DIST sebastian-environment-2.0.0.tar.gz 5607 BLAKE2B 
3c34c6e61d9a0bdc5df8083331390935bd513d735a1509890a9af05be8b5a718bbb1d5826ab0cb80da2ee5c4cd436b22ef4ccb50c7b4e1c11d361a78b51621c3
 SHA512 
cf91f0a5f057007f318c5d6b11f8a1345b8df35d513c6291c5b725f0874ed301a64d1097c3fac1e6b32533caa96b3f78ac415d99b9b6ef63dc4a303b90d49c88
 DIST sebastian-environment-4.2.3.tar.gz 9622 BLAKE2B 
d90b181c3aae7c4ea8e172e5b7f897f8a93bf1edbeca19cc8a7a6f10963730ece1f267fed325a6734b1677b75cc8f5b84a5aa55be383a40b1ec2aa7a603bc668
 SHA512 
871a15297196b21364000d72afa73c2319e741a284c5446443ae3cacd8ce1a07b1ea3b1d8b6b1a88356fb261d093b889508cea63706341413b15f23348f77e80
+DIST sebastian-environment-5.1.3.tar.gz 6766 BLAKE2B 
b19be2ce9b9d514ed5ce7203f2bb0b06c90d36b42dac5f210cbc9d1a764d727aefd6b18fbd291b82516c8902aa3b895e5563eab4113ad977bbc7aa8e63a69068
 SHA512 
f11826a65ed758e1fe94e6c53293660406ea93f45c107b78053134d695580cb0507786c6d527fef8e7d52ab8df0b4ad9acb2c4a6c758c3a165658a5c3d138d65

diff --git a/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
new file mode 100644
index ..3eea9930d2f8
--- /dev/null
+++ b/dev-php/sebastian-environment/sebastian-environment-5.1.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+MY_PN="${PN/sebastian-//}"
+
+DESCRIPTION="Helps writing PHP code that has runtime-specific execution paths"
+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-7.3:*"
+
+src_install() {
+   insinto /usr/share/php/SebastianBergmann/Environment
+   doins -r src/*
+   newins "${FILESDIR}/autoload-4.2.3.php" autoload.php
+}



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

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

dev-php/sebastian-environment: fix github remote-id

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

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

diff --git a/dev-php/sebastian-environment/metadata.xml 
b/dev-php/sebastian-environment/metadata.xml
index b219741f440..4e30d328d8e 100644
--- a/dev-php/sebastian-environment/metadata.xml
+++ b/dev-php/sebastian-environment/metadata.xml
@@ -7,6 +7,6 @@



-   sebastianbergmann/
+   sebastianbergmann/environment

 



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

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

dev-php/sebastian-environment: mark ALLARCHES

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

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

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

+   

sebastianbergmann/




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

2021-01-07 Thread Sam James
commit: 7d303515d21f44c52696b83b4c2e17370bc093f7
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan  7 18:55:14 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan  7 18:55:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d303515

dev-php/sebastian-environment: Stabilize 4.2.3 ALLARCHES, #764356

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

 dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild
index e9350c66506..3813f97d805 100644
--- a/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-4.2.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-environment/, dev-php/sebastian-environment/files/

2019-12-19 Thread Brian Evans
commit: e3299f8b6b615a02f78dd06fc97cc2b4bb005b8a
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Dec 19 18:36:47 2019 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Dec 19 19:46:56 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3299f8b

dev-php/sebastian-environment: Version bump for 4.2.3

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

 dev-php/sebastian-environment/Manifest |  1 +
 .../sebastian-environment/files/autoload-4.2.3.php | 15 +
 .../sebastian-environment-4.2.3.ebuild | 26 ++
 3 files changed, 42 insertions(+)

diff --git a/dev-php/sebastian-environment/Manifest 
b/dev-php/sebastian-environment/Manifest
index a274953f920..c7e3c89a8d1 100644
--- a/dev-php/sebastian-environment/Manifest
+++ b/dev-php/sebastian-environment/Manifest
@@ -1 +1,2 @@
 DIST sebastian-environment-2.0.0.tar.gz 5607 BLAKE2B 
3c34c6e61d9a0bdc5df8083331390935bd513d735a1509890a9af05be8b5a718bbb1d5826ab0cb80da2ee5c4cd436b22ef4ccb50c7b4e1c11d361a78b51621c3
 SHA512 
cf91f0a5f057007f318c5d6b11f8a1345b8df35d513c6291c5b725f0874ed301a64d1097c3fac1e6b32533caa96b3f78ac415d99b9b6ef63dc4a303b90d49c88
+DIST sebastian-environment-4.2.3.tar.gz 9622 BLAKE2B 
d90b181c3aae7c4ea8e172e5b7f897f8a93bf1edbeca19cc8a7a6f10963730ece1f267fed325a6734b1677b75cc8f5b84a5aa55be383a40b1ec2aa7a603bc668
 SHA512 
871a15297196b21364000d72afa73c2319e741a284c5446443ae3cacd8ce1a07b1ea3b1d8b6b1a88356fb261d093b889508cea63706341413b15f23348f77e80

diff --git a/dev-php/sebastian-environment/files/autoload-4.2.3.php 
b/dev-php/sebastian-environment/files/autoload-4.2.3.php
new file mode 100644
index 000..299c469e190
--- /dev/null
+++ b/dev-php/sebastian-environment/files/autoload-4.2.3.php
@@ -0,0 +1,15 @@
+ '/Console.php',
+   'sebastianbergmann\environment\operatingsystem' => 
'/OperatingSystem.php',
+   'sebastianbergmann\environment\runtime' => '/Runtime.php',
+   ],
+   __DIR__
+);

diff --git a/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild
new file mode 100644
index 000..49b0a247a1d
--- /dev/null
+++ b/dev-php/sebastian-environment/sebastian-environment-4.2.3.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_PN="${PN/sebastian-//}"
+
+DESCRIPTION="Helps writing PHP code that has runtime-specific execution paths"
+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-lang/php-7.1:*"
+
+src_install() {
+   insinto /usr/share/php/SebastianBergmann/Environment
+   doins -r src/*
+   newins "${FILESDIR}/autoload-4.2.3.php" autoload.php
+}



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

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

dev-php/sebastian-environment: 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>

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 49746515362..10f87935b0c 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-11-12 Thread Thomas Deutschmann
commit: da8bf9747e84b4bb6bada383ed555ecf2bc885a8
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Mon Nov 13 00:43:27 2017 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Mon Nov 13 00:43:27 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da8bf974

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

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 86bf4b7344f..49746515362 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-08-10 Thread Brian Evans
commit: 3a36ea7b7dc5bc43edd53fbc285150248dbedde1
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Aug 10 18:34:33 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Aug 10 19:00:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a36ea7b

dev-php/sebastian-environment: 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

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 83dc835931f..86bf4b7344f 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-07-01 Thread Sergei Trofimovich
commit: d7202c36b9438a60b2ebd2ba7af407cbe979ed9a
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sat Jul  1 09:26:02 2017 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sat Jul  1 09:31:33 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7202c36

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

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 955a316a1a1..83dc835931f 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-04-01 Thread Michael Weber
commit: 3ff9e67b8ace750c0cc0448617bb5cdc20361f36
Author: Michael Weber  gentoo  org>
AuthorDate: Sat Apr  1 09:40:32 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Sat Apr  1 09:40:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ff9e67b

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

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

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 812d7e1c794..02393218da6 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-03-31 Thread Michael Weber
commit: bcc9d0a258f7850ff832962b4d154cdd02f12b33
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 12:29:50 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 12:33:30 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc9d0a2

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

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

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 2b6d09e646f..812d7e1c794 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-03-31 Thread Michael Weber
commit: e4490a757f5611e6821c56869e28169da2af7cc7
Author: Michael Weber  gentoo  org>
AuthorDate: Fri Mar 31 10:27:53 2017 +
Commit: Michael Weber  gentoo  org>
CommitDate: Fri Mar 31 10:30:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4490a75

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

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

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 11883939f20..2b6d09e646f 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/

2017-03-26 Thread Jeroen Roovers
commit: 8812e9592dbd8fb4d36618b903813d3d2d03fdf2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sun Mar 26 19:37:12 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sun Mar 26 19:52:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8812e959

dev-php/sebastian-environment: Mark ~hppa (bug #589104).

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

 dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
index 4b0b8b214a7..11883939f20 100644
--- a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.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-environment/, dev-php/sebastian-environment/files/

2017-03-09 Thread Brian Evans
commit: 5054d7f897bd63777534e22424e6ab96e4d734f3
Author: Brian Evans  gentoo  org>
AuthorDate: Thu Mar  9 15:24:15 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Thu Mar  9 16:21:38 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5054d7f8

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

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 dev-php/sebastian-environment/Manifest |  1 +
 dev-php/sebastian-environment/files/autoload.php   | 14 
 dev-php/sebastian-environment/metadata.xml |  8 +++
 .../sebastian-environment-2.0.0.ebuild | 26 ++
 4 files changed, 49 insertions(+)

diff --git a/dev-php/sebastian-environment/Manifest 
b/dev-php/sebastian-environment/Manifest
new file mode 100644
index 000..37b657d4270
--- /dev/null
+++ b/dev-php/sebastian-environment/Manifest
@@ -0,0 +1 @@
+DIST sebastian-environment-2.0.0.tar.gz 5607 SHA256 
0462a65d901c97056b1ebaadcfebc4b2756c17b7e3fb8504030e49f6cb9a6f00 SHA512 
cf91f0a5f057007f318c5d6b11f8a1345b8df35d513c6291c5b725f0874ed301a64d1097c3fac1e6b32533caa96b3f78ac415d99b9b6ef63dc4a303b90d49c88
 WHIRLPOOL 
e7571a56fe7a4e7e5f16027e620a668a3c7e545b8b2374516fe7eb66d0b4bbc829e46ec650ecf85230073e7910e83a382ee102c27fe8f458d0f6e33373f3a155

diff --git a/dev-php/sebastian-environment/files/autoload.php 
b/dev-php/sebastian-environment/files/autoload.php
new file mode 100644
index 000..3abd16ee357
--- /dev/null
+++ b/dev-php/sebastian-environment/files/autoload.php
@@ -0,0 +1,14 @@
+ '/Console.php',
+   'sebastianbergmann\environment\runtime' => '/Runtime.php',
+   ),
+   __DIR__
+);

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

diff --git a/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild 
b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
new file mode 100644
index 000..4b0b8b214a7
--- /dev/null
+++ b/dev-php/sebastian-environment/sebastian-environment-2.0.0.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_PN="${PN/sebastian-//}"
+
+DESCRIPTION="Helps writing PHP code that has runtime-specific execution paths"
+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/Environment
+   doins -r src/*
+   doins "${FILESDIR}/autoload.php"
+}