[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2024-04-10 Thread Maciej Barć
commit: e48c2c19c67f36c88641274f202cd3146d0ce677
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Apr 10 23:24:35 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr 11 01:38:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48c2c19

app-arch/bzip3: drop old 1.3.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.3.2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 06b0a52b2127..ae651b30a1be 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,2 +1 @@
-DIST bzip3-1.3.2.tar.xz 277768 BLAKE2B 
6ee7e5d7f1ab11c19664937fc631e51f5707b6893441bdd6e1beb52e9e2e46255e31c782f61939eba3f966f2be74b422a89f5fcd9d3f42caea07784f2f858efd
 SHA512 
76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f
 DIST bzip3-1.4.0.tar.xz 278424 BLAKE2B 
d3e4ae283d3b4512e70ffe3ef63c4ee4fe6f7a0a272aacfe67aae155aed547b54c7e46bce2448b140c7af58ec968b33a1ea7660ffa492bd6bf6eed9fd9f9c4d1
 SHA512 
584eb77b3071b09c15f20ec88248c9295ca2107107fdcb0495364ac60807c688d167a6cbbdd1b67cc851cbebc0791661ecb44b4d03ca5fb7d2b89ce839452062

diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild 
b/app-arch/bzip3/bzip3-1.3.2.ebuild
deleted file mode 100644
index 62f14502840e..
--- a/app-arch/bzip3/bzip3-1.3.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2024-01-18 Thread Sam James
commit: 12ab9c9fd2ce86ff547045d7b63c430d6bc9e879
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:18 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:18 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12ab9c9f

app-arch/bzip3: Stabilize 1.4.0 arm64, #921604

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

 app-arch/bzip3/bzip3-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild 
b/app-arch/bzip3/bzip3-1.4.0.ebuild
index fa177a7077d6..7cdf987ce525 100644
--- a/app-arch/bzip3/bzip3-1.4.0.ebuild
+++ b/app-arch/bzip3/bzip3-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~loong x86"
+   KEYWORDS="amd64 arm64 ~loong x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2024-01-18 Thread Sam James
commit: 4fc7e074a15bd8dda95ce342e954bb144461eaee
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:15 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:15 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fc7e074

app-arch/bzip3: Stabilize 1.4.0 x86, #921604

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

 app-arch/bzip3/bzip3-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild 
b/app-arch/bzip3/bzip3-1.4.0.ebuild
index eef81c575161..fa177a7077d6 100644
--- a/app-arch/bzip3/bzip3-1.4.0.ebuild
+++ b/app-arch/bzip3/bzip3-1.4.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2024-01-18 Thread Sam James
commit: eeefe55f95494403d13adfbbba610d07465c1362
Author: Sam James  gentoo  org>
AuthorDate: Thu Jan 18 17:23:12 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Jan 18 17:23:12 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeefe55f

app-arch/bzip3: Stabilize 1.4.0 amd64, #921604

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

 app-arch/bzip3/bzip3-1.4.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild 
b/app-arch/bzip3/bzip3-1.4.0.ebuild
index 33aa6e59599d..eef81c575161 100644
--- a/app-arch/bzip3/bzip3-1.4.0.ebuild
+++ b/app-arch/bzip3/bzip3-1.4.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-12-06 Thread Maciej Barć
commit: 77ca32e3cb67a505ed9ae3803efb37e63c8ba347
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Dec  6 21:06:42 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Dec  6 22:47:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77ca32e3

app-arch/bzip3: bump to 1.4.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.4.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 7552adae5f7d..06b0a52b2127 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1 +1,2 @@
 DIST bzip3-1.3.2.tar.xz 277768 BLAKE2B 
6ee7e5d7f1ab11c19664937fc631e51f5707b6893441bdd6e1beb52e9e2e46255e31c782f61939eba3f966f2be74b422a89f5fcd9d3f42caea07784f2f858efd
 SHA512 
76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f
+DIST bzip3-1.4.0.tar.xz 278424 BLAKE2B 
d3e4ae283d3b4512e70ffe3ef63c4ee4fe6f7a0a272aacfe67aae155aed547b54c7e46bce2448b140c7af58ec968b33a1ea7660ffa492bd6bf6eed9fd9f9c4d1
 SHA512 
584eb77b3071b09c15f20ec88248c9295ca2107107fdcb0495364ac60807c688d167a6cbbdd1b67cc851cbebc0791661ecb44b4d03ca5fb7d2b89ce839452062

diff --git a/app-arch/bzip3/bzip3-1.4.0.ebuild 
b/app-arch/bzip3/bzip3-1.4.0.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.4.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-11-30 Thread Sam James
commit: c8f61fa128d14dcb3e6236d1754fffbbb78a5fde
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 30 21:39:11 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 30 21:39:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8f61fa1

app-arch/bzip3: Stabilize 1.3.2 x86, #918906

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

 app-arch/bzip3/bzip3-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild 
b/app-arch/bzip3/bzip3-1.3.2.ebuild
index 5a859349b58a..62f14502840e 100644
--- a/app-arch/bzip3/bzip3-1.3.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-09-16 Thread Maciej Barć
commit: da93f7b9af693d21c7b880775509c0427673e3de
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Sep 16 12:50:50 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Sep 16 14:47:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da93f7b9

app-arch/bzip3: drop old 1.3.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.3.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index ab96b9457091..7552adae5f7d 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,2 +1 @@
-DIST bzip3-1.3.1.tar.xz 277248 BLAKE2B 
37044fae19a2743d2e5bd48c65f034578ccd30c316d9c19c0c8786f1248babe1dcb942cc18d3a65e0756210b551af8c7a15a1675d98dbd77d4832beff0598a9a
 SHA512 
41616eaa53422eb5bb8780db731ecd0371599e688622810be5d1fac04aa489d212db3273a5f0d15702507c8c92b36e9a4006c52bc67da7ac6ce41c73ff412e51
 DIST bzip3-1.3.2.tar.xz 277768 BLAKE2B 
6ee7e5d7f1ab11c19664937fc631e51f5707b6893441bdd6e1beb52e9e2e46255e31c782f61939eba3f966f2be74b422a89f5fcd9d3f42caea07784f2f858efd
 SHA512 
76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f

diff --git a/app-arch/bzip3/bzip3-1.3.1.ebuild 
b/app-arch/bzip3/bzip3-1.3.1.ebuild
deleted file mode 100644
index 5a859349b58a..
--- a/app-arch/bzip3/bzip3-1.3.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-09-07 Thread Sam James
commit: 0d10e69cd540f14c84de087c310a7e16225c53d7
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 20:06:57 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 20:06:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d10e69c

app-arch/bzip3: Stabilize 1.3.2 arm64, #913759

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

 app-arch/bzip3/bzip3-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild 
b/app-arch/bzip3/bzip3-1.3.2.ebuild
index 87a3ff6220a3..5a859349b58a 100644
--- a/app-arch/bzip3/bzip3-1.3.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-09-07 Thread Sam James
commit: f2057c84dea2dae92039ab6a381d8a5ee8432f2f
Author: Sam James  gentoo  org>
AuthorDate: Thu Sep  7 19:50:49 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Sep  7 19:50:49 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2057c84

app-arch/bzip3: Stabilize 1.3.2 amd64, #913759

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

 app-arch/bzip3/bzip3-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild 
b/app-arch/bzip3/bzip3-1.3.2.ebuild
index 33aa6e59599d..87a3ff6220a3 100644
--- a/app-arch/bzip3/bzip3-1.3.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-08-07 Thread Maciej Barć
commit: 45930bfb6dac4bd9755b1fd21461bd7cf82e86eb
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Aug  7 10:48:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Aug  7 11:31:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45930bfb

app-arch/bzip3: bump to 1.3.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.3.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 94afaccaccc9..ab96b9457091 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1 +1,2 @@
 DIST bzip3-1.3.1.tar.xz 277248 BLAKE2B 
37044fae19a2743d2e5bd48c65f034578ccd30c316d9c19c0c8786f1248babe1dcb942cc18d3a65e0756210b551af8c7a15a1675d98dbd77d4832beff0598a9a
 SHA512 
41616eaa53422eb5bb8780db731ecd0371599e688622810be5d1fac04aa489d212db3273a5f0d15702507c8c92b36e9a4006c52bc67da7ac6ce41c73ff412e51
+DIST bzip3-1.3.2.tar.xz 277768 BLAKE2B 
6ee7e5d7f1ab11c19664937fc631e51f5707b6893441bdd6e1beb52e9e2e46255e31c782f61939eba3f966f2be74b422a89f5fcd9d3f42caea07784f2f858efd
 SHA512 
76521377adfe737b30e77f5c3241c1c12214165492fba5acbc5ba09c8e7b91396b772f9fec936d6603413c3ef179a13597b13509df99bd8a2d56cbf14a70a84f

diff --git a/app-arch/bzip3/bzip3-1.3.2.ebuild 
b/app-arch/bzip3/bzip3-1.3.2.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-07-01 Thread Maciej Barć
commit: 5b44b52c041f58a5b84b70d09e860eeb64b3e955
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Jul  1 13:54:41 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Jul  1 13:57:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b44b52c

app-arch/bzip3: drop old 1.3.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.3.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 5ca516b923d6..94afaccaccc9 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,2 +1 @@
-DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4
 DIST bzip3-1.3.1.tar.xz 277248 BLAKE2B 
37044fae19a2743d2e5bd48c65f034578ccd30c316d9c19c0c8786f1248babe1dcb942cc18d3a65e0756210b551af8c7a15a1675d98dbd77d4832beff0598a9a
 SHA512 
41616eaa53422eb5bb8780db731ecd0371599e688622810be5d1fac04aa489d212db3273a5f0d15702507c8c92b36e9a4006c52bc67da7ac6ce41c73ff412e51

diff --git a/app-arch/bzip3/bzip3-1.3.0.ebuild 
b/app-arch/bzip3/bzip3-1.3.0.ebuild
deleted file mode 100644
index 5a859349b58a..
--- a/app-arch/bzip3/bzip3-1.3.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-06-20 Thread Sam James
commit: 7af0a4180db15d41269e893019593453428549e0
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 16:23:34 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 16:23:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7af0a418

app-arch/bzip3: Stabilize 1.3.1 amd64, #908891

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

 app-arch/bzip3/bzip3-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.1.ebuild 
b/app-arch/bzip3/bzip3-1.3.1.ebuild
index 994cf55796e9..5a859349b58a 100644
--- a/app-arch/bzip3/bzip3-1.3.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-06-20 Thread Sam James
commit: f33b27a81d07c7c55e0aa0a247e5d24ff98bfa09
Author: Sam James  gentoo  org>
AuthorDate: Tue Jun 20 16:10:23 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Jun 20 16:10:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f33b27a8

app-arch/bzip3: Stabilize 1.3.1 arm64, #908891

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

 app-arch/bzip3/bzip3-1.3.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.1.ebuild 
b/app-arch/bzip3/bzip3-1.3.1.ebuild
index 33aa6e59599d..994cf55796e9 100644
--- a/app-arch/bzip3/bzip3-1.3.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="~amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-05-20 Thread Maciej Barć
commit: a5e186b4dc7d549452fda0af7ee20528b54f7d81
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat May 20 12:23:25 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 20 12:37:04 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5e186b4

app-arch/bzip3: bump to 1.3.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.3.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index b55f973442ca..5ca516b923d6 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1 +1,2 @@
 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4
+DIST bzip3-1.3.1.tar.xz 277248 BLAKE2B 
37044fae19a2743d2e5bd48c65f034578ccd30c316d9c19c0c8786f1248babe1dcb942cc18d3a65e0756210b551af8c7a15a1675d98dbd77d4832beff0598a9a
 SHA512 
41616eaa53422eb5bb8780db731ecd0371599e688622810be5d1fac04aa489d212db3273a5f0d15702507c8c92b36e9a4006c52bc67da7ac6ce41c73ff412e51

diff --git a/app-arch/bzip3/bzip3-1.3.1.ebuild 
b/app-arch/bzip3/bzip3-1.3.1.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-08 Thread Maciej Barć
commit: 3e6b21fb9829ae059741db8294c983fff49c3d20
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr  8 19:24:09 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr  8 19:57:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e6b21fb

app-arch/bzip3: drop old 1.2.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.2.2.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 7a51a4ddf3e9..b0685e485b22 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,2 @@
-DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d
 DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53
 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4

diff --git a/app-arch/bzip3/bzip3-1.2.2.ebuild 
b/app-arch/bzip3/bzip3-1.2.2.ebuild
deleted file mode 100644
index 5a859349b58a..
--- a/app-arch/bzip3/bzip3-1.2.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-08 Thread Maciej Barć
commit: e6c8328204fd92a47b87c061452bdcb3b74f63ff
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr  8 19:25:20 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr  8 19:57:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c83282

app-arch/bzip3: drop old 1.2.3

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.2.3.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index b0685e485b22..b55f973442ca 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,2 +1 @@
-DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53
 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4

diff --git a/app-arch/bzip3/bzip3-1.2.3.ebuild 
b/app-arch/bzip3/bzip3-1.2.3.ebuild
deleted file mode 100644
index 33aa6e59599d..
--- a/app-arch/bzip3/bzip3-1.2.3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-08 Thread Maciej Barć
commit: 06652f24814236767418268085ed10c02899d8e9
Author: Maciej Barć  gentoo  org>
AuthorDate: Sat Apr  8 19:23:56 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat Apr  8 19:57:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06652f24

app-arch/bzip3: drop old 1.1.8

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.1.8.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index afde7789e866..7a51a4ddf3e9 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d
 DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53
 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4

diff --git a/app-arch/bzip3/bzip3-1.1.8.ebuild 
b/app-arch/bzip3/bzip3-1.1.8.ebuild
deleted file mode 100644
index 4bbe2c3cdb5b..
--- a/app-arch/bzip3/bzip3-1.1.8.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-08 Thread Arthur Zamarin
commit: 72cf8557f31fec3f0a5cebe8805eb7b9fc953503
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:37:31 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:37:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72cf8557

app-arch/bzip3: Stabilize 1.3.0 amd64, #904040

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/bzip3/bzip3-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.0.ebuild 
b/app-arch/bzip3/bzip3-1.3.0.ebuild
index 994cf55796e9..5a859349b58a 100644
--- a/app-arch/bzip3/bzip3-1.3.0.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-08 Thread Arthur Zamarin
commit: 5cbefffeac9f26ea37413399fc1deb0211c507c8
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  8 17:30:46 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  8 17:30:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cbefffe

app-arch/bzip3: Stabilize 1.3.0 arm64, #904040

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/bzip3/bzip3-1.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.3.0.ebuild 
b/app-arch/bzip3/bzip3-1.3.0.ebuild
index 33aa6e59599d..994cf55796e9 100644
--- a/app-arch/bzip3/bzip3-1.3.0.ebuild
+++ b/app-arch/bzip3/bzip3-1.3.0.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="~amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-04 Thread Maciej Barć
commit: 2d70c2e8a3c95c969d6a4638270cdf7851320594
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr  4 16:26:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr  4 16:27:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d70c2e8

app-arch/bzip3: drop old 1.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.2.1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 3b269354ae92..afde7789e866 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,5 +1,4 @@
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
-DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d
 DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53
 DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4

diff --git a/app-arch/bzip3/bzip3-1.2.1.ebuild 
b/app-arch/bzip3/bzip3-1.2.1.ebuild
deleted file mode 100644
index 4bbe2c3cdb5b..
--- a/app-arch/bzip3/bzip3-1.2.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-04-03 Thread Maciej Barć
commit: 7b7fa33a989b3b25fc2a67bf99e219e24bbf95b0
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Apr  4 00:06:22 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Apr  4 01:30:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7fa33a

app-arch/bzip3: bump to 1.3.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.3.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index ca39deedc627..3b269354ae92 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -2,3 +2,4 @@ DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c9
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d
 DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53
+DIST bzip3-1.3.0.tar.xz 276724 BLAKE2B 
4b9ddd4da193cc784265eb2584804cfe7ddb55947634dab9068f7df8d0f7ee8684b3ce1cc50df355780aa8514462d23e93ff637ce2ca552f3d09b32bf1edcde2
 SHA512 
3777f6f0c337b5014b510c97ca3d19c77e7e474482d9e83143186ab593967fcec3e19163b32b03e6d8243838091f24e45eca245e35f0a6e5e713f29873ad62c4

diff --git a/app-arch/bzip3/bzip3-1.3.0.ebuild 
b/app-arch/bzip3/bzip3-1.3.0.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-03-24 Thread Maciej Barć
commit: 711395029e3cd800a743c862ca98b9a4e08e52d5
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Mar 24 14:18:27 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Mar 24 14:30:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71139502

app-arch/bzip3: bump to 1.2.3

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.2.3.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 9298f9a1c953..ca39deedc627 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d
+DIST bzip3-1.2.3.tar.xz 276568 BLAKE2B 
08f762174ea565e4115cd7ee0e8d22bf5aae3f060955715cf7e0f22f388b99976baa571db501cc973fe93bcd5245e991ca149f097929336817169ea488bf8907
 SHA512 
cd83092c5f84d9491209a15a002def26bd1b1043631e4c6e90eb8e28d977da696a24c9e80994383943e104766d120acd5a7f6dc2f6892b16661ea1fe57745c53

diff --git a/app-arch/bzip3/bzip3-1.2.3.ebuild 
b/app-arch/bzip3/bzip3-1.2.3.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.2.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-02-10 Thread Sam James
commit: d7c52b033f163b14455d02a8d1d2229fdf042823
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 10 20:41:16 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 10 20:41:16 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7c52b03

app-arch/bzip3: Stabilize 1.2.2 arm64, #893840

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

 app-arch/bzip3/bzip3-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.2.2.ebuild 
b/app-arch/bzip3/bzip3-1.2.2.ebuild
index 87a3ff6220a3..5a859349b58a 100644
--- a/app-arch/bzip3/bzip3-1.2.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.2.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-02-10 Thread Sam James
commit: d54b6d045adf2ae347bf031b7cee11aa435394a5
Author: Sam James  gentoo  org>
AuthorDate: Fri Feb 10 20:34:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Feb 10 20:34:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54b6d04

app-arch/bzip3: Stabilize 1.2.2 amd64, #893840

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

 app-arch/bzip3/bzip3-1.2.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.2.2.ebuild 
b/app-arch/bzip3/bzip3-1.2.2.ebuild
index 33aa6e59599d..87a3ff6220a3 100644
--- a/app-arch/bzip3/bzip3-1.2.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.2.2.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-02-10 Thread Maciej Barć
commit: 5b90b3f320e58957416a50a7f5d28858d0f48679
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri Feb 10 13:25:13 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri Feb 10 13:25:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b90b3f3

app-arch/bzip3: drop old 1.1.5

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.1.5.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 0b3db675dbfb..9298f9a1c953 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
 DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d

diff --git a/app-arch/bzip3/bzip3-1.1.5.ebuild 
b/app-arch/bzip3/bzip3-1.1.5.ebuild
deleted file mode 100644
index 4bbe2c3cdb5b..
--- a/app-arch/bzip3/bzip3-1.1.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-01-10 Thread Maciej Barć
commit: cb8557d7c96dd2802af98a5cefa76c06c95bdc6b
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan 10 15:24:32 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan 10 23:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8557d7

app-arch/bzip3: bump to 1.2.2

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.2.2.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 32fa708d937d..0b3db675dbfb 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8
+DIST bzip3-1.2.2.tar.xz 275872 BLAKE2B 
601f0b150dee756d204c186f6ace5106fbc90189862cb1bcba7d4f2a2dd093ded64bb8feba0f214aac39ad138a23e6ef430a5e75829dd2ebab77c79d85342197
 SHA512 
476876f3949ac285e86625a9a83741308910ddce5b9449c0ca02b41d9c336f759b9702f2ce6b61243f1fde59a9ef8cf926fb2e94911828d5f39e207319bf522d

diff --git a/app-arch/bzip3/bzip3-1.2.2.ebuild 
b/app-arch/bzip3/bzip3-1.2.2.ebuild
new file mode 100644
index ..33aa6e59599d
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.2.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2023-01-10 Thread Maciej Barć
commit: 315b1e785fca19acadbfba47c2c62708528624a9
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jan 10 15:24:00 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jan 10 23:17:59 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=315b1e78

app-arch/bzip3: drop old 1.2.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.2.0.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index a06fd23591dc..32fa708d937d 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
-DIST bzip3-1.2.0.tar.xz 271664 BLAKE2B 
5cdc257d86c88e808f506a4a3dd2a3eb365eda5ca064737386c46a65471934b32535383d844802574cc5274f306b82fef2e1adf12eb8c0059691c6e848d5eeda
 SHA512 
02c653b9450ff41c7a164526d12fa601eed097c3badc6f7cce9b1f38db43c18b315a9f0cc49b47e9d87548b42f1a627b11eb4f956a60176465089f94f985562a
 DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8

diff --git a/app-arch/bzip3/bzip3-1.2.0.ebuild 
b/app-arch/bzip3/bzip3-1.2.0.ebuild
deleted file mode 100644
index 0d9329da48ca..
--- a/app-arch/bzip3/bzip3-1.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-12-12 Thread Sam James
commit: 13f4bd3fb34ec13cec1add007d3a1fc213907c6a
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 12 16:14:15 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 12 16:14:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13f4bd3f

app-arch/bzip3: Stabilize 1.2.1 arm64, #885601

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

 app-arch/bzip3/bzip3-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.2.1.ebuild 
b/app-arch/bzip3/bzip3-1.2.1.ebuild
index e1d9825e3aa2..4bbe2c3cdb5b 100644
--- a/app-arch/bzip3/bzip3-1.2.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-12-12 Thread Sam James
commit: 60e6455b6de42bd7bd8c7a898b443a87a225edce
Author: Sam James  gentoo  org>
AuthorDate: Mon Dec 12 16:14:13 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Dec 12 16:14:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60e6455b

app-arch/bzip3: Stabilize 1.2.1 amd64, #885601

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

 app-arch/bzip3/bzip3-1.2.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.2.1.ebuild 
b/app-arch/bzip3/bzip3-1.2.1.ebuild
index 0d9329da48ca..e1d9825e3aa2 100644
--- a/app-arch/bzip3/bzip3-1.2.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.2.1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-11-28 Thread Jakov Smolić
commit: a3b0dec9bcc097c14f9f8358e264bf042d33fa05
Author: Jakov Smolić  gentoo  org>
AuthorDate: Tue Nov 29 06:57:39 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Tue Nov 29 06:57:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3b0dec9

app-arch/bzip3: Stabilize 1.1.8 amd64, #883081

Signed-off-by: Jakov Smolić  gentoo.org>

 app-arch/bzip3/bzip3-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.8.ebuild 
b/app-arch/bzip3/bzip3-1.1.8.ebuild
index aa42d3dc5ea2..4bbe2c3cdb5b 100644
--- a/app-arch/bzip3/bzip3-1.1.8.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.8.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-11-25 Thread Arthur Zamarin
commit: 64bf3117c7d9aa04a9b0bf1bf6870b8722adeac9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Nov 26 06:43:31 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Nov 26 06:43:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64bf3117

app-arch/bzip3: Stabilize 1.1.8 arm64, #883081

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/bzip3/bzip3-1.1.8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.8.ebuild 
b/app-arch/bzip3/bzip3-1.1.8.ebuild
index 0d9329da48ca..aa42d3dc5ea2 100644
--- a/app-arch/bzip3/bzip3-1.1.8.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.8.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="~amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-11-09 Thread Maciej Barć
commit: a3ab9e7e60b6bd91d89e9b0068acd9f4ffc3d14e
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Nov  9 15:15:35 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Nov  9 17:20:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3ab9e7e

app-arch/bzip3: drop old 1.1.6

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.1.6.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index e8f2008c9ed6..5873e78344b7 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
-DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.0.tar.xz 271664 BLAKE2B 
5cdc257d86c88e808f506a4a3dd2a3eb365eda5ca064737386c46a65471934b32535383d844802574cc5274f306b82fef2e1adf12eb8c0059691c6e848d5eeda
 SHA512 
02c653b9450ff41c7a164526d12fa601eed097c3badc6f7cce9b1f38db43c18b315a9f0cc49b47e9d87548b42f1a627b11eb4f956a60176465089f94f985562a

diff --git a/app-arch/bzip3/bzip3-1.1.6.ebuild 
b/app-arch/bzip3/bzip3-1.1.6.ebuild
deleted file mode 100644
index 0d9329da48ca..
--- a/app-arch/bzip3/bzip3-1.1.6.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-11-09 Thread Maciej Barć
commit: 5fa5d9bc2ac1833206737b9515c62fb3c82f0867
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Nov  9 15:16:08 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Nov  9 17:20:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fa5d9bc

app-arch/bzip3: bump to 1.2.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.2.1.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 5873e78344b7..a06fd23591dc 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
 DIST bzip3-1.2.0.tar.xz 271664 BLAKE2B 
5cdc257d86c88e808f506a4a3dd2a3eb365eda5ca064737386c46a65471934b32535383d844802574cc5274f306b82fef2e1adf12eb8c0059691c6e848d5eeda
 SHA512 
02c653b9450ff41c7a164526d12fa601eed097c3badc6f7cce9b1f38db43c18b315a9f0cc49b47e9d87548b42f1a627b11eb4f956a60176465089f94f985562a
+DIST bzip3-1.2.1.tar.xz 271652 BLAKE2B 
ef4eae00d93b00dd6dcf2d3beb980c5b0466e8d1af5b6a1c1a493c1524fb91043cbafe404d9ac6907491ab5e894676b3802b572125e14e9a8be19f7ffa22abaa
 SHA512 
b20a7ea52f83a4ddfab0965e34809be66729b516688f1f04b8a21adf5c3c1ad0819dab416f3e844d88d8f52dbe098bedefe63f879c8a6322ffcb19f3f1b3d2d8

diff --git a/app-arch/bzip3/bzip3-1.2.1.ebuild 
b/app-arch/bzip3/bzip3-1.2.1.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.2.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-31 Thread Maciej Barć
commit: 3ad02535560f95203cc489f2005b7c519272ed9a
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Oct 31 14:07:51 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Oct 31 14:07:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ad02535

app-arch/bzip3: bump to 1.2.0

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.2.0.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index d5c786793fc9..e8f2008c9ed6 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e
+DIST bzip3-1.2.0.tar.xz 271664 BLAKE2B 
5cdc257d86c88e808f506a4a3dd2a3eb365eda5ca064737386c46a65471934b32535383d844802574cc5274f306b82fef2e1adf12eb8c0059691c6e848d5eeda
 SHA512 
02c653b9450ff41c7a164526d12fa601eed097c3badc6f7cce9b1f38db43c18b315a9f0cc49b47e9d87548b42f1a627b11eb4f956a60176465089f94f985562a

diff --git a/app-arch/bzip3/bzip3-1.2.0.ebuild 
b/app-arch/bzip3/bzip3-1.2.0.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.2.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-25 Thread Maciej Barć
commit: 4091f4dad98045a109259188121848c35b4d5893
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 25 22:59:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Oct 25 23:01:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4091f4da

app-arch/bzip3: bump to 1.1.8

Bug: https://github.com/kspalaiologos/bzip3/issues/60
Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.8.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 16bb36017825..2fe50b460477 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
 DIST bzip3-1.1.7.tar.xz 266436 BLAKE2B 
46ca29e0632fbf12fc61c4d9e7c55d2f571a4e882c17f4535e54b7448bb01bd120e0ee518f2c0aa4dc97dd878fe772d5a63562469a77984b2aec5e5c875ccbdc
 SHA512 
3e92a7cb70850fead28df7209185c5c468308acc3d8a75af2906fe85fd81efedc856ad151876f64a01fc3b7f5f9a724838d32c9ef19fc7182e8b3b632901a6ba
+DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e

diff --git a/app-arch/bzip3/bzip3-1.1.8.ebuild 
b/app-arch/bzip3/bzip3-1.1.8.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.8.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-25 Thread Maciej Barć
commit: 6867f38146b320d92c8e58d8d93bddc6ebc1d6e9
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Oct 25 23:00:05 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Oct 25 23:01:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6867f381

app-arch/bzip3: drop old 1.1.7

Bug: https://github.com/kspalaiologos/bzip3/issues/60
Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.1.7.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 2fe50b460477..d5c786793fc9 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
-DIST bzip3-1.1.7.tar.xz 266436 BLAKE2B 
46ca29e0632fbf12fc61c4d9e7c55d2f571a4e882c17f4535e54b7448bb01bd120e0ee518f2c0aa4dc97dd878fe772d5a63562469a77984b2aec5e5c875ccbdc
 SHA512 
3e92a7cb70850fead28df7209185c5c468308acc3d8a75af2906fe85fd81efedc856ad151876f64a01fc3b7f5f9a724838d32c9ef19fc7182e8b3b632901a6ba
 DIST bzip3-1.1.8.tar.xz 269668 BLAKE2B 
fe85ba2ecca8e2433501c13e57856720da731b6c959340a68dd4654a516c12e034a90ff6cd6aed55dd2160c3860fdc3e60cddd47ffd00737a657a2e6c73704af
 SHA512 
36141a48f0d5b35de4b06117ceca3c5d5cdc3df6be187856f1436751984b0154942e0eece531ee7b191cc0cd7056960de6a1ca3ec0fc2bcc7ff1d50444cd1e3e

diff --git a/app-arch/bzip3/bzip3-1.1.7.ebuild 
b/app-arch/bzip3/bzip3-1.1.7.ebuild
deleted file mode 100644
index 0d9329da48ca..
--- a/app-arch/bzip3/bzip3-1.1.7.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-25 Thread Sam James
commit: 57cbba2535cb5887621399011eaf77e359780c33
Author: Sam James  gentoo  org>
AuthorDate: Tue Oct 25 10:44:29 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Oct 25 10:44:29 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57cbba25

app-arch/bzip3: Stabilize 1.1.5 amd64, #878201

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

 app-arch/bzip3/bzip3-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.5.ebuild 
b/app-arch/bzip3/bzip3-1.1.5.ebuild
index aa42d3dc5ea2..4bbe2c3cdb5b 100644
--- a/app-arch/bzip3/bzip3-1.1.5.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 arm64 ~loong ~x86"
+   KEYWORDS="amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-24 Thread Arthur Zamarin
commit: ed54d2614c6362722a80d2af7137bf68d2eb10d7
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Oct 25 05:08:28 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Oct 25 05:08:28 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed54d261

app-arch/bzip3: Stabilize 1.1.5 arm64, #878201

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-arch/bzip3/bzip3-1.1.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.5.ebuild 
b/app-arch/bzip3/bzip3-1.1.5.ebuild
index 0d9329da48ca..aa42d3dc5ea2 100644
--- a/app-arch/bzip3/bzip3-1.1.5.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.5.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+   KEYWORDS="~amd64 arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-24 Thread Maciej Barć
commit: 81bc8b5f9445086e1d575026fc17147ddc2c1750
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Oct 24 20:23:56 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Oct 24 20:26:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=81bc8b5f

app-arch/bzip3: drop old 1.1.4

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 -
 app-arch/bzip3/bzip3-1.1.4.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 5ed7cec8de9d..16bb36017825 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
 DIST bzip3-1.1.7.tar.xz 266436 BLAKE2B 
46ca29e0632fbf12fc61c4d9e7c55d2f571a4e882c17f4535e54b7448bb01bd120e0ee518f2c0aa4dc97dd878fe772d5a63562469a77984b2aec5e5c875ccbdc
 SHA512 
3e92a7cb70850fead28df7209185c5c468308acc3d8a75af2906fe85fd81efedc856ad151876f64a01fc3b7f5f9a724838d32c9ef19fc7182e8b3b632901a6ba

diff --git a/app-arch/bzip3/bzip3-1.1.4.ebuild 
b/app-arch/bzip3/bzip3-1.1.4.ebuild
deleted file mode 100644
index 0d9329da48ca..
--- a/app-arch/bzip3/bzip3-1.1.4.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-24 Thread Maciej Barć
commit: bdadcbfb5e5657bff9c5c712323b29e229097e0b
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon Oct 24 20:22:37 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon Oct 24 20:26:51 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdadcbfb

app-arch/bzip3: bump to 1.1.7

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.7.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 799800096eb4..5ed7cec8de9d 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916
+DIST bzip3-1.1.7.tar.xz 266436 BLAKE2B 
46ca29e0632fbf12fc61c4d9e7c55d2f571a4e882c17f4535e54b7448bb01bd120e0ee518f2c0aa4dc97dd878fe772d5a63562469a77984b2aec5e5c875ccbdc
 SHA512 
3e92a7cb70850fead28df7209185c5c468308acc3d8a75af2906fe85fd81efedc856ad151876f64a01fc3b7f5f9a724838d32c9ef19fc7182e8b3b632901a6ba

diff --git a/app-arch/bzip3/bzip3-1.1.7.ebuild 
b/app-arch/bzip3/bzip3-1.1.7.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.7.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-05 Thread Maciej Barć
commit: c71965df848b77ec5725d2db7192efffc6c6708e
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct  5 23:08:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct  6 00:30:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c71965df

app-arch/bzip3: bump to 1.1.6

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.6.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index d416b2f9b4da..3cb8d3ad9acd 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
+DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916

diff --git a/app-arch/bzip3/bzip3-1.1.6.ebuild 
b/app-arch/bzip3/bzip3-1.1.6.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.6.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-10-05 Thread Maciej Barć
commit: ab9b8257ec6c5b786acaab6bd7c54b97ea2dddc7
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Oct  5 23:09:58 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Oct  6 00:30:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab9b8257

app-arch/bzip3: drop old 1.1.3-r1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest  |  1 -
 app-arch/bzip3/bzip3-1.1.3-r1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 3cb8d3ad9acd..799800096eb4 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8
 DIST bzip3-1.1.6.tar.xz 265708 BLAKE2B 
9429dcb3e9deef8aafdf890215ba95669dbcb135d6d2896f18cc70b482bab321497d3a26f36be59700ad0da879578b7c906f20629c72642aa15fc3b1507a788a
 SHA512 
19120d3a850495a5bcc43b124e4a8eddf41bac55119d0898bf1e7c5b744f4bcc84c41b9018615f577fe3bfdceab8dd2ab6f2722cb9fbf86bf1c0a2da9ca32916

diff --git a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
deleted file mode 100644
index 0d9329da48ca..
--- a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-09-04 Thread Maciej Barć
commit: 4e7b026f12b50736473198852da90f6235a64d60
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Sep  4 18:13:30 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Sep  4 18:38:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e7b026f

app-arch/bzip3: bump to 1.1.5

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.5.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 1401a12d0b3d..1d58b429b010 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
+DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8

diff --git a/app-arch/bzip3/bzip3-1.1.5.ebuild 
b/app-arch/bzip3/bzip3-1.1.5.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.5.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-09-04 Thread Maciej Barć
commit: daa4b22cac8c1965fdbde9b802afa533218b1268
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun Sep  4 18:36:14 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Sep  4 18:38:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=daa4b22c

app-arch/bzip3: drop old 1.1.2-r1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest  |  1 -
 app-arch/bzip3/bzip3-1.1.2-r1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 1d58b429b010..d416b2f9b4da 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8
 DIST bzip3-1.1.5.tar.xz 265340 BLAKE2B 
0226a97d564f1c9d9d1089b43ae79a9e43d0b77628298ef953c45505ad8d62caaf17bf6fa357857f123cf072b8ccd3003bfe138f25284baa5a5a5cdd8a555f71
 SHA512 
589c2e8e675a61014c7c4e82d0f2067201e3fb97bf7cfa6b7aa23690dc739824226089ac710509cc085b22eeb671ed5e23c6493967a433d3b284cb638af71be8

diff --git a/app-arch/bzip3/bzip3-1.1.2-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.2-r1.ebuild
deleted file mode 100644
index 3854b7aad967..
--- a/app-arch/bzip3/bzip3-1.1.2-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-06-22 Thread Maciej Barć
commit: 067f9351ff24d94cc8c09e02c37f355c2694624d
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jun 22 16:04:49 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jun 22 16:45:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=067f9351

app-arch/bzip3: bump to 1.1.4

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.4.ebuild | 32 
 2 files changed, 33 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index e1cae6a246f9..adfc61dfdf70 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,4 @@
 DIST bzip3-1.1.1.tar.xz 255884 BLAKE2B 
09c3b6fdfefc8b82b16f5adf45405d4b61e2188dbe93c1079ffa32560a591c4b5e4f03d0550573d54d79f7c1a4e9d0bf628debf89b17722755248ff6fe41
 SHA512 
889cdcbf7cbc4972762830d3794c13202b308da039794758d243216f1768a6bbb7660ac4341a3ddb73629c943c83372e21e1a40b2e1091d05b9e6c54fa26
 DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
+DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8

diff --git a/app-arch/bzip3/bzip3-1.1.4.ebuild 
b/app-arch/bzip3/bzip3-1.1.4.ebuild
new file mode 100644
index ..0d9329da48ca
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   find "${ED}" -type f -name '*.la' -delete || die
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-06-22 Thread Maciej Barć
commit: 5d8c5b63f340ec63a657ba28ff3f822a6c0e93be
Author: Maciej Barć  gentoo  org>
AuthorDate: Wed Jun 22 16:05:07 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Wed Jun 22 16:45:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d8c5b63

app-arch/bzip3: drop old 1.1.1-r1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest  |  1 -
 app-arch/bzip3/bzip3-1.1.1-r1.ebuild | 32 
 2 files changed, 33 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index adfc61dfdf70..1401a12d0b3d 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,4 +1,3 @@
-DIST bzip3-1.1.1.tar.xz 255884 BLAKE2B 
09c3b6fdfefc8b82b16f5adf45405d4b61e2188dbe93c1079ffa32560a591c4b5e4f03d0550573d54d79f7c1a4e9d0bf628debf89b17722755248ff6fe41
 SHA512 
889cdcbf7cbc4972762830d3794c13202b308da039794758d243216f1768a6bbb7660ac4341a3ddb73629c943c83372e21e1a40b2e1091d05b9e6c54fa26
 DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d
 DIST bzip3-1.1.4.tar.xz 260404 BLAKE2B 
ddd087b631c9d5945dea0f4da280dfd74fd303eaed10f7553f770ca18b3b65f00718c073d87e565602a9ed02f4604a0d2dda0ff42cbd38f593bb012f5362cc5c
 SHA512 
86f26b290001d255ad1d2378b5e2d59f9c85e1625ba5d7dca86acd544bb80af95b3379c215a03e0f81f77b7972a852d37746c1028464f404d28a6f9b707383b8

diff --git a/app-arch/bzip3/bzip3-1.1.1-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.1-r1.ebuild
deleted file mode 100644
index 3854b7aad967..
--- a/app-arch/bzip3/bzip3-1.1.1-r1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip3;
-
-if [[ ${PV} == ** ]] ; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
-else
-   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="LGPL-3+"
-SLOT="0"
-
-src_configure() {
-   # ./configure script will default to Clang if it is found on the system,
-   # force the use of CC selected by the user with CC=$(tc-getCC)
-   econf CC=$(tc-getCC)
-}
-
-src_install() {
-   default
-
-   find "${ED}" -type f -name '*.la' -delete || die
-}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-06-09 Thread Jakov Smolić
commit: a2c7d83af81f48e06ccdc96efdb1a084681e93fa
Author: Jakov Smolić  gentoo  org>
AuthorDate: Fri Jun 10 05:28:46 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Fri Jun 10 05:28:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c7d83a

app-arch/bzip3: Keyword 1.1.3-r1 arm64, #850658

Signed-off-by: Jakov Smolić  gentoo.org>

 app-arch/bzip3/bzip3-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
index c0b70c2d9d3b..0d9329da48ca 100644
--- a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~loong ~x86"
+   KEYWORDS="~amd64 ~arm64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-17 Thread WANG Xuerui
commit: 7c69eedce519ab202041da050b767070e8577a62
Author: WANG Xuerui  gentoo  org>
AuthorDate: Tue May 17 23:58:41 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Tue May 17 23:58:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c69eedc

app-arch/bzip3: keyword 1.1.3-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 app-arch/bzip3/bzip3-1.1.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild 
b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
index 3854b7aad967..c0b70c2d9d3b 100644
--- a/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == ** ]] ; then
EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
 else

SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~loong ~x86"
 fi
 
 LICENSE="LGPL-3+"



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-17 Thread Maciej Barć
commit: 09e068a2b18c9fed036814adae72b17514bf0510
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue May 17 20:59:20 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue May 17 21:09:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09e068a2

app-arch/bzip3: drop useless static-libs USE flag

as QA requested
https://projects.gentoo.org/qa/policy-guide/installed-files.html#pg0302
also, use releases source for version 1.1.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest |  2 +-
 .../{bzip3-1.1.3.ebuild => bzip3-1.1.1-r1.ebuild}   | 14 +++---
 .../{bzip3-1.1.2.ebuild => bzip3-1.1.2-r1.ebuild}   | 16 +---
 .../{bzip3-1.1.1.ebuild => bzip3-1.1.3-r1.ebuild}   | 21 ++---
 4 files changed, 15 insertions(+), 38 deletions(-)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 74a9f9ed885c..e1cae6a246f9 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,3 +1,3 @@
-DIST bzip3-1.1.1.tar.gz 2349860 BLAKE2B 
dd740b631b66db40bce350a46e4bbfe2a929aeaa2b083419e94cfcf3967c97fc6233e50fb1b0cb185ebd23bcad082567ca11ad5f0f037bdc4a95eb792f77
 SHA512 
22c7e415b2cd423b08a99051fd54bf0773e11a978559c9c382a4667087d6f1671de9ec564a5badbe1e8283aba83f5d1c70392ba7a0a96c8669ffee302d5d47e9
+DIST bzip3-1.1.1.tar.xz 255884 BLAKE2B 
09c3b6fdfefc8b82b16f5adf45405d4b61e2188dbe93c1079ffa32560a591c4b5e4f03d0550573d54d79f7c1a4e9d0bf628debf89b17722755248ff6fe41
 SHA512 
889cdcbf7cbc4972762830d3794c13202b308da039794758d243216f1768a6bbb7660ac4341a3ddb73629c943c83372e21e1a40b2e1091d05b9e6c54fa26
 DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
 DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d

diff --git a/app-arch/bzip3/bzip3-1.1.3.ebuild 
b/app-arch/bzip3/bzip3-1.1.1-r1.ebuild
similarity index 74%
rename from app-arch/bzip3/bzip3-1.1.3.ebuild
rename to app-arch/bzip3/bzip3-1.1.1-r1.ebuild
index bc68102070ae..3854b7aad967 100644
--- a/app-arch/bzip3/bzip3-1.1.3.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.1-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit toolchain-funcs autotools
+inherit toolchain-funcs
 
 DESCRIPTION="A better and stronger spiritual successor to BZip2"
 HOMEPAGE="https://github.com/kspalaiologos/bzip3;
