public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2024-02-14 15:24 Matt Jolly
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-02-14 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     53acd112770fb3a953131848b481f5a3dc15773d
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 15:22:17 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 15:24:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53acd112

app-arch/zchunk: add 1.4.0

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 +
 app-arch/zchunk/zchunk-1.4.0.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 43c8549fedd5..3ea0402f20fb 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1 +1,2 @@
 DIST zchunk-1.3.2.tar.gz 1508683 BLAKE2B a8b866d28e3a0f5bf5fda3b44f5f1d0589c374dd700d8c64497d729758e35ed1215367ff8b1114e436a776a419f1aa329f429016981f11c19fd0896db3520811 SHA512 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc
+DIST zchunk-1.4.0.tar.gz 1513670 BLAKE2B 97fa848f7f760874f4a521153983fb8263680ff57f04644ed124aa1c81fcb36d068d489c83bd95e2e4e70efa79892a835c10be8b61a3674550e8218f23852ac4 SHA512 7fbe50182d46e4e8ce8730959cd97ea39b48dd77d034303435ce15caec194409984d435167d3b55769577d6be6c539573eddd9351f178377a756babc508d6281

diff --git a/app-arch/zchunk/zchunk-1.4.0.ebuild b/app-arch/zchunk/zchunk-1.4.0.ebuild
new file mode 100644
index 000000000000..0759ca5b2011
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2024-09-24  6:31 Matt Jolly
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-09-24  6:31 UTC (permalink / raw
  To: gentoo-commits

commit:     25ff320e1186cb11a50af771718031f316cfe6ec
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 24 04:12:30 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 06:30:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ff320e

app-arch/zchunk: add 1.5.1

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 +
 app-arch/zchunk/zchunk-1.5.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 3ea0402f20fb..023691474ff1 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1,2 +1,3 @@
 DIST zchunk-1.3.2.tar.gz 1508683 BLAKE2B a8b866d28e3a0f5bf5fda3b44f5f1d0589c374dd700d8c64497d729758e35ed1215367ff8b1114e436a776a419f1aa329f429016981f11c19fd0896db3520811 SHA512 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc
 DIST zchunk-1.4.0.tar.gz 1513670 BLAKE2B 97fa848f7f760874f4a521153983fb8263680ff57f04644ed124aa1c81fcb36d068d489c83bd95e2e4e70efa79892a835c10be8b61a3674550e8218f23852ac4 SHA512 7fbe50182d46e4e8ce8730959cd97ea39b48dd77d034303435ce15caec194409984d435167d3b55769577d6be6c539573eddd9351f178377a756babc508d6281
+DIST zchunk-1.5.1.tar.gz 1513215 BLAKE2B 86bd98491bbc667f37c7471d2e9de92ff84126ad91aac7a70caae9a224c8b96cc048e47f4ae1e13b4216f46e269df6f22a4938335a8c9119dcb0a9c760b27ca5 SHA512 ecf37a6529e2df6f5cb4666fd8c9dbb4f4cb2ce69d5c58ab8ba614543d3c39e1b2c7b15d65659fd483efc3c599b2c17124813c9b1212559afd9d32f4bff4f72e

diff --git a/app-arch/zchunk/zchunk-1.5.1.ebuild b/app-arch/zchunk/zchunk-1.5.1.ebuild
new file mode 100644
index 000000000000..0759ca5b2011
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.5.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2024-02-14 15:24 Matt Jolly
  0 siblings, 0 replies; 10+ messages in thread
From: Matt Jolly @ 2024-02-14 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     28ddf7825936e275fb371aa8f279b954aecd8fde
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 15:19:21 2024 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 15:24:24 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=28ddf782

app-arch/zchunk: update maintainers

Signed-off-by: Matt Jolly <kangie <AT> gentoo.org>

 app-arch/zchunk/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/app-arch/zchunk/metadata.xml b/app-arch/zchunk/metadata.xml
index b8751b9a4831..fa8442f5cd87 100644
--- a/app-arch/zchunk/metadata.xml
+++ b/app-arch/zchunk/metadata.xml
@@ -5,10 +5,6 @@
 			<email>kangie@gentoo.org</email>
 			<name>Matt Jolly</name>
 	</maintainer>
-	<maintainer type="project" proxied="proxy">
-			<email>proxy-maint@gentoo.org</email>
-			<name>Proxy Maintainers</name>
-	</maintainer>
 	<upstream>
 		<remote-id type="github">zchunk/zchunk</remote-id>
 	</upstream>


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

commit:     df2bd4cb4c28062f2a837fff476dc9b5cdfb054d
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Nov  3 00:05:38 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 03:59:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df2bd4cb

app-arch/zchunk: drop 1.3.1

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Closes: https://github.com/gentoo/gentoo/pull/33655
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 -
 app-arch/zchunk/zchunk-1.3.1.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 5e3a484be5a3..43c8549fedd5 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1,2 +1 @@
-DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1 SHA512 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5
 DIST zchunk-1.3.2.tar.gz 1508683 BLAKE2B a8b866d28e3a0f5bf5fda3b44f5f1d0589c374dd700d8c64497d729758e35ed1215367ff8b1114e436a776a419f1aa329f429016981f11c19fd0896db3520811 SHA512 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc

diff --git a/app-arch/zchunk/zchunk-1.3.1.ebuild b/app-arch/zchunk/zchunk-1.3.1.ebuild
deleted file mode 100644
index e89d8926554d..000000000000
--- a/app-arch/zchunk/zchunk-1.3.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="File format designed for highly efficient deltas with good compression"
-HOMEPAGE="https://github.com/zchunk/zchunk"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
-else
-	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	app-arch/zstd:=
-	net-misc/curl
-	dev-libs/openssl:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use test tests)
-	)
-
-	meson_src_configure
-}


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

commit:     6f6a90ef7be5806267af53e0360bc408515c4643
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Fri Nov  3 00:04:58 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 03:59:23 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f6a90ef

app-arch/zchunk: add 1.3.2

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 +
 app-arch/zchunk/zchunk-1.3.2.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index d498557c5ecd..5e3a484be5a3 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1 +1,2 @@
 DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1 SHA512 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5
+DIST zchunk-1.3.2.tar.gz 1508683 BLAKE2B a8b866d28e3a0f5bf5fda3b44f5f1d0589c374dd700d8c64497d729758e35ed1215367ff8b1114e436a776a419f1aa329f429016981f11c19fd0896db3520811 SHA512 32f3167db747a494373c03941450e8b6b7eb6ad6a07633ccb9dbd3176ffb79073746bbdf3f132605ad51de23b3b20434d1580cf7cd72e0b658263bb32359f5bc

diff --git a/app-arch/zchunk/zchunk-1.3.2.ebuild b/app-arch/zchunk/zchunk-1.3.2.ebuild
new file mode 100644
index 000000000000..e89d8926554d
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.3.2.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2023-05-17  1:38 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-05-17  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     8745a841c5ee453ba51a47a26083ad161e105298
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun May 14 12:44:28 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 01:33:27 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8745a841

app-arch/zchunk: drop 1.2.3

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 -
 app-arch/zchunk/zchunk-1.2.3.ebuild | 37 -------------------------------------
 2 files changed, 38 deletions(-)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 14e50d9711c3..d498557c5ecd 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1,2 +1 @@
-DIST zchunk-1.2.3.tar.gz 1508271 BLAKE2B 7432289f3730083d0634c32f03d1daf2570c21e94ebab0aabeee4527f7ba56aef5cc567dfdb8ede701bea5d0cda4f248f0cf0fdb04e4f5ee1effb888a2907ec9 SHA512 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73
 DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1 SHA512 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5

diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild
deleted file mode 100644
index e89d8926554d..000000000000
--- a/app-arch/zchunk/zchunk-1.2.3.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson
-
-DESCRIPTION="File format designed for highly efficient deltas with good compression"
-HOMEPAGE="https://github.com/zchunk/zchunk"
-
-if [[ ${PV} == 9999 ]]; then
-	inherit git-r3
-	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
-else
-	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64 ~x86"
-fi
-
-LICENSE="BSD-2"
-SLOT="0"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-	app-arch/zstd:=
-	net-misc/curl
-	dev-libs/openssl:=
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local emesonargs=(
-		$(meson_use test tests)
-	)
-
-	meson_src_configure
-}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2023-05-17  1:38 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-05-17  1:38 UTC (permalink / raw
  To: gentoo-commits

commit:     781c541944d1bbef9be019216b1838722aff615c
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Sun May 14 12:44:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed May 17 01:33:26 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=781c5419

app-arch/zchunk: add 1.3.1

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 +
 app-arch/zchunk/zchunk-1.3.1.ebuild | 37 +++++++++++++++++++++++++++++++++++++
 2 files changed, 38 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
index 83cda674af89..14e50d9711c3 100644
--- a/app-arch/zchunk/Manifest
+++ b/app-arch/zchunk/Manifest
@@ -1 +1,2 @@
 DIST zchunk-1.2.3.tar.gz 1508271 BLAKE2B 7432289f3730083d0634c32f03d1daf2570c21e94ebab0aabeee4527f7ba56aef5cc567dfdb8ede701bea5d0cda4f248f0cf0fdb04e4f5ee1effb888a2907ec9 SHA512 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73
+DIST zchunk-1.3.1.tar.gz 1508699 BLAKE2B a0c6c277b8fd940602c6de680ee3418decdb0f83e3ea345f0c884f704bda67938539ec15a3b0fb1f5e498bb7fa1c420637091c752d8dea6094de3eb98503efb1 SHA512 5eec3ee084f3192291f5956dc797275986ebaa004df580be73de18ff22a781b6c5362bedc6263c9ae3569e5fa12cf5225d87aed7ec4ddfa6210f5c92763566e5

diff --git a/app-arch/zchunk/zchunk-1.3.1.ebuild b/app-arch/zchunk/zchunk-1.3.1.ebuild
new file mode 100644
index 000000000000..e89d8926554d
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.3.1.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


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

commit:     db12d7be4fb8e598047da65128b65246dd6a20dd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue May  9 16:01:09 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue May  9 17:46:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db12d7be

app-arch/zchunk: conditionally build tests

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

 app-arch/zchunk/zchunk-1.2.3.ebuild | 10 ++++++++++
 app-arch/zchunk/zchunk-9999.ebuild  | 12 +++++++++++-
 2 files changed, 21 insertions(+), 1 deletion(-)

diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild
index 78b7906664ab..e89d8926554d 100644
--- a/app-arch/zchunk/zchunk-1.2.3.ebuild
+++ b/app-arch/zchunk/zchunk-1.2.3.ebuild
@@ -18,6 +18,8 @@ fi
 
 LICENSE="BSD-2"
 SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	app-arch/zstd:=
@@ -25,3 +27,11 @@ DEPEND="
 	dev-libs/openssl:=
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}

diff --git a/app-arch/zchunk/zchunk-9999.ebuild b/app-arch/zchunk/zchunk-9999.ebuild
index 76677dce82f5..e89d8926554d 100644
--- a/app-arch/zchunk/zchunk-9999.ebuild
+++ b/app-arch/zchunk/zchunk-9999.ebuild
@@ -13,11 +13,13 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
 else
 	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="BSD-2"
 SLOT="0"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
 DEPEND="
 	app-arch/zstd:=
@@ -25,3 +27,11 @@ DEPEND="
 	dev-libs/openssl:=
 "
 RDEPEND="${DEPEND}"
+
+src_configure() {
+	local emesonargs=(
+		$(meson_use test tests)
+	)
+
+	meson_src_configure
+}


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2023-05-07  6:17 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2023-05-07  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     55815d09f16ff907bc6ebdc8b3a73a5634bb36a4
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sun May  7 06:14:45 2023 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sun May  7 06:17:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55815d09

app-arch/zchunk: Keyword 1.2.3 x86, #900154

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

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

diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild
index 76677dce82f5..78b7906664ab 100644
--- a/app-arch/zchunk/zchunk-1.2.3.ebuild
+++ b/app-arch/zchunk/zchunk-1.2.3.ebuild
@@ -13,7 +13,7 @@ if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
 else
 	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
-	KEYWORDS="~amd64"
+	KEYWORDS="~amd64 ~x86"
 fi
 
 LICENSE="BSD-2"


^ permalink raw reply related	[flat|nested] 10+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/
@ 2023-03-07 12:16 Sam James
  0 siblings, 0 replies; 10+ messages in thread
