public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2024-02-18 13:23 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-02-18 13:23 UTC (permalink / raw
  To: gentoo-commits

commit:     fa5b52955d6a19d84c829eda596f388bb2cea54a
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 13:16:07 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 13:23:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa5b5295

app-arch/lunzip: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lunzip/Manifest           |  2 --
 app-arch/lunzip/lunzip-1.13.ebuild | 31 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
index 42b71b6f1d27..a0288d57857a 100644
--- a/app-arch/lunzip/Manifest
+++ b/app-arch/lunzip/Manifest
@@ -1,4 +1,2 @@
-DIST lunzip-1.13.tar.gz 66541 BLAKE2B 45b6a4ffaac6d9b8ddeeebe5e33609bf4e671ad7370570035bacf41ee8ad35f49e14f495dfba650de284fedca1a63ebafe7f67c18083b4add94caaf7709d8e2b SHA512 67f950883b7062d37601bc16d7d64c07f6c580afbf3c0f61394dd6fb5d41c27214484b1dea7aabd41db06d18162b95b5734674646c4fcc833268cabe8cba91bb
-DIST lunzip-1.13.tar.gz.sig 72 BLAKE2B a0d852dbb5394c5fb3e287cf4111290e0c603414de5a00a2d6173821df2410e4d826554ba4e04b5e9b7df0fa247cd95335a1a227b7cf38d4c5a7f3cc436be6ef SHA512 b71a73e7ad3a25140343db92c0ccf6311d0a30c71675e01a36da4735d0e0523d12d32b6472409359345ad6c9e550dccd399442d98fde44593af42f516119b3fb
 DIST lunzip-1.14.tar.gz 69284 BLAKE2B 8ef63a5cfd0cf839889785845ec84b23451cb69b1e09c84526e000b82b73aaaa01b99407e87bde416ca2ab638d9f9688fcb37f77fd53e2a8e0875646a54d304c SHA512 2aa530c4ef7ebcfa345c8ac8701712e7f973ee4a92d34c33a03dd02a31d76507c919da373b64bc6b49b7868af8e4444d4b12bd71b8760e9b333c2a013ad95da1
 DIST lunzip-1.14.tar.gz.sig 72 BLAKE2B ab2ba6c265f197c322884898ae8ff5c8679ab8a1d2f71a2dfedcce9011e16fb723fd592b0edc3f48d540ad8d2578b799f28f9d609a7e26379e39e0cb7f908cc3 SHA512 38806848f904fb3700c908166a1ad2d601409fa13f1b0dc69372766b41a6f37ae0c5792964b8aae494320d47e603dc79f36b3fa7361ccf84b89835c14a6b7b11

diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
deleted file mode 100644
index e617285c4580..000000000000
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
-inherit toolchain-funcs verify-sig
-
-DESCRIPTION="Decompressor for the lzip format, written in C"
-HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
-SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
-
-src_configure() {
-	# not autotools-based
-	local myconf=(
-		--prefix="${EPREFIX}"/usr
-		CC="$(tc-getCC)"
-		CPPFLAGS="${CPPFLAGS}"
-		CFLAGS="${CFLAGS}"
-		LDFLAGS="${LDFLAGS}"
-	)
-
-	./configure "${myconf[@]}" || die
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2025-02-01 13:19 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2025-02-01 13:19 UTC (permalink / raw
  To: gentoo-commits

commit:     c8ce9156ebc54b8efca9e5e80c503ab2f9f4d62b
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 13:17:54 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 13:17:54 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8ce9156

app-arch/lunzip: Remove old

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lunzip/Manifest           |  2 --
 app-arch/lunzip/lunzip-1.14.ebuild | 31 -------------------------------
 2 files changed, 33 deletions(-)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
index daa81277fe95..672839e66652 100644
--- a/app-arch/lunzip/Manifest
+++ b/app-arch/lunzip/Manifest
@@ -1,4 +1,2 @@
-DIST lunzip-1.14.tar.gz 69284 BLAKE2B 8ef63a5cfd0cf839889785845ec84b23451cb69b1e09c84526e000b82b73aaaa01b99407e87bde416ca2ab638d9f9688fcb37f77fd53e2a8e0875646a54d304c SHA512 2aa530c4ef7ebcfa345c8ac8701712e7f973ee4a92d34c33a03dd02a31d76507c919da373b64bc6b49b7868af8e4444d4b12bd71b8760e9b333c2a013ad95da1
-DIST lunzip-1.14.tar.gz.sig 72 BLAKE2B ab2ba6c265f197c322884898ae8ff5c8679ab8a1d2f71a2dfedcce9011e16fb723fd592b0edc3f48d540ad8d2578b799f28f9d609a7e26379e39e0cb7f908cc3 SHA512 38806848f904fb3700c908166a1ad2d601409fa13f1b0dc69372766b41a6f37ae0c5792964b8aae494320d47e603dc79f36b3fa7361ccf84b89835c14a6b7b11
 DIST lunzip-1.15.tar.gz 59612 BLAKE2B cd39d5cab04244c1c7303393f8ca56f9530d5283123a2745de18f675a1c1971f57295df1f83952cf9677c1752ff00b65d01741a09ddac65cebfea719e16e33e9 SHA512 737eec2a62f068aa1ef6ec316a04b7caa90ce99d7a7292d2358568bad455342d38dd82aae468123bd121240b12c6db0bd499e1f2f9e483d5d7540a40e5f00603
 DIST lunzip-1.15.tar.gz.sig 72 BLAKE2B e20a81167ca436c1b666f22ae608abd02b9853ef80025f98ce283c7f120277b5a202d0769b05aa763929ecf4bde662f26a6ec313ebd46bf4bf87c1e28fcc21c2 SHA512 9287496313576f5f09271bbee6ba3657e9e3ceffb118758807d4e8fbe011eba550d46c04c2193c30177f5b191850d5a53f7bea02776a3f339eee827f6744104a

diff --git a/app-arch/lunzip/lunzip-1.14.ebuild b/app-arch/lunzip/lunzip-1.14.ebuild
deleted file mode 100644
index 11fb6199d603..000000000000
--- a/app-arch/lunzip/lunzip-1.14.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
-inherit toolchain-funcs verify-sig
-
-DESCRIPTION="Decompressor for the lzip format, written in C"
-HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
-SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
-SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-
-BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
-
-src_configure() {
-	# not autotools-based
-	local myconf=(
-		--prefix="${EPREFIX}"/usr
-		CC="$(tc-getCC)"
-		CPPFLAGS="${CPPFLAGS}"
-		CFLAGS="${CFLAGS}"
-		LDFLAGS="${LDFLAGS}"
-	)
-
-	./configure "${myconf[@]}" || die
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2025-02-01 13:12 Arthur Zamarin
  0 siblings, 0 replies; 10+ messages in thread
From: Arthur Zamarin @ 2025-02-01 13:12 UTC (permalink / raw
  To: gentoo-commits

commit:     be38c86179cbb8d9a28d92f922e966008d198fd6
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  1 13:12:01 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  1 13:12:01 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be38c861

app-arch/lunzip: Stabilize 1.15 amd64, #949138

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

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

diff --git a/app-arch/lunzip/lunzip-1.15.ebuild b/app-arch/lunzip/lunzip-1.15.ebuild
index a1bbbf0f32bc..85d28e4b0217 100644
--- a/app-arch/lunzip/lunzip-1.15.ebuild
+++ b/app-arch/lunzip/lunzip-1.15.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2025-01-13 18:41 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2025-01-13 18:41 UTC (permalink / raw
  To: gentoo-commits

commit:     37e90f47ce2646c4409b0f1a856b56dc85d7a87e
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 17:15:05 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 18:41:47 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e90f47

app-arch/lunzip: Bump to 1.15

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lunzip/Manifest           |  2 ++
 app-arch/lunzip/lunzip-1.15.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
index a0288d57857a..daa81277fe95 100644
--- a/app-arch/lunzip/Manifest
+++ b/app-arch/lunzip/Manifest
@@ -1,2 +1,4 @@
 DIST lunzip-1.14.tar.gz 69284 BLAKE2B 8ef63a5cfd0cf839889785845ec84b23451cb69b1e09c84526e000b82b73aaaa01b99407e87bde416ca2ab638d9f9688fcb37f77fd53e2a8e0875646a54d304c SHA512 2aa530c4ef7ebcfa345c8ac8701712e7f973ee4a92d34c33a03dd02a31d76507c919da373b64bc6b49b7868af8e4444d4b12bd71b8760e9b333c2a013ad95da1
 DIST lunzip-1.14.tar.gz.sig 72 BLAKE2B ab2ba6c265f197c322884898ae8ff5c8679ab8a1d2f71a2dfedcce9011e16fb723fd592b0edc3f48d540ad8d2578b799f28f9d609a7e26379e39e0cb7f908cc3 SHA512 38806848f904fb3700c908166a1ad2d601409fa13f1b0dc69372766b41a6f37ae0c5792964b8aae494320d47e603dc79f36b3fa7361ccf84b89835c14a6b7b11
+DIST lunzip-1.15.tar.gz 59612 BLAKE2B cd39d5cab04244c1c7303393f8ca56f9530d5283123a2745de18f675a1c1971f57295df1f83952cf9677c1752ff00b65d01741a09ddac65cebfea719e16e33e9 SHA512 737eec2a62f068aa1ef6ec316a04b7caa90ce99d7a7292d2358568bad455342d38dd82aae468123bd121240b12c6db0bd499e1f2f9e483d5d7540a40e5f00603
+DIST lunzip-1.15.tar.gz.sig 72 BLAKE2B e20a81167ca436c1b666f22ae608abd02b9853ef80025f98ce283c7f120277b5a202d0769b05aa763929ecf4bde662f26a6ec313ebd46bf4bf87c1e28fcc21c2 SHA512 9287496313576f5f09271bbee6ba3657e9e3ceffb118758807d4e8fbe011eba550d46c04c2193c30177f5b191850d5a53f7bea02776a3f339eee827f6744104a

diff --git a/app-arch/lunzip/lunzip-1.15.ebuild b/app-arch/lunzip/lunzip-1.15.ebuild
new file mode 100644
index 000000000000..a1bbbf0f32bc
--- /dev/null
+++ b/app-arch/lunzip/lunzip-1.15.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Decompressor for the lzip format, written in C"
+HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
+
+src_configure() {
+	# not autotools-based
+	local myconf=(
+		--prefix="${EPREFIX}"/usr
+		CC="$(tc-getCC)"
+		CPPFLAGS="${CPPFLAGS}"
+		CFLAGS="${CFLAGS}"
+		LDFLAGS="${LDFLAGS}"
+	)
+
+	./configure "${myconf[@]}" || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2024-02-18 11:43 Jakov Smolić
  0 siblings, 0 replies; 10+ messages in thread
From: Jakov Smolić @ 2024-02-18 11:43 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ac465cc08029fb5fb1bc9080330745f37c7371
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 18 11:43:32 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Feb 18 11:43:32 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7ac465c

app-arch/lunzip: Stabilize 1.14 amd64, #924781

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

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

diff --git a/app-arch/lunzip/lunzip-1.14.ebuild b/app-arch/lunzip/lunzip-1.14.ebuild
index 17e43370864d..11fb6199d603 100644
--- a/app-arch/lunzip/lunzip-1.14.ebuild
+++ b/app-arch/lunzip/lunzip-1.14.ebuild
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2024-01-25 17:07 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2024-01-25 17:07 UTC (permalink / raw
  To: gentoo-commits

commit:     762b1eb93004fcc46674875d06401d7b068eaf04
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 25 17:06:09 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 25 17:06:09 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=762b1eb9

app-arch/lunzip: Bump to 1.14

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lunzip/Manifest           |  2 ++
 app-arch/lunzip/lunzip-1.14.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 33 insertions(+)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
index 022bb8ea530b..42b71b6f1d27 100644
--- a/app-arch/lunzip/Manifest
+++ b/app-arch/lunzip/Manifest
@@ -1,2 +1,4 @@
 DIST lunzip-1.13.tar.gz 66541 BLAKE2B 45b6a4ffaac6d9b8ddeeebe5e33609bf4e671ad7370570035bacf41ee8ad35f49e14f495dfba650de284fedca1a63ebafe7f67c18083b4add94caaf7709d8e2b SHA512 67f950883b7062d37601bc16d7d64c07f6c580afbf3c0f61394dd6fb5d41c27214484b1dea7aabd41db06d18162b95b5734674646c4fcc833268cabe8cba91bb
 DIST lunzip-1.13.tar.gz.sig 72 BLAKE2B a0d852dbb5394c5fb3e287cf4111290e0c603414de5a00a2d6173821df2410e4d826554ba4e04b5e9b7df0fa247cd95335a1a227b7cf38d4c5a7f3cc436be6ef SHA512 b71a73e7ad3a25140343db92c0ccf6311d0a30c71675e01a36da4735d0e0523d12d32b6472409359345ad6c9e550dccd399442d98fde44593af42f516119b3fb
+DIST lunzip-1.14.tar.gz 69284 BLAKE2B 8ef63a5cfd0cf839889785845ec84b23451cb69b1e09c84526e000b82b73aaaa01b99407e87bde416ca2ab638d9f9688fcb37f77fd53e2a8e0875646a54d304c SHA512 2aa530c4ef7ebcfa345c8ac8701712e7f973ee4a92d34c33a03dd02a31d76507c919da373b64bc6b49b7868af8e4444d4b12bd71b8760e9b333c2a013ad95da1
+DIST lunzip-1.14.tar.gz.sig 72 BLAKE2B ab2ba6c265f197c322884898ae8ff5c8679ab8a1d2f71a2dfedcce9011e16fb723fd592b0edc3f48d540ad8d2578b799f28f9d609a7e26379e39e0cb7f908cc3 SHA512 38806848f904fb3700c908166a1ad2d601409fa13f1b0dc69372766b41a6f37ae0c5792964b8aae494320d47e603dc79f36b3fa7361ccf84b89835c14a6b7b11

diff --git a/app-arch/lunzip/lunzip-1.14.ebuild b/app-arch/lunzip/lunzip-1.14.ebuild
new file mode 100644
index 000000000000..17e43370864d
--- /dev/null
+++ b/app-arch/lunzip/lunzip-1.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+VERIFY_SIG_OPENPGP_KEY_PATH=/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
+
+DESCRIPTION="Decompressor for the lzip format, written in C"
+HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
+
+src_configure() {
+	# not autotools-based
+	local myconf=(
+		--prefix="${EPREFIX}"/usr
+		CC="$(tc-getCC)"
+		CPPFLAGS="${CPPFLAGS}"
+		CFLAGS="${CFLAGS}"
+		LDFLAGS="${LDFLAGS}"
+	)
+
+	./configure "${myconf[@]}" || die
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2023-09-25  2:01 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-09-25  2:01 UTC (permalink / raw
  To: gentoo-commits

commit:     d25a5e2c34d651a9a7f56ca1f0c520a2b92a867b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 25 02:01:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Sep 25 02:01:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25a5e2c

app-arch/lunzip: Stabilize 1.13 amd64, #914607

Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
index 3106eed819d3..bb548ad3aeb8 100644
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -13,7 +13,7 @@ SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/$
 
 LICENSE="GPL-2+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
 
 BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2022-04-06 23:34 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2022-04-06 23:34 UTC (permalink / raw
  To: gentoo-commits

commit:     79a1bc12624677b5cc5aed14cd17627180b5c507
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Apr  6 23:27:22 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Apr  6 23:33:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79a1bc12

app-arch/lunzip: add verify-sig

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/lunzip/Manifest           | 1 +
 app-arch/lunzip/lunzip-1.13.ebuild | 6 +++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
index c52d5b73ad65..022bb8ea530b 100644
--- a/app-arch/lunzip/Manifest
+++ b/app-arch/lunzip/Manifest
@@ -1 +1,2 @@
 DIST lunzip-1.13.tar.gz 66541 BLAKE2B 45b6a4ffaac6d9b8ddeeebe5e33609bf4e671ad7370570035bacf41ee8ad35f49e14f495dfba650de284fedca1a63ebafe7f67c18083b4add94caaf7709d8e2b SHA512 67f950883b7062d37601bc16d7d64c07f6c580afbf3c0f61394dd6fb5d41c27214484b1dea7aabd41db06d18162b95b5734674646c4fcc833268cabe8cba91bb
+DIST lunzip-1.13.tar.gz.sig 72 BLAKE2B a0d852dbb5394c5fb3e287cf4111290e0c603414de5a00a2d6173821df2410e4d826554ba4e04b5e9b7df0fa247cd95335a1a227b7cf38d4c5a7f3cc436be6ef SHA512 b71a73e7ad3a25140343db92c0ccf6311d0a30c71675e01a36da4735d0e0523d12d32b6472409359345ad6c9e550dccd399442d98fde44593af42f516119b3fb

diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
index 4f7d48dab0be..3106eed819d3 100644
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -3,16 +3,20 @@
 
 EAPI=8
 
-inherit toolchain-funcs
+VERIFY_SIG_OPENPGP_KEY_PATH="${BROOT}"/usr/share/openpgp-keys/antoniodiazdiaz.asc
+inherit toolchain-funcs verify-sig
 
 DESCRIPTION="Decompressor for the lzip format, written in C"
 HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
 SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
+SRC_URI+=" verify-sig? ( https://download.savannah.gnu.org/releases/lzip/${PN}/${P/_/-}.tar.gz.sig )"
 
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="~amd64"
 
+BDEPEND="verify-sig? ( sec-keys/openpgp-keys-antoniodiazdiaz )"
+
 src_configure() {
 	# not autotools-based
 	local myconf=(


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2022-01-24 21:21 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-01-24 21:21 UTC (permalink / raw
  To: gentoo-commits

commit:     713cd063254e5e18355435b8e0576e73dff5ab48
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 21:19:50 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 21:19:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713cd063

app-arch/lunzip: Fix CC/CFLAGS overrides

Closes: https://bugs.gentoo.org/831993
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
index 5c5c0ab1b983..4f7d48dab0be 100644
--- a/app-arch/lunzip/lunzip-1.13.ebuild
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -17,9 +17,9 @@ src_configure() {
 	# not autotools-based
 	local myconf=(
 		--prefix="${EPREFIX}"/usr
-		CXX="$(tc-getCXX)"
+		CC="$(tc-getCC)"
 		CPPFLAGS="${CPPFLAGS}"
-		CXXFLAGS="${CXXFLAGS}"
+		CFLAGS="${CFLAGS}"
 		LDFLAGS="${LDFLAGS}"
 	)
 


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/
@ 2022-01-24 17:33 Michał Górny
  0 siblings, 0 replies; 10+ messages in thread
From: Michał Górny @ 2022-01-24 17:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f5ac2e62c29b654f971454917073c8879d4fb9a5
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 24 17:32:19 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 17:32:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ac2e62

app-arch/lunzip: New package, v1.13

Add lunzip, the standalone decompressor for the lzip format.  This
package is needed for the lzip suite to be more complete in Gentoo.

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lunzip/Manifest           |  1 +
 app-arch/lunzip/lunzip-1.13.ebuild | 27 +++++++++++++++++++++++++++
 app-arch/lunzip/metadata.xml       |  8 ++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-arch/lunzip/Manifest b/app-arch/lunzip/Manifest
new file mode 100644
index 000000000000..c52d5b73ad65
--- /dev/null
+++ b/app-arch/lunzip/Manifest
@@ -0,0 +1 @@
+DIST lunzip-1.13.tar.gz 66541 BLAKE2B 45b6a4ffaac6d9b8ddeeebe5e33609bf4e671ad7370570035bacf41ee8ad35f49e14f495dfba650de284fedca1a63ebafe7f67c18083b4add94caaf7709d8e2b SHA512 67f950883b7062d37601bc16d7d64c07f6c580afbf3c0f61394dd6fb5d41c27214484b1dea7aabd41db06d18162b95b5734674646c4fcc833268cabe8cba91bb

diff --git a/app-arch/lunzip/lunzip-1.13.ebuild b/app-arch/lunzip/lunzip-1.13.ebuild
new file mode 100644
index 000000000000..5c5c0ab1b983
--- /dev/null
+++ b/app-arch/lunzip/lunzip-1.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="Decompressor for the lzip format, written in C"
+HOMEPAGE="https://www.nongnu.org/lzip/lunzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/lunzip/${P}.tar.gz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_configure() {
+	# not autotools-based
+	local myconf=(
+		--prefix="${EPREFIX}"/usr
+		CXX="$(tc-getCXX)"
+		CPPFLAGS="${CPPFLAGS}"
+		CXXFLAGS="${CXXFLAGS}"
+		LDFLAGS="${LDFLAGS}"
+	)
+
+	./configure "${myconf[@]}" || die
+}

diff --git a/app-arch/lunzip/metadata.xml b/app-arch/lunzip/metadata.xml
new file mode 100644
index 000000000000..076793e3f54b
--- /dev/null
+++ b/app-arch/lunzip/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>mgorny@gentoo.org</email>
+		<name>Michał Górny</name>
+	</maintainer>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2025-02-01 13:19 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-18 13:23 [gentoo-commits] repo/gentoo:master commit in: app-arch/lunzip/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2025-02-01 13:19 Michał Górny
2025-02-01 13:12 Arthur Zamarin
2025-01-13 18:41 Michał Górny
2024-02-18 11:43 Jakov Smolić
2024-01-25 17:07 Michał Górny
2023-09-25  2:01 Sam James
2022-04-06 23:34 Sam James
2022-01-24 21:21 Michał Górny
2022-01-24 17:33 Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox