diff options
author | Brian Evans <grknight@gentoo.org> | 2018-02-18 21:10:25 -0500 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2018-02-18 21:10:25 -0500 |
commit | 8300004a0e4f78d755a2102f290110682090a13c (patch) | |
tree | 33fac6aefc9f596ca45857b09e8b2f1632f9fbbd /dev-php | |
parent | dev-php/PEAR-Net_URL2: Adjust stable keywords to previous; drop old (diff) | |
download | gentoo-8300004a0e4f78d755a2102f290110682090a13c.tar.gz gentoo-8300004a0e4f78d755a2102f290110682090a13c.tar.bz2 gentoo-8300004a0e4f78d755a2102f290110682090a13c.zip |
dev-php/PEAR-OLE: Adjust stable keywords to previous; drop old
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-OLE/Manifest | 1 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r1.ebuild | 28 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc2-r2.ebuild | 34 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/PEAR-OLE-1.0.0_rc3.ebuild | 2 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/files/1.0.0_rc2-fix-static-calls.patch | 96 | ||||
-rw-r--r-- | dev-php/PEAR-OLE/files/pear-bug-19284.patch | 24 |
6 files changed, 1 insertions, 184 deletions
diff --git a/dev-php/PEAR-OLE/Manifest b/dev-php/PEAR-OLE/Manifest index 77918a1634bb..19ee9006fda7 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 01c977ab5b7f..000000000000 --- 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 e48f9f9de5a6..000000000000 --- 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 6ed0a1dd9798..bd8e6951959f 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 e9dea0cad4f7..000000000000 --- 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?= <jeanseb@au-fil-du.net> -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?= <jeanseb@au-fil-du.net> -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?= <jeanseb@au-fil-du.net> -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 transform - * @return string The string in Unicode - */ -- function Asc2Ucs($ascii) -+ static function Asc2Ucs($ascii) - { - $rawname = ''; - for ($i = 0; $i < strlen($ascii); $i++) { diff --git a/dev-php/PEAR-OLE/files/pear-bug-19284.patch b/dev-php/PEAR-OLE/files/pear-bug-19284.patch deleted file mode 100644 index c94142c1ae46..000000000000 --- a/dev-php/PEAR-OLE/files/pear-bug-19284.patch +++ /dev/null @@ -1,24 +0,0 @@ -From e63587ddb88057cc2e403c48d2f41728ba1044ef Mon Sep 17 00:00:00 2001 -From: flack <flack@contentcontrol-berlin.de> -Date: Tue, 27 Nov 2012 10:26:09 +0100 -Subject: [PATCH] Fix problem where Excel files couldn't be opened in Ofccie - 2010 - -I haven't traced the problem, the fix is from one of the comments of http://pear.php.net/bugs/bug.php?id=19284, but for me, this reproducably fixes the issue the Excel 2010 refuses to open the files because they are corrupt ---- - OLE/PPS/Root.php | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/OLE/PPS/Root.php b/OLE/PPS/Root.php -index 2f19ba0..387c3b3 100755 ---- a/OLE/PPS/Root.php -+++ b/OLE/PPS/Root.php -@@ -620,7 +620,7 @@ function _create_header($num_sb_blocks, $num_bb_blocks, $num_pps_blocks) - else - fwrite($FILE, pack("V", -2)); - -- fwrite($FILE, pack("V", 1)); -+ fwrite($FILE, pack("V", $num_sb_blocks)); - - // Extra BDList Start, Count - if($bbd_info["blockchain_list_entries"] < $bbd_info["header_blockchain_list_entries"]) |