From: Sam James @ 2023-03-07 12:16 UTC (permalink / raw
  To: gentoo-commits

commit:     716cfd97270a778d08bff4068d0e9ddd4ab6beb4
Author:     Matt Jolly <Matt.Jolly <AT> footclan <DOT> ninja>
AuthorDate: Wed Jan 25 11:19:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Mar  7 12:14:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=716cfd97

app-arch/zchunk: new package; add 1.2.3, 9999

Signed-off-by: Matt Jolly <Matt.Jolly <AT> footclan.ninja>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-arch/zchunk/Manifest            |  1 +
 app-arch/zchunk/metadata.xml        | 15 +++++++++++++++
 app-arch/zchunk/zchunk-1.2.3.ebuild | 27 +++++++++++++++++++++++++++
 app-arch/zchunk/zchunk-9999.ebuild  | 27 +++++++++++++++++++++++++++
 4 files changed, 70 insertions(+)

diff --git a/app-arch/zchunk/Manifest b/app-arch/zchunk/Manifest
new file mode 100644
index 000000000000..83cda674af89
--- /dev/null
+++ b/app-arch/zchunk/Manifest
@@ -0,0 +1 @@
+DIST zchunk-1.2.3.tar.gz 1508271 BLAKE2B 7432289f3730083d0634c32f03d1daf2570c21e94ebab0aabeee4527f7ba56aef5cc567dfdb8ede701bea5d0cda4f248f0cf0fdb04e4f5ee1effb888a2907ec9 SHA512 5e46d8c3e36034de8424937cdfac59acdfaf332203e6e5d8b290614cbbe0340998d53b0583b0ef93189f41dc89219a75f50572757ebcea9abd83bd9aad861a73

diff --git a/app-arch/zchunk/metadata.xml b/app-arch/zchunk/metadata.xml
new file mode 100644
index 000000000000..40e1e399be6c
--- /dev/null
+++ b/app-arch/zchunk/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person" proxied="yes">
+			<email>Matt.Jolly@footclan.ninja</email>
+			<name>Matt Jolly</name>
+	</maintainer>
+	<maintainer type="project" proxied="proxy">
+			<email>proxy-maint@gentoo.org</email>
+			<name>Proxy Maintainers</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">zchunk/zchunk</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-arch/zchunk/zchunk-1.2.3.ebuild b/app-arch/zchunk/zchunk-1.2.3.ebuild
new file mode 100644
index 000000000000..76677dce82f5
--- /dev/null
+++ b/app-arch/zchunk/zchunk-1.2.3.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"

diff --git a/app-arch/zchunk/zchunk-9999.ebuild b/app-arch/zchunk/zchunk-9999.ebuild
new file mode 100644
index 000000000000..76677dce82f5
--- /dev/null
+++ b/app-arch/zchunk/zchunk-9999.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson
+
+DESCRIPTION="File format designed for highly efficient deltas with good compression"
+HOMEPAGE="https://github.com/zchunk/zchunk"
+
+if [[ ${PV} == 9999 ]]; then
+	inherit git-r3
+	EGIT_REPO_URI="https://github.com/zchunk/zchunk.git"
+else
+	SRC_URI="https://github.com/zchunk/zchunk/archive/${PV}.tar.gz -> ${P}.tar.gz"
+	KEYWORDS="~amd64"
+fi
+
+LICENSE="BSD-2"
+SLOT="0"
+
+DEPEND="
+	app-arch/zstd:=
+	net-misc/curl
+	dev-libs/openssl:=
+"
+RDEPEND="${DEPEND}"


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

end of thread, other threads:[~2024-09-24  6:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 15:24 [gentoo-commits] repo/gentoo:master commit in: app-arch/zchunk/ Matt Jolly
  -- strict thread matches above, loose matches on Subject: below --
2024-09-24  6:31 Matt Jolly
2024-02-14 15:24 Matt Jolly
2023-11-25  3:59 Sam James
2023-11-25  3:59 Sam James
2023-05-17  1:38 Sam James
2023-05-17  1:38 Sam James
2023-05-09 17:46 Sam James
2023-05-07  6:17 Joonas Niilola
2023-03-07 12:16 Sam James

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