@@ -18,23 +18,15 @@ fi
 
 LICENSE="LGPL-3+"
 SLOT="0"
-IUSE="static-libs"
-
-src_prepare() {
-   default
-   eautoreconf
-}
 
 src_configure() {
# ./configure script will default to Clang if it is found on the system,
# force the use of CC selected by the user with CC=$(tc-getCC)
-   econf $(use_enable static-libs static) CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
 }
 
 src_install() {
default
 
-   if ! use static-libs ; then
-   find "${ED}" -type f -name '*.la' -delete || die
-   fi
+   find "${ED}" -type f -name '*.la' -delete || die
 }

diff --git a/app-arch/bzip3/bzip3-1.1.2.ebuild 
b/app-arch/bzip3/bzip3-1.1.2-r1.ebuild
similarity index 69%
rename from app-arch/bzip3/bzip3-1.1.2.ebuild
rename to app-arch/bzip3/bzip3-1.1.2-r1.ebuild
index 4ccf8c7adedf..3854b7aad967 100644
--- a/app-arch/bzip3/bzip3-1.1.2.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.2-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools
+inherit toolchain-funcs
 
 DESCRIPTION="A better and stronger spiritual successor to BZip2"
 HOMEPAGE="https://github.com/kspalaiologos/bzip3;
