[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2024-01-09 Thread Mart Raudsepp
commit: ea9e091464326915b4a9cad472ca1e526d26527d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Jan  9 15:45:23 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Jan  9 17:38:26 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea9e0914

dev-php/phar-utils: keyword 1.1.2 for ~arm64

Signed-off-by: Mart Raudsepp  gentoo.org>

 dev-php/phar-utils/phar-utils-1.1.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phar-utils/phar-utils-1.1.2.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.2.ebuild
index 43b1c5940fef..e3b6014925d4 100644
--- a/dev-php/phar-utils/phar-utils-1.1.2.ebuild
+++ b/dev-php/phar-utils/phar-utils-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm64 x86"
 
 RDEPEND="
dev-lang/php:*[phar]



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2021-09-22 Thread Thomas Deutschmann
commit: 13de3a446bd2d4388f715c2bb555ceca65c2c727
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Wed Sep 22 11:52:22 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Wed Sep 22 12:16:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13de3a44

dev-php/phar-utils: bump to v1.1.2

Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/phar-utils/Manifest|  1 +
 dev-php/phar-utils/phar-utils-1.1.2.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/phar-utils/Manifest b/dev-php/phar-utils/Manifest
index 791852e8b0a..43aa84b192f 100644
--- a/dev-php/phar-utils/Manifest
+++ b/dev-php/phar-utils/Manifest
@@ -1 +1,2 @@
 DIST phar-utils-1.1.1.tar.gz 4211 BLAKE2B 
370c6e325dcef6fb8ac2ab12a661f59d1c5feb5135aa8bdf7c0b3beb31f90a309994e959b68a96d9da2ea2ae25d38ee5bda1d86a647b4958ce81bece3d02a935
 SHA512 
bfe7ce821767588032a2db8e2b80d827f33a5bd9049d74d6d1871b7e65878cf78a86162ed67e96edd363a3520f53723bdd496914e96d4ef8629880729bd812e3
+DIST phar-utils-1.1.2.tar.gz 4223 BLAKE2B 
fa64eb6f6a53f5a571c4cab21235269321055d09c4adb5d72baa1084d862a72f8ac010d1dd02fa8a3e1da4b8b8b449d648cfa4b47486832f85e68f222184518e
 SHA512 
122c76ee29bb981b75f86f025235577bb9c1cf2b3f18c16740a000284a23e04b8ec7ee37a369513f7c44e4da8a8838d90384a02ce38bcb425f826ac2b6eb3b88

diff --git a/dev-php/phar-utils/phar-utils-1.1.2.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.2.ebuild
new file mode 100644
index 000..43b1c5940fe
--- /dev/null
+++ b/dev-php/phar-utils/phar-utils-1.1.2.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
+HOMEPAGE="https://github.com/Seldaek/phar-utils";
+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:*[phar]
+   dev-php/fedora-autoloader"
+
+src_install() {
+   insinto "/usr/share/php/Seld/PharUtils"
+   doins -r src/. "${FILESDIR}"/autoload.php
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2021-05-09 Thread Agostino Sarubbo
commit: f9468b266f18847d3dfe599baf08acca3062068a
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon May 10 06:57:15 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon May 10 06:57:15 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9468b26

dev-php/phar-utils: x86 stable wrt bug #754018

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 dev-php/phar-utils/phar-utils-1.1.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-php/phar-utils/phar-utils-1.1.1.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.1.ebuild
index dec5a496d52..43b1c5940fe 100644
--- a/dev-php/phar-utils/phar-utils-1.1.1.ebuild
+++ b/dev-php/phar-utils/phar-utils-1.1.1.ebuild
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
dev-lang/php:*[phar]



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2021-05-05 Thread Agostino Sarubbo
commit: 182fa8165ae8f8f0d5ae3fe8509466c1818ee478
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu May  6 06:53:02 2021 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu May  6 06:54:52 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=182fa816

dev-php/phar-utils: amd64 stable wrt bug #754018

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

 dev-php/phar-utils/phar-utils-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-php/phar-utils/phar-utils-1.1.1.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.1.ebuild
index 20800e16310..dec5a496d52 100644
--- a/dev-php/phar-utils/phar-utils-1.1.1.ebuild
+++ b/dev-php/phar-utils/phar-utils-1.1.1.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
@@ -9,7 +9,7 @@ SRC_URI="https://github.com/Seldaek/${PN}/archive/${PV}.tar.gz 
-> ${P}.tar.gz"
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
dev-lang/php:*[phar]



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2020-09-13 Thread Thomas Deutschmann
commit: 2c23a353f88f2ae22dd2516c5bb84b04b8798987
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Sep 13 23:14:33 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Sep 13 23:17:48 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c23a353

dev-php/phar-utils: bump to v1.1.1

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/phar-utils/Manifest|  1 +
 dev-php/phar-utils/phar-utils-1.1.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/phar-utils/Manifest b/dev-php/phar-utils/Manifest
index 5ecf90e2f88..53d4bb09c27 100644
--- a/dev-php/phar-utils/Manifest
+++ b/dev-php/phar-utils/Manifest
@@ -1,3 +1,4 @@
 DIST phar-utils-1.0.0.tar.gz 3152 BLAKE2B 
c4dfd3d659989bc22adcc14c79e28d623753988742d2fdd178dfd98590b629083ad85c9f112ab23c6213fa70cdad838ebbdc01c45551892ed9a20a3374abd28c
 SHA512 
bf3d7074a3f1101a7f03e8fb8a5bc1456674bf2f9ded6a5fc5fb2f892c1cc3c4643fab6c003851ed12ea16ce6390f482cf897beee7d7c38922b6c54c90b0934e
 DIST phar-utils-1.0.1.tar.gz 3251 BLAKE2B 
4d12701c53c3a17a141dd35210bbac16b84be7bb6d87b459d13114b09188487f86aedc13afbf510a2e01741a72e1929e25ee5204b729fa5b23801e429f844a58
 SHA512 
a1fb09b712add948f7b5c19e2f9e81869c76f91dd7d41c981b3f06870a6f7a15d0c413338751587642e3dc538e181336b9fe80f61148ce304025434e9d01d6bd
 DIST phar-utils-1.1.0.tar.gz 3742 BLAKE2B 
8be6dd17cd7b6641b52a30f58d0f5615e966b8eaad0f2d9c2927eee98f24a840b4751ba779af2d5b27e05c2ab07333475c22896e165589b4091770356039bf82
 SHA512 
2d715da6deea878db0ff9dce1aa7ec46c4b25d74411df2498a55228ee9fec9bdc350003f829495dfdebf3f5bbec58810afeaa58c7f762f32af6f26ced8569e58
+DIST phar-utils-1.1.1.tar.gz 4211 BLAKE2B 
370c6e325dcef6fb8ac2ab12a661f59d1c5feb5135aa8bdf7c0b3beb31f90a309994e959b68a96d9da2ea2ae25d38ee5bda1d86a647b4958ce81bece3d02a935
 SHA512 
bfe7ce821767588032a2db8e2b80d827f33a5bd9049d74d6d1871b7e65878cf78a86162ed67e96edd363a3520f53723bdd496914e96d4ef8629880729bd812e3

diff --git a/dev-php/phar-utils/phar-utils-1.1.1.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.1.ebuild
new file mode 100644
index 000..20800e16310
--- /dev/null
+++ b/dev-php/phar-utils/phar-utils-1.1.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
+HOMEPAGE="https://github.com/Seldaek/phar-utils";
+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:*[phar]
+   dev-php/fedora-autoloader"
+
+src_install() {
+   insinto "/usr/share/php/Seld/PharUtils"
+   doins -r src/. "${FILESDIR}"/autoload.php
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2020-03-19 Thread Thomas Deutschmann
commit: 09d10472c6093fd76e88dcec485a0156721b0b8c
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Mar 19 21:43:34 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Mar 19 21:54:47 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09d10472

dev-php/phar-utils: bump to v1.1.0

Package-Manager: Portage-2.3.94, Repoman-2.3.21
Signed-off-by: Thomas Deutschmann  gentoo.org>

 dev-php/phar-utils/Manifest|  1 +
 dev-php/phar-utils/phar-utils-1.1.0.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/phar-utils/Manifest b/dev-php/phar-utils/Manifest
index 0015d97693c..5ecf90e2f88 100644
--- a/dev-php/phar-utils/Manifest
+++ b/dev-php/phar-utils/Manifest
@@ -1,2 +1,3 @@
 DIST phar-utils-1.0.0.tar.gz 3152 BLAKE2B 
c4dfd3d659989bc22adcc14c79e28d623753988742d2fdd178dfd98590b629083ad85c9f112ab23c6213fa70cdad838ebbdc01c45551892ed9a20a3374abd28c
 SHA512 
bf3d7074a3f1101a7f03e8fb8a5bc1456674bf2f9ded6a5fc5fb2f892c1cc3c4643fab6c003851ed12ea16ce6390f482cf897beee7d7c38922b6c54c90b0934e
 DIST phar-utils-1.0.1.tar.gz 3251 BLAKE2B 
4d12701c53c3a17a141dd35210bbac16b84be7bb6d87b459d13114b09188487f86aedc13afbf510a2e01741a72e1929e25ee5204b729fa5b23801e429f844a58
 SHA512 
a1fb09b712add948f7b5c19e2f9e81869c76f91dd7d41c981b3f06870a6f7a15d0c413338751587642e3dc538e181336b9fe80f61148ce304025434e9d01d6bd
+DIST phar-utils-1.1.0.tar.gz 3742 BLAKE2B 
8be6dd17cd7b6641b52a30f58d0f5615e966b8eaad0f2d9c2927eee98f24a840b4751ba779af2d5b27e05c2ab07333475c22896e165589b4091770356039bf82
 SHA512 
2d715da6deea878db0ff9dce1aa7ec46c4b25d74411df2498a55228ee9fec9bdc350003f829495dfdebf3f5bbec58810afeaa58c7f762f32af6f26ced8569e58

diff --git a/dev-php/phar-utils/phar-utils-1.1.0.ebuild 
b/dev-php/phar-utils/phar-utils-1.1.0.ebuild
new file mode 100644
index 000..20800e16310
--- /dev/null
+++ b/dev-php/phar-utils/phar-utils-1.1.0.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
+HOMEPAGE="https://github.com/Seldaek/phar-utils";
+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:*[phar]
+   dev-php/fedora-autoloader"
+
+src_install() {
+   insinto "/usr/share/php/Seld/PharUtils"
+   doins -r src/. "${FILESDIR}"/autoload.php
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2018-09-20 Thread Thomas Deutschmann
commit: 089c91791a8f2268e456772950a35fd4ef62777b
Author: Tomas Mozes  gmail  com>
AuthorDate: Fri Sep  7 11:14:53 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Sep 20 12:00:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=089c9179

dev-php/phar-utils: bump to 1.0.1

Signed-off-by: Tomáš Mózes  gmail.com>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 dev-php/phar-utils/Manifest|  1 +
 dev-php/phar-utils/phar-utils-1.0.1.ebuild | 22 ++
 2 files changed, 23 insertions(+)

diff --git a/dev-php/phar-utils/Manifest b/dev-php/phar-utils/Manifest
index 0446b10eaec..0015d97693c 100644
--- a/dev-php/phar-utils/Manifest
+++ b/dev-php/phar-utils/Manifest
@@ -1 +1,2 @@
 DIST phar-utils-1.0.0.tar.gz 3152 BLAKE2B 
c4dfd3d659989bc22adcc14c79e28d623753988742d2fdd178dfd98590b629083ad85c9f112ab23c6213fa70cdad838ebbdc01c45551892ed9a20a3374abd28c
 SHA512 
bf3d7074a3f1101a7f03e8fb8a5bc1456674bf2f9ded6a5fc5fb2f892c1cc3c4643fab6c003851ed12ea16ce6390f482cf897beee7d7c38922b6c54c90b0934e
+DIST phar-utils-1.0.1.tar.gz 3251 BLAKE2B 
4d12701c53c3a17a141dd35210bbac16b84be7bb6d87b459d13114b09188487f86aedc13afbf510a2e01741a72e1929e25ee5204b729fa5b23801e429f844a58
 SHA512 
a1fb09b712add948f7b5c19e2f9e81869c76f91dd7d41c981b3f06870a6f7a15d0c413338751587642e3dc538e181336b9fe80f61148ce304025434e9d01d6bd

diff --git a/dev-php/phar-utils/phar-utils-1.0.1.ebuild 
b/dev-php/phar-utils/phar-utils-1.0.1.ebuild
new file mode 100644
index 000..9ed73f9e628
--- /dev/null
+++ b/dev-php/phar-utils/phar-utils-1.0.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="PHAR file format utilities, for when PHP phars you up"
+HOMEPAGE="https://github.com/Seldaek/phar-utils";
+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:*[phar]
+   dev-php/fedora-autoloader"
+
+src_install() {
+   insinto "/usr/share/php/Seld/PharUtils"
+   doins -r src/. "${FILESDIR}"/autoload.php
+   dodoc README.md
+}



[gentoo-commits] repo/gentoo:master commit in: dev-php/phar-utils/

2016-12-18 Thread Michael Orlitzky
commit: 6ba153dcc44ba324466c077924e7a2a6933a1410
Author: Michael Orlitzky  gentoo  org>
AuthorDate: Sun Dec 18 23:06:35 2016 +
Commit: Michael Orlitzky  gentoo  org>
CommitDate: Sun Dec 18 23:17:24 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba153dc

dev-php/phar-utils: add the PHP project as a co-maintainer.

Package-Manager: portage-2.3.0

 dev-php/phar-utils/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/dev-php/phar-utils/metadata.xml b/dev-php/phar-utils/metadata.xml
index c9df2d6..2cb3579 100644
--- a/dev-php/phar-utils/metadata.xml
+++ b/dev-php/phar-utils/metadata.xml
@@ -9,6 +9,9 @@
 proxy-ma...@gentoo.org
 Proxy Maintainers
   
+  
+php-b...@gentoo.org
+  
   
 PHAR file format utilities, for when PHP phars you up