[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/files/, dev-php/PEAR-OLE/

2018-02-18 Thread Brian Evans
commit: 834a0e4f78d755a2102f290110682090a13c
Author: Brian Evans  gentoo  org>
AuthorDate: Mon Feb 19 02:10:25 2018 +
Commit: Brian Evans  gentoo  org>
CommitDate: Mon Feb 19 02:10:25 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=834a

dev-php/PEAR-OLE: Adjust stable keywords to previous; drop old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-OLE/Manifest  |  1 -
 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild  | 28 ---
 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild  | 34 
 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild |  2 +-
 .../files/1.0.0_rc2-fix-static-calls.patch | 96 --
 dev-php/PEAR-OLE/files/pear-bug-19284.patch| 24 --
 6 files changed, 1 insertion(+), 184 deletions(-)

diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest
index 77918a1634b..19ee9006fda 100644
--- a/dev-php/PEAR-OLE/Manifest
+++ b/dev-php/PEAR-OLE/Manifest
@@ -1,2 +1 @@
-DIST OLE-1.0.0RC2.tgz 13981 BLAKE2B 
d794318e105b30ab5cc39ce7ab3f7d706bdd72344597937f4c94a456a82643649e4a0bda06f7883c00705ad7081f6ea6e988a30d6e934c1c5a0b9ae3f2d59e3b
 SHA512 
9d0b236da4a0f82f272cf2e5642246ca35f83b9d21f1cc41ebe32d536949e9c7fce8d3bee0dce051f692a0283e1203d5ba2bacbe339f72cad4c83eb7a7b7e884
 DIST OLE-1.0.0RC3.tgz 14233 BLAKE2B 
ca8ae3959b618a0cd9344a3b07c8587f4f1d10063ff6101e8f27d0c4c8b0d08a0a258ae40ac9b7ce30622d57cc6bfbb2a5b4f5b393ef69e25c276813ee70461e
 SHA512 
36a9bbe243d0f172bcd3fc5dd0926a0e42389b4e222cca90678f41bb968c70e4d04c959f3fe3bad1704543ecbcda871a248aa445a1dc6c2f0b73925198f5b07e

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
deleted file mode 100644
index 01c977ab5b7..000
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV^^}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="Package for reading and writing OLE containers"
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR"
-
-S="${WORKDIR}/${MY_P}"
-
-src_install() {
-   insinto /usr/share/php
-   doins "${MY_PN}.php"
-   doins -r "${MY_PN}"
-}

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild
deleted file mode 100644
index e48f9f9de5a..000
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_PN="${PN/PEAR-/}"
-MY_PV="${PV/_/}"
-MY_PV="${MY_PV^^}"
-MY_P="${MY_PN}-${MY_PV}"
-
-DESCRIPTION="Package for reading and writing OLE containers"
-HOMEPAGE="http://pear.php.net/package/${MY_PN};
-SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
-LICENSE="PHP-3.01"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""
-
-RDEPEND="dev-lang/php:*
-   dev-php/PEAR-PEAR"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   eapply "${FILESDIR}/pear-bug-19284.patch" \
-   "${FILESDIR}/${PV}-fix-static-calls.patch"
-   eapply_user
-}
-
-src_install() {
-   insinto /usr/share/php
-   doins "${MY_PN}.php"
-   doins -r "${MY_PN}"
-}

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
index 6ed0a1dd979..bd8e6951959 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Package for reading and writing OLE containers"
 HOMEPAGE="https://pear.php.net/package/OLE;
 LICENSE="PHP-3.01"
 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=""

diff --git a/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch 
b/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch
deleted file mode 100644
index e9dea0cad4f..000
--- a/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-From 17a94ee1f244cbf0c728f37d1628eb28955465ac Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Jean-S=C3=A9bastien=20Hedde?= 
-Date: Mon, 27 Jan 2014 11:32:19 +0100
-Subject: [PATCH 1/3] Non-static method System::tmpdir() should not be called
- statically, assuming  from incompatible context
-

- OLE/PPS/File.php | 3 ++-
- OLE/PPS/Root.php | 3 ++-
- 2 files changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/OLE/PPS/File.php b/OLE/PPS/File.php
-index 8fb1acd..553627e 100644
 a/OLE/PPS/File.php

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2018-02-18 Thread Thomas Deutschmann
commit: 4dd123c770d666db9f59d44551eaebd53a2ddf38
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 21:53:16 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 21:53:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4dd123c7

dev-php/PEAR-OLE: mark stable for the remaining arches using the ALLARCHES 
policy (bug #647764)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
index 3fdb016b9f3..6ed0a1dd979 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Package for reading and writing OLE containers"
 HOMEPAGE="https://pear.php.net/package/OLE;
 LICENSE="PHP-3.01"
 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=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2018-02-18 Thread Thomas Deutschmann
commit: 3fe8b0c2ac5f58763a43964587e882af6ec2ae6e
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 18 21:41:11 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 18 21:48:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fe8b0c2

dev-php/PEAR-OLE: x86 stable (bug #647764)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
index 111377cdd9f..3fdb016b9f3 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
@@ -11,5 +11,5 @@ DESCRIPTION="Package for reading and writing OLE containers"
 HOMEPAGE="https://pear.php.net/package/OLE;
 LICENSE="PHP-3.01"
 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=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2018-02-16 Thread Sergei Trofimovich
commit: ee7a26faee25469f65e81f64176f345994b144a7
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Fri Feb 16 20:41:11 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Fri Feb 16 20:41:11 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee7a26fa

dev-php/PEAR-OLE: stable 1.0.0_rc3 for ia64, bug #647764

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="ia64"

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
index 65f0246057f..111377cdd9f 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,5 +11,5 @@ DESCRIPTION="Package for reading and writing OLE containers"
 HOMEPAGE="https://pear.php.net/package/OLE;
 LICENSE="PHP-3.01"
 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=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2017-06-20 Thread Brian Evans
commit: f223274f56bd6d4e536d967b3a4b56502c535eda
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Jun 20 14:14:32 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Jun 20 14:14:32 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f223274f

dev-php/PEAR-OLE: Version bump to 1.0.0_rc3

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-php/PEAR-OLE/Manifest  |  1 +
 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 15 +++
 2 files changed, 16 insertions(+)

diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest
index dd9089cc332..fca55509645 100644
--- a/dev-php/PEAR-OLE/Manifest
+++ b/dev-php/PEAR-OLE/Manifest
@@ -1 +1,2 @@
 DIST OLE-1.0.0RC2.tgz 13981 SHA256 
a0f3ad85845801ad8f7c6cf1695e048c960a72b183946613ddbca4567fed9164 SHA512 
9d0b236da4a0f82f272cf2e5642246ca35f83b9d21f1cc41ebe32d536949e9c7fce8d3bee0dce051f692a0283e1203d5ba2bacbe339f72cad4c83eb7a7b7e884
 WHIRLPOOL 
232cfbbe3c39cdd52455fd9f060c8983002e80f178dda25627d6a88c51af22dc5ae7f71577a4679ef9aed15ad4cae5ae4e6791cf215e286e1460bfdde8fefa58
+DIST OLE-1.0.0RC3.tgz 14233 SHA256 
3f3a311718cd93731ed7065c4aa9eaa9d015169f227210368a6062b0aa0a1fcb SHA512 
36a9bbe243d0f172bcd3fc5dd0926a0e42389b4e222cca90678f41bb968c70e4d04c959f3fe3bad1704543ecbcda871a248aa445a1dc6c2f0b73925198f5b07e
 WHIRLPOOL 
b88733f4258b2c32de8526625a0e2fb0c8e577c47836dfbf5d686757cb3319a78b1414d06f48c56f401c98ae252ef2e1e788b804c3d3e4faabc10382b7b290d4

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
new file mode 100644
index 000..65f0246057f
--- /dev/null
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PEAR_PV=${PV/_rc/RC}
+
+inherit php-pear-r2
+
+DESCRIPTION="Package for reading and writing OLE containers"
+HOMEPAGE="https://pear.php.net/package/OLE;
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/, dev-php/PEAR-OLE/files/

2017-02-28 Thread Brian Evans
commit: 20b1281c200a0c385f59c5cff8ab2020e299e2d8
Author: Brian Evans  gentoo  org>
AuthorDate: Tue Feb 28 14:02:07 2017 +
Commit: Brian Evans  gentoo  org>
CommitDate: Tue Feb 28 14:02:07 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b1281c

dev-php/PEAR-OLE: Revision bump to include patches from upstream wrt bug 611162

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild  | 35 
 .../files/1.0.0_rc2-fix-static-calls.patch | 96 ++
 dev-php/PEAR-OLE/files/pear-bug-19284.patch| 24 ++
 3 files changed, 155 insertions(+)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild
new file mode 100644
index 00..65a1974193
--- /dev/null
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV^^}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="Package for reading and writing OLE containers"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-PEAR"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+   eapply "${FILESDIR}/pear-bug-19284.patch" \
+   "${FILESDIR}/${PV}-fix-static-calls.patch"
+   eapply_user
+}
+
+src_install() {
+   insinto /usr/share/php
+   doins "${MY_PN}.php"
+   doins -r "${MY_PN}"
+}