@@ -18,21 +18,15 @@ fi
 
 LICENSE="LGPL-3+"
 SLOT="0"
-IUSE="static-libs"
-
-src_prepare() {
-   default
-   eautoreconf
-}
 
 src_configure() {
-   econf $(use_enable static-libs static)
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf CC=$(tc-getCC)
 }
 
 src_install() {
default
 
-   if ! use static-libs ; then
-   find "${ED}" -type f -name '*.la' -delete || die
-   fi
+   find "${ED}" -type f -name '*.la' -delete || die
 }

diff --git a/app-arch/bzip3/bzip3-1.1.1.ebuild 
b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
similarity index 57%
rename from app-arch/bzip3/bzip3-1.1.1.ebuild
rename to app-arch/bzip3/bzip3-1.1.3-r1.ebuild
index 13c9cf6dec77..3854b7aad967 100644
--- a/app-arch/bzip3/bzip3-1.1.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.3-r1.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit autotools
+inherit toolchain-funcs
 
 DESCRIPTION="A better and stronger spiritual successor to BZip2"
 

[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-16 Thread Maciej Barć
commit: d1a8378613b3586a3f6787047c1238b648d5e84a
Author: Maciej Barć  gentoo  org>
AuthorDate: Mon May 16 17:14:33 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Mon May 16 17:14:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1a83786

app-arch/bzip3: bump to 1.1.3

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.3.ebuild | 40 +++
 2 files changed, 41 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 6e224d59c754..74a9f9ed885c 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1,2 +1,3 @@
 DIST bzip3-1.1.1.tar.gz 2349860 BLAKE2B 
dd740b631b66db40bce350a46e4bbfe2a929aeaa2b083419e94cfcf3967c97fc6233e50fb1b0cb185ebd23bcad082567ca11ad5f0f037bdc4a95eb792f77
 SHA512 
22c7e415b2cd423b08a99051fd54bf0773e11a978559c9c382a4667087d6f1671de9ec564a5badbe1e8283aba83f5d1c70392ba7a0a96c8669ffee302d5d47e9
 DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5
+DIST bzip3-1.1.3.tar.xz 257212 BLAKE2B 
cc94b4c2caa3123b2c775d66143757bcaea7ead6d8a130391d6714583cfcb92fffca47ad80ffc8b5a01483f6cbfab7101c96521cd97e740116c9e10c64c358e8
 SHA512 
d48695d066ddc79e81c189f8c06e999f8eb8191982db8908f7bd4dfaa0f8fab1ba57e41664962cc6e8611f8398603918e4bd4d58efff2f04292ea54983a6f38d

diff --git a/app-arch/bzip3/bzip3-1.1.3.ebuild 
b/app-arch/bzip3/bzip3-1.1.3.ebuild
new file mode 100644
index ..bc68102070ae
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs autotools
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   # ./configure script will default to Clang if it is found on the system,
+   # force the use of CC selected by the user with CC=$(tc-getCC)
+   econf $(use_enable static-libs static) CC=$(tc-getCC)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${ED}" -type f -name '*.la' -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-15 Thread Maciej Barć
commit: b3327746703094e969ff44e1704e210f368c6236
Author: Maciej Barć  gentoo  org>
AuthorDate: Sun May 15 18:48:09 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun May 15 18:48:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3327746

app-arch/bzip3: bump to 1.1.2

use releases instead of tags so we do not have to fake
.version/.tarball-version

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.2.ebuild | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
index 744f1488a184..6e224d59c754 100644
--- a/app-arch/bzip3/Manifest
+++ b/app-arch/bzip3/Manifest
@@ -1 +1,2 @@
 DIST bzip3-1.1.1.tar.gz 2349860 BLAKE2B 
dd740b631b66db40bce350a46e4bbfe2a929aeaa2b083419e94cfcf3967c97fc6233e50fb1b0cb185ebd23bcad082567ca11ad5f0f037bdc4a95eb792f77
 SHA512 
22c7e415b2cd423b08a99051fd54bf0773e11a978559c9c382a4667087d6f1671de9ec564a5badbe1e8283aba83f5d1c70392ba7a0a96c8669ffee302d5d47e9
+DIST bzip3-1.1.2.tar.xz 256108 BLAKE2B 
a5f91fe2760fd4f7f79b908d735d613823dedac23e59950317c26f50d0a657dde042e5a08d401984c14d686d33726caa81e4b34cbca26e28c57a96f61e4f23ab
 SHA512 
8b179bfe9b1b67c516580934cd12a640c86b3f9525c5e7902672051d80198cb91aa8880a4ca3ce14a879d26873405c713f1a0c6a33138d21f4d51c9e93d8fac5

diff --git a/app-arch/bzip3/bzip3-1.1.2.ebuild 
b/app-arch/bzip3/bzip3-1.1.2.ebuild
new file mode 100644
index ..4ccf8c7adedf
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.2.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   
SRC_URI="https://github.com/kspalaiologos/${PN}/releases/download/${PV}/${P}.tar.xz;
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3+"
+SLOT="0"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${ED}" -type f -name '*.la' -delete || die
+   fi
+}



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-14 Thread Maciej Barć
commit: 44f749a0b716208ccec4b8f292c0625c9cb7f335
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sat May 14 07:34:27 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sat May 14 08:30:49 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44f749a0

