From 6c169675dd21d25ad82ab0560f3d5b1e714219b6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 23 Mar 2024 01:00:42 +0000 Subject: gentoo auto-resync : 23:03:2024 - 01:00:42 --- dev-php/Manifest.gz | Bin 35187 -> 35177 bytes dev-php/cli-prompt/Manifest | 2 + dev-php/cli-prompt/cli-prompt-1.0.4.ebuild | 22 +++++++++++ dev-php/cphplib/Manifest | 4 +- dev-php/cphplib/cphplib-0.51-r1.ebuild | 29 -------------- dev-php/cphplib/cphplib-0.51-r2.ebuild | 26 +++++++++++++ dev-php/cphplib/files/constructor.patch | 42 --------------------- .../cphplib/files/cphplib-0.51-constructor.patch | 42 +++++++++++++++++++++ dev-php/mmslib/Manifest | 2 +- dev-php/mmslib/mmslib-0.97-r1.ebuild | 23 +++++++++++ dev-php/mmslib/mmslib-0.97.ebuild | 24 ------------ 11 files changed, 118 insertions(+), 98 deletions(-) create mode 100644 dev-php/cli-prompt/cli-prompt-1.0.4.ebuild delete mode 100644 dev-php/cphplib/cphplib-0.51-r1.ebuild create mode 100644 dev-php/cphplib/cphplib-0.51-r2.ebuild delete mode 100644 dev-php/cphplib/files/constructor.patch create mode 100644 dev-php/cphplib/files/cphplib-0.51-constructor.patch create mode 100644 dev-php/mmslib/mmslib-0.97-r1.ebuild delete mode 100644 dev-php/mmslib/mmslib-0.97.ebuild (limited to 'dev-php') diff --git a/dev-php/Manifest.gz b/dev-php/Manifest.gz index 8a07b3be8662..0a487578a640 100644 Binary files a/dev-php/Manifest.gz and b/dev-php/Manifest.gz differ diff --git a/dev-php/cli-prompt/Manifest b/dev-php/cli-prompt/Manifest index 81c967d0ea1f..0f3b754b560a 100644 --- a/dev-php/cli-prompt/Manifest +++ b/dev-php/cli-prompt/Manifest @@ -1,4 +1,6 @@ AUX autoload.php 261 BLAKE2B 71987b4c16fe40a74fe8b84c22e855580ccd5901c1adef39d8a78ac2b48be6459e08dffadb979ec41f07d34ddfd88c8636e34a24f90941b4aedd0853b128b457 SHA512 e5eb2fe6feeacf29f0b2b6b5f8370ecb5e42d1d7f3464c0ba1f90565b6f0a15a6c3b79b6c8d1179f37c4fe8bee28c241b750af864b106c67dd7019c75aae38f9 DIST cli-prompt-1.0.3.tar.gz 7563 BLAKE2B 5f4ba04f3ed1e98b30c5ce840fdb0189422b6c83e6df82b3a617eb120b4dadc840287b3ee559b6605f1b2a9eb873abbc446a9ed3ec1dfeba1158a7a27ebee951 SHA512 e7e7bb0ae5173b784ab7dac4453b23d039abb68c11b21bfd3756f7f37da413744dcd76d8f8769ace023f91f0f2a8f78421d432bf96fe0781c05a9584b0f0f64d +DIST cli-prompt-1.0.4.tar.gz 8481 BLAKE2B 0ece875068c8731df28a5098f8de10ffb91849c293682f1098167a609a5c66a08310e8eb26b606cf9407a8d71738851e89dfc3854a8485e1ad1f28c29159a5c4 SHA512 b71c60f6d45c7eaa9c985bb20f6007fd48f5667510a54cc35286f6fd9cba277da4537052550501e1738e7e66e89341ba99cfc40ea7c0c82d8b3d63c03f855c4a EBUILD cli-prompt-1.0.3.ebuild 533 BLAKE2B 47fc3b7308de999c3ed4ca592a84adb22fbc6b2f0736602788dc0e6fecc6df3eeb353bf489ab4d3cf3dc5c30ae3ddc029cd3a8c91e349cf58806ffa27d85d30a SHA512 446b14dad2c14f7b7c64251087a8a236ef3ece44f48c662ee1ba955b7f30ebb6c5e48de33ef3d8d3a0c423903d6c482d5a5b4614f607c898c0db403804a71f04 +EBUILD cli-prompt-1.0.4.ebuild 533 BLAKE2B e87db69e73291927ab15928a4736e989483e8a790acc19a9278793b0f010b3a25a36788b7de1653a512457c512af6fbe7e9e2c81a7749dd91fde969edf9ed5b2 SHA512 6688756e03357c6f2c1983815c22e4b6fed2a33bf627f0e037611771ca613458363187e7781a8c2fe27ece13f373eeca989a279a013056cca2f57c6bcba1a45a MISC metadata.xml 739 BLAKE2B eba32934ae2e6e16b0a490ccfe3d12ff5b8090cf2bf0056eefa890db6a74aede562d728e4ba964c08f61c46f619c80c6ae911eacb17f3726f263f5898b3ff58d SHA512 3124a62655d956687d34f4154764726dd7b893d3a642f2722198fa66bd1d0d29a2ac9508122ae47e7f9f2da65deb34457c9e3f933b2e40b9c4313bade2349a94 diff --git a/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild b/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild new file mode 100644 index 000000000000..b8798f413e98 --- /dev/null +++ b/dev-php/cli-prompt/cli-prompt-1.0.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Allows you to prompt for user input on the command line" +HOMEPAGE="https://github.com/Seldaek/cli-prompt" +SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-lang/php:* + dev-php/fedora-autoloader" + +src_install() { + insinto "/usr/share/php/Seld/CliPrompt" + doins -r src/. "${FILESDIR}"/autoload.php + dodoc README.md +} diff --git a/dev-php/cphplib/Manifest b/dev-php/cphplib/Manifest index a4434a77d06a..6f557f33f4ce 100644 --- a/dev-php/cphplib/Manifest +++ b/dev-php/cphplib/Manifest @@ -1,4 +1,4 @@ -AUX constructor.patch 877 BLAKE2B b2f1c1fbff365992961495729632075afaaa10e8383ebe04c8802ef6466a7b71565945adf8b3536e6bc58715a22ea1f6fad71d19d30afc33a4bbf06dde68a193 SHA512 0fb08f411829f0c041203cc14859c184036422af5aedb4829cfa1212153ff92e43c8e4889b3a7e1c943ebd1532e2aecab6e4b44147865726966ad804a2f0595d +AUX cphplib-0.51-constructor.patch 877 BLAKE2B b2f1c1fbff365992961495729632075afaaa10e8383ebe04c8802ef6466a7b71565945adf8b3536e6bc58715a22ea1f6fad71d19d30afc33a4bbf06dde68a193 SHA512 0fb08f411829f0c041203cc14859c184036422af5aedb4829cfa1212153ff92e43c8e4889b3a7e1c943ebd1532e2aecab6e4b44147865726966ad804a2f0595d DIST cphplib-0.51.tar.bz2 117555 BLAKE2B e90371d11bb342bf63ef24616d03b1c1e5dc3d8d3eae8410cf2e44f84560cb6385afc9f2fb4690ec94244a6467aca6de71452093af8c61b98777561a15a10823 SHA512 b1db52bb241f4e996538fc6173a72a9ff8d6e19596808030ad1f7ed28b051d2e6f2ececf0cfcfd177a18cab049b5b1c4d3c8877cd93d4cb5705142d035d67818 -EBUILD cphplib-0.51-r1.ebuild 826 BLAKE2B 5c34e2e7c9a06f081244e56f666f99fb632564383018fa2d66cfedebe828d70c3bfaaf63e48eec78ec663c530b29aa7c6c42c8e681d6d9dd653dff44e7d789da SHA512 28ef36a3ff8dc6fffd76452f4286d4c36e56cfdeb6f3aa9cb423e82c4053ba52d233e153cad01dc69312c114c606c9965f91ac29bbb94110ecb8c1970c65f028 +EBUILD cphplib-0.51-r2.ebuild 562 BLAKE2B 8f6b9daff46ff59adfaae5cc93acdc54d405f0670ada65f715495a82f281020e17f82eee214e1db90487efe17588959ea5610c5fb0043c053824eb4ee82fc9e7 SHA512 69b3c86eef15a328decc9a61ccd542e7443d99331ec56a5173919eacca3e88e68005255fbe0920d3dfc6e83cdf7bc026c5491f61f3a8e16d53d53149120c039d MISC metadata.xml 317 BLAKE2B dd766fe4251f0ab1bcda9550935a0c47feccf67d85e78b536f0dd7060ee939bbab441931f7197dbf3edd93003fffc004a4869f65373646b70bef7d95c182ae4a SHA512 20840e772cabe2506460f2b58a8b2c8eaf5e03a52e7f8f476eb8ee2a2c342afce7495bf3d53ccc9a1463b5ab931d8736bf88b0a1e3b61ae72170d698d4d0828d diff --git a/dev-php/cphplib/cphplib-0.51-r1.ebuild b/dev-php/cphplib/cphplib-0.51-r1.ebuild deleted file mode 100644 index c79a4a612094..000000000000 --- a/dev-php/cphplib/cphplib-0.51-r1.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KEYWORDS="~amd64 ~x86" - -DESCRIPTION="Cute PHP Library (cphplib)" -HOMEPAGE="http://cphplib.sourceforge.net/" -SRC_URI="mirror://sourceforge/cphplib/${P}.tar.bz2" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="doc" - -DEPEND=">=dev-php/PEAR-DB-1.7.6-r1" -RDEPEND="${DEPEND}" -PATCHES=( "${FILESDIR}/constructor.patch" ) - -src_install() { - local DOCS=( ChangeLog README TODO ) - local -a HTML_DOCS - insinto "/usr/share/php/${PN}" - doins -r i18n cphplib_formular.inc cphplib.inc - use doc && HTML_DOCS=( doc/packages.html doc/blank.html - doc/classtrees_cphplib.html doc/index.html doc/cphplib/ - doc/errors.html doc/__filesource/ doc/elementindex.html - doc/li_cphplib.html doc/elementindex_cphplib.html doc/media/ ) - einstalldocs -} diff --git a/dev-php/cphplib/cphplib-0.51-r2.ebuild b/dev-php/cphplib/cphplib-0.51-r2.ebuild new file mode 100644 index 000000000000..d40c6df8da76 --- /dev/null +++ b/dev-php/cphplib/cphplib-0.51-r2.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Cute PHP Library (cphplib)" +HOMEPAGE="http://cphplib.sourceforge.net/" +SRC_URI="https://download.sourceforge.net/cphplib/${P}.tar.bz2" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND="dev-php/PEAR-DB" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-0.51-constructor.patch" ) + +src_install() { + insinto "/usr/share/php/cphplib" + doins -r i18n cphplib_formular.inc cphplib.inc + + docinto html + dodoc -r doc/. + einstalldocs +} diff --git a/dev-php/cphplib/files/constructor.patch b/dev-php/cphplib/files/constructor.patch deleted file mode 100644 index 1ab88d212c1f..000000000000 --- a/dev-php/cphplib/files/constructor.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -uarN a/cphplib_formular.inc b/cphplib_formular.inc ---- a/cphplib_formular.inc 2006-05-25 05:03:44.000000000 -0400 -+++ b/cphplib_formular.inc 2017-07-27 10:49:10.928727081 -0400 -@@ -130,6 +130,11 @@ - - function cphplib_formular($locale="de_DE") - { -+ __construct($locale); -+ } -+ -+ function __construct($locale="de_DE") -+ { - parent::cphplib($locale); - - $this->os_type = $this->os_type(); -@@ -1390,4 +1395,3 @@ - } - } - --?> -\ No newline at end of file -diff -uarN a/cphplib.inc b/cphplib.inc ---- a/cphplib.inc 2006-05-25 05:03:58.000000000 -0400 -+++ b/cphplib.inc 2017-07-27 10:59:51.910098156 -0400 -@@ -215,6 +215,11 @@ - */ - function cphplib($locale="de_DE") - { -+ __construct($locale); -+ } -+ -+ function __construct($locale="de_DE") -+ { - if (!empty($locale)) - { - $this->locale = $locale; -@@ -4539,4 +4544,3 @@ - } - } - --?> -\ No newline at end of file diff --git a/dev-php/cphplib/files/cphplib-0.51-constructor.patch b/dev-php/cphplib/files/cphplib-0.51-constructor.patch new file mode 100644 index 000000000000..1ab88d212c1f --- /dev/null +++ b/dev-php/cphplib/files/cphplib-0.51-constructor.patch @@ -0,0 +1,42 @@ +diff -uarN a/cphplib_formular.inc b/cphplib_formular.inc +--- a/cphplib_formular.inc 2006-05-25 05:03:44.000000000 -0400 ++++ b/cphplib_formular.inc 2017-07-27 10:49:10.928727081 -0400 +@@ -130,6 +130,11 @@ + + function cphplib_formular($locale="de_DE") + { ++ __construct($locale); ++ } ++ ++ function __construct($locale="de_DE") ++ { + parent::cphplib($locale); + + $this->os_type = $this->os_type(); +@@ -1390,4 +1395,3 @@ + } + } + +-?> +\ No newline at end of file +diff -uarN a/cphplib.inc b/cphplib.inc +--- a/cphplib.inc 2006-05-25 05:03:58.000000000 -0400 ++++ b/cphplib.inc 2017-07-27 10:59:51.910098156 -0400 +@@ -215,6 +215,11 @@ + */ + function cphplib($locale="de_DE") + { ++ __construct($locale); ++ } ++ ++ function __construct($locale="de_DE") ++ { + if (!empty($locale)) + { + $this->locale = $locale; +@@ -4539,4 +4544,3 @@ + } + } + +-?> +\ No newline at end of file diff --git a/dev-php/mmslib/Manifest b/dev-php/mmslib/Manifest index 233940d00af5..c1c411035537 100644 --- a/dev-php/mmslib/Manifest +++ b/dev-php/mmslib/Manifest @@ -1,3 +1,3 @@ DIST mmslib-0.97.tar.gz 62106 BLAKE2B 624b905748982b017fb74bebbb2c7d3a0cb004298696d4bd5159a6ac44f7460279ab09e4594ed544e3aaacdc7d98bfbdb94fab130040227137ebf8d3b2bf098e SHA512 ca406af28a25e7af042e4575d88159fbc55b1c90687c355d4175a3b6567bf8fac249b93660aa920c48aa4e05dfaa95a529f8aefedd07db9ce6edd69492918392 -EBUILD mmslib-0.97.ebuild 523 BLAKE2B 1a5503248aed3f9f1fe5a39ca17626015dca7eba0ad51e6ade578def91d23f9d4d826244ddd9e69736c54db2a0e5cfeaf329e5aaaed3721f0b11b943a5053de3 SHA512 2adccc75b10775b5aabb12a1e9a91ad70b6dfe35c0a782be2deccbdbed40cc6c62bd52838a4f9c93c94bc92de926a1dfdedd28cfd78ea63c52d9ff2e993dd101 +EBUILD mmslib-0.97-r1.ebuild 506 BLAKE2B 3bce02a18ed3d168d94ba2c1656b43d11903b834b322873658e5cebd9e32758babb399f0dd052b20077f5f047a68d84779521e9c9405b709256c6b8ac30fd675 SHA512 0b111afc4d2ab1c4f7e13699c2abdcb1ab6d75cd3f3fb42fe99edc1f29820efccfa3b21117b6f0209cf0f7f29ff57ae08735aeee5ba0b0ad6193fe7dfcf106be MISC metadata.xml 240 BLAKE2B f60f325331d493a555e53c29c7cf2742a415356da28a467505f1441f3fd790fd0d59050df84854bdc379d19d94a46121216479807975a2922d5a2fefde83416b SHA512 fada9d69055f2be962b95aac82f260ec5db7a3f4392d10f0458a1d125938fa17539f7ec486000f3a95cff85a3fbb6bbf1f6f4fe6c2de7aa420a7543a3e89d03e diff --git a/dev-php/mmslib/mmslib-0.97-r1.ebuild b/dev-php/mmslib/mmslib-0.97-r1.ebuild new file mode 100644 index 000000000000..ce52f868bffc --- /dev/null +++ b/dev-php/mmslib/mmslib-0.97-r1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Encoding, decoding, and sending of MMS:es" +HOMEPAGE="https://www.hellkvist.org/software/#MMSLIB" +SRC_URI="https://www.hellkvist.org/software/mmslib/${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="examples" + +RDEPEND="dev-lang/php:*" + +src_install() { + insinto "/usr/share/php/mmslib" + doins mmslib.php + + einstalldocs + use examples && dodoc -r samples content +} diff --git a/dev-php/mmslib/mmslib-0.97.ebuild b/dev-php/mmslib/mmslib-0.97.ebuild deleted file mode 100644 index a622ac5b7a3b..000000000000 --- a/dev-php/mmslib/mmslib-0.97.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="library for encoding, decoding, and sending MMSes" -HOMEPAGE="http://www.hellkvist.org/software/#MMSLIB" -SRC_URI="http://www.hellkvist.org/software/mmslib/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="examples" - -DEPEND="" -RDEPEND="dev-lang/php:*" - -src_install() { - insinto "/usr/share/php/${PN}" - doins mmslib.php - - dodoc README - use examples && dodoc -r samples content -} -- cgit v1.2.3