diff --git a/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch 
b/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch
new file mode 100644
index 00..e9dea0cad4
--- /dev/null
+++ b/dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch
@@ -0,0 +1,96 @@
+From 17a94ee1f244cbf0c728f37d1628eb28955465ac Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-S=C3=A9bastien=20Hedde?= 
+Date: Mon, 27 Jan 2014 11:32:19 +0100
+Subject: [PATCH 1/3] Non-static method System::tmpdir() should not be called
+ statically, assuming  from incompatible context
+
+---
+ OLE/PPS/File.php | 3 ++-
+ OLE/PPS/Root.php | 3 ++-
+ 2 files changed, 4 insertions(+), 2 deletions(-)
+
+diff --git a/OLE/PPS/File.php b/OLE/PPS/File.php
+index 8fb1acd..553627e 100644
+--- a/OLE/PPS/File.php
 b/OLE/PPS/File.php
+@@ -47,7 +47,8 @@ class OLE_PPS_File extends OLE_PPS
+ */
+ function OLE_PPS_File($name)
+ {
+-$this->_tmp_dir = System::tmpdir();
++$system = new System();
++$this->_tmp_dir = $system->tmpdir();
+ $this->OLE_PPS(
+ null, 
+ $name,
+diff --git a/OLE/PPS/Root.php b/OLE/PPS/Root.php
+index 387c3b3..9da6330 100755
+--- a/OLE/PPS/Root.php
 b/OLE/PPS/Root.php
+@@ -53,7 +53,8 @@ class OLE_PPS_Root extends OLE_PPS
+ */
+ function OLE_PPS_Root($time_1st, $time_2nd, $raChild)
+ {
+-$this->_tmp_dir = System::tmpdir();
++$system = new System();
++$this->_tmp_dir = $system->tmpdir();
+ $this->OLE_PPS(
+null, 
+OLE::Asc2Ucs('Root Entry'),
+
+From 482239c562cc66959fc8c04e8308d812196d56f8 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-S=C3=A9bastien=20Hedde?= 
+Date: Mon, 27 Jan 2014 11:35:00 +0100
+Subject: [PATCH 2/3] OLE::LocalDate2OLE, OLE::OLE2LocalDate are static
+ methods.
+
+These functions are called staticly and don't use $this.
+---
+ OLE.php | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/OLE.php b/OLE.php
+index d7dced7..2a5da73 100755
+--- a/OLE.php
 b/OLE.php
+@@ -493,7 +493,7 @@ function Asc2Ucs($ascii)
+ * @param integer $date A timestamp 
+ * @return string The string for the OLE container
+ */
+-function LocalDate2OLE($date = null)
++static function LocalDate2OLE($date = null)
+ {
+ if (!isset($date)) {
+ return "\x00\x00\x00\x00\x00\x00\x00\x00";
+@@ -538,7 +538,7 @@ function LocalDate2OLE($date = null)
+ * @access public
+ * @static
+ */
+-function OLE2LocalDate($string)
++static function OLE2LocalDate($string)
+ {
+ if (strlen($string) != 8) {
+ return new PEAR_Error("Expecting 8 byte string");
+
+From af1b260a8bd0a5fc337f96f5b84b2accbb75f650 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Jean-S=C3=A9bastien=20Hedde?= 
+Date: Mon, 27 Jan 2014 11:38:34 +0100
+Subject: [PATCH 3/3] Asc2Ucs is a static method.
+
+---
+ OLE.php | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/OLE.php b/OLE.php
+index 2a5da73..e0cec8f 100755
+--- a/OLE.php
 b/OLE.php
+@@ -475,7 +475,7 @@ function getDataLength($index)
+ * @param string $ascii The ASCII string to 

[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2017-02-09 Thread Michael Orlitzky
commit: 13c91f606f94fa0904e6d025c99972b89bbb5dc0
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Feb  9 18:02:07 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Feb  9 18:03:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13c91f60

dev-php/PEAR-OLE: stabilize remaining arches per ALLARCHES policy.

Gentoo-Bug: 608636

Package-Manager: portage-2.3.3

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
index f8318c5d2c..1be0704980 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="PHP-3.01"
 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=""
 
 RDEPEND="dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2017-02-09 Thread Michael Orlitzky
commit: b0e0a46fdff5daa13c10459a45ae8dc89083774d
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Thu Feb  9 18:02:52 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Thu Feb  9 18:03:28 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0e0a46f

dev-php/PEAR-OLE: remove unused PEAR-OLE-0.6.1.ebuild.

Package-Manager: portage-2.3.3

 dev-php/PEAR-OLE/Manifest  |  1 -
 dev-php/PEAR-OLE/PEAR-OLE-0.6.1.ebuild | 11 ---
 2 files changed, 12 deletions(-)

diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest
index 867ed0fbbd..dd9089cc33 100644
--- a/dev-php/PEAR-OLE/Manifest
+++ b/dev-php/PEAR-OLE/Manifest
@@ -1,2 +1 @@
-DIST OLE-0.6.1.tgz 12111 SHA256 
9fd4ed5eaa07f831324df5c910584418803a7f73f0c818e85ea92fa78714587f SHA512 
3c03eb0faa24525404aa611c0c38316d449e4ae21ec0478482f4d8813f061b82c1ad9699e1d1d481202051f3562c71ca2d0428f7b3fc208120364a55b5952115
 WHIRLPOOL 
ce88ebb9c770df3c7ba0e7bef4f5eecc8a251a4fd5d658de65517e5f799effe450bfedd452bf85c021156527e8e482faef23de9f66eff556e667ecd5b83688af
 DIST OLE-1.0.0RC2.tgz 13981 SHA256 
a0f3ad85845801ad8f7c6cf1695e048c960a72b183946613ddbca4567fed9164 SHA512 
9d0b236da4a0f82f272cf2e5642246ca35f83b9d21f1cc41ebe32d536949e9c7fce8d3bee0dce051f692a0283e1203d5ba2bacbe339f72cad4c83eb7a7b7e884
 WHIRLPOOL 
232cfbbe3c39cdd52455fd9f060c8983002e80f178dda25627d6a88c51af22dc5ae7f71577a4679ef9aed15ad4cae5ae4e6791cf215e286e1460bfdde8fefa58

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-0.6.1.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-0.6.1.ebuild
deleted file mode 100644
index d51cacf87c..00
--- a/dev-php/PEAR-OLE/PEAR-OLE-0.6.1.ebuild
+++ /dev/null
@@ -1,11 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit php-pear-r1
-
-DESCRIPTION="Package for reading and writing OLE containers"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
-IUSE=""



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2017-02-09 Thread Agostino Sarubbo
commit: 97cc7024a418dfa983f55b7566f01400b621a677
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Feb  9 14:36:49 2017 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Feb  9 14:37:11 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97cc7024

dev-php/PEAR-OLE: amd64 stable wrt bug #608636

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

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
index 417452c527..f8318c5d2c 100644
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://pear.php.net/package/${MY_PN};
 SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
 LICENSE="PHP-3.01"
 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=""
 
 RDEPEND="dev-lang/php:*



[gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-OLE/

2017-01-08 Thread Michael Orlitzky
commit: b464601ccff1f4b39fc8615571ac22154ae09a1b
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Jan  8 21:34:25 2017 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Jan  8 21:34:42 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b464601c

dev-php/PEAR-OLE: new EAPI=6 revision sans the php-pear-r1 eclass.

Package-Manager: portage-2.3.0

 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild | 29 +++
 dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild| 13 
 dev-php/PEAR-OLE/metadata.xml | 11 ++
 3 files changed, 36 insertions(+), 17 deletions(-)

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
new file mode 100644
index ..417452c
--- /dev/null
+++ b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+MY_PN="${PN/PEAR-/}"
+MY_PV="${PV/_/}"
+MY_PV="${MY_PV^^}"
+MY_P="${MY_PN}-${MY_PV}"
+
+DESCRIPTION="Package for reading and writing OLE containers"
+HOMEPAGE="http://pear.php.net/package/${MY_PN};
+SRC_URI="http://download.pear.php.net/package/${MY_P}.tgz;
+LICENSE="PHP-3.01"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-lang/php:*
+   dev-php/PEAR-PEAR"
+
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+   insinto /usr/share/php
+   doins "${MY_PN}.php"
+   doins -r "${MY_PN}"
+}

diff --git a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild 
b/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild
deleted file mode 100644
index 602a4f9..
--- a/dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2.ebuild
+++ /dev/null
@@ -1,13 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit php-pear-r1
-
-DESCRIPTION="Package for reading and writing OLE containers"
-LICENSE="PHP-2.02 PHP-3"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
-IUSE=""

diff --git a/dev-php/PEAR-OLE/metadata.xml b/dev-php/PEAR-OLE/metadata.xml
index aca4293..8ccf2b5 100644
--- a/dev-php/PEAR-OLE/metadata.xml
+++ b/dev-php/PEAR-OLE/metadata.xml
@@ -1,8 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-   php-b...@gentoo.org
-   PHP
-
+  
+php-b...@gentoo.org
+PHP
+  
+  
+pear/OLE
+