app-arch/bzip3: fix HOMEPAGE, LICENSE

Signed-off-by: WANG Xuerui  gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/25478
Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/bzip3-1.1.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/bzip3/bzip3-1.1.1.ebuild 
b/app-arch/bzip3/bzip3-1.1.1.ebuild
index d985f7ce980b..13c9cf6dec77 100644
--- a/app-arch/bzip3/bzip3-1.1.1.ebuild
+++ b/app-arch/bzip3/bzip3-1.1.1.ebuild
@@ -6,7 +6,7 @@ EAPI=8
 inherit autotools
 
 DESCRIPTION="A better and stronger spiritual successor to BZip2"
-HOMEPAGE="https://github.com/kspalaiologos/bzip2/;
+HOMEPAGE="https://github.com/kspalaiologos/bzip3;
 
 if [[ ${PV} == ** ]] ; then
inherit git-r3
@@ -17,7 +17,7 @@ else
KEYWORDS="~amd64 ~x86"
 fi
 
-LICENSE="LGPL-3"
+LICENSE="LGPL-3+"
 SLOT="0"
 IUSE="static-libs"
 



[gentoo-commits] repo/gentoo:master commit in: app-arch/bzip3/

2022-05-13 Thread Maciej Barć
commit: cccdc7f1126b3989bcebdfa192e5ccd888f67563
Author: Maciej Barć  gentoo  org>
AuthorDate: Fri May 13 22:10:21 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Fri May 13 22:12:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccdc7f1

app-arch/bzip3: new package; add version 1.1.1

Signed-off-by: Maciej Barć  gentoo.org>

 app-arch/bzip3/Manifest   |  1 +
 app-arch/bzip3/bzip3-1.1.1.ebuild | 41 +++
 app-arch/bzip3/metadata.xml   | 21 
 3 files changed, 63 insertions(+)

diff --git a/app-arch/bzip3/Manifest b/app-arch/bzip3/Manifest
new file mode 100644
index ..744f1488a184
--- /dev/null
+++ b/app-arch/bzip3/Manifest
@@ -0,0 +1 @@
+DIST bzip3-1.1.1.tar.gz 2349860 BLAKE2B 
dd740b631b66db40bce350a46e4bbfe2a929aeaa2b083419e94cfcf3967c97fc6233e50fb1b0cb185ebd23bcad082567ca11ad5f0f037bdc4a95eb792f77
 SHA512 
22c7e415b2cd423b08a99051fd54bf0773e11a978559c9c382a4667087d6f1671de9ec564a5badbe1e8283aba83f5d1c70392ba7a0a96c8669ffee302d5d47e9

diff --git a/app-arch/bzip3/bzip3-1.1.1.ebuild 
b/app-arch/bzip3/bzip3-1.1.1.ebuild
new file mode 100644
index ..d985f7ce980b
--- /dev/null
+++ b/app-arch/bzip3/bzip3-1.1.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A better and stronger spiritual successor to BZip2"
+HOMEPAGE="https://github.com/kspalaiologos/bzip2/;
+
+if [[ ${PV} == ** ]] ; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/kspalaiologos/${PN}.git;
+else
+   SRC_URI="https://github.com/kspalaiologos/${PN}/archive/${PV}.tar.gz
+   -> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="LGPL-3"
+SLOT="0"
+IUSE="static-libs"
+
+src_prepare() {
+   default
+   eautoreconf
+
+   echo ${PV} > .tarball-version || die
+}
+
+src_configure() {
+   econf $(use_enable static-libs static)
+}
+
+src_install() {
+   default
+
+   if ! use static-libs ; then
+   find "${ED}" -type f -name '*.la' -delete || die
+   fi
+}

diff --git a/app-arch/bzip3/metadata.xml b/app-arch/bzip3/metadata.xml
new file mode 100644
index ..5dee14e0081f
--- /dev/null
+++ b/app-arch/bzip3/metadata.xml
@@ -0,0 +1,21 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+x...@gentoo.org
+Maciej Barć
+  
+  
+A better, faster and stronger spiritual successor to BZip2. Features higher
+compression ratios and better performance thanks to a order-0 context
+mixing entropy coder, a fast Burrows-Wheeler transform code making use of
+suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style
+string matching and PPM-style context modeling.
+Like its ancestor, BZip3 excels at compressing text or code.
+  
+  
+https://github.com/kspalaiologos/bzip3/issues/
+kspalaiologos/bzip3
+  
+