public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2018-07-15 20:30 Tiziano Müller
  0 siblings, 0 replies; 28+ messages in thread
From: Tiziano Müller @ 2018-07-15 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     b952854802e862d4d67f04dd8ab704488659a57b
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 15 20:26:06 2018 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sun Jul 15 20:29:12 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9528548

sys-devel/dwz: version bump (bug 529570), drop old

Package-Manager: Portage-2.3.42, Repoman-2.3.9

 sys-devel/dwz/Manifest                            | 2 +-
 sys-devel/dwz/{dwz-0.9.ebuild => dwz-0.12.ebuild} | 9 ++++++---
 2 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index 291ab9f867b..0880b1204d9 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1 +1 @@
-DIST dwz-0.9.tar.xz 90604 BLAKE2B 37cc2248998625df7e275dc8d0690ceaaea998cd0b8492ce7e4ef7606d4196af676aa55be6eb8d376e7a01c83a6213112b6eeb4a6e725c606839f0576fdcbbf4 SHA512 ce139fd37cfd8cd6e1b6d162fb4896527122f4cb25685eed73eb3dc9fe7aea5ab85d59fe4e299940f0bc5a7cc7c9fa54236581bd9dc4ffab3cc4d62f0f164cdc
+DIST dwz-0.12.tar.bz2 91234 BLAKE2B 04deba0ae4c072eda3376f5c793dcecfe87a818608d4054f9c45038dad8fa8f34adfa399da36922c2a4629bd0a31255f09cc93d34c3e018387ac263b420c5d4c SHA512 3b6e7270cde09dd3cfb39e4400e9012e781fb92f9ad91e2f930ec0c5ed1df2331a2dbd03ad520132460670b242c9a5585a2183df8dfda8a0188ebcfa51f8996e

diff --git a/sys-devel/dwz/dwz-0.9.ebuild b/sys-devel/dwz/dwz-0.12.ebuild
similarity index 65%
rename from sys-devel/dwz/dwz-0.9.ebuild
rename to sys-devel/dwz/dwz-0.12.ebuild
index db4171617b7..73840565b41 100644
--- a/sys-devel/dwz/dwz-0.9.ebuild
+++ b/sys-devel/dwz/dwz-0.12.ebuild
@@ -1,11 +1,13 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
+EAPI=6
+
+FPKG_HASH="1624afa75b94633e03c6e1bb952fb348"
 
 DESCRIPTION="DWARF optimization and duplicate removal tool"
 HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
+SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
@@ -16,6 +18,7 @@ DEPEND="dev-libs/elfutils"
 RDEPEND="${DEPEND}"
 
 src_prepare() {
+	default
 	sed -i \
 		-e '/^CFLAGS/d' \
 		Makefile || die "sed failed"


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2019-04-13 10:36 Tiziano Müller
  0 siblings, 0 replies; 28+ messages in thread
From: Tiziano Müller @ 2019-04-13 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1f0a334057d92489c4f2749085194910767653da
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 10:33:27 2019 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 10:36:34 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0a3340

sys-devel/dwz: fix calling cc directly

Closes: https://bugs.gentoo.org/683024
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tiziano Müller <dev-zero <AT> gentoo.org>

 sys-devel/dwz/dwz-0.12-r1.ebuild | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/sys-devel/dwz/dwz-0.12-r1.ebuild b/sys-devel/dwz/dwz-0.12-r1.ebuild
new file mode 100644
index 00000000000..9926eba6d80
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.12-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+FPKG_HASH="1624afa75b94633e03c6e1bb952fb348"
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
+SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+BDEPEND=""
+
+src_prepare() {
+	default
+	sed -i \
+		-e '/^CFLAGS/d' \
+		Makefile || die "sed failed"
+	tc-export CC
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2019-04-13 10:36 Tiziano Müller
  0 siblings, 0 replies; 28+ messages in thread
From: Tiziano Müller @ 2019-04-13 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4b14cf6cf29ee9807c4e72a999742fb85446f94b
Author:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 13 10:35:06 2019 +0000
Commit:     Tiziano Müller <dev-zero <AT> gentoo <DOT> org>
CommitDate: Sat Apr 13 10:36:38 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b14cf6c

sys-devel/dwz: remove superseded revision

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Tiziano Müller <dev-zero <AT> gentoo.org>

 sys-devel/dwz/dwz-0.12.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/sys-devel/dwz/dwz-0.12.ebuild b/sys-devel/dwz/dwz-0.12.ebuild
deleted file mode 100644
index 73840565b41..00000000000
--- a/sys-devel/dwz/dwz-0.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-FPKG_HASH="1624afa75b94633e03c6e1bb952fb348"
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
-SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/elfutils"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-	default
-	sed -i \
-		-e '/^CFLAGS/d' \
-		Makefile || die "sed failed"
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2020-09-22 21:19 Conrad Kostecki
  0 siblings, 0 replies; 28+ messages in thread
From: Conrad Kostecki @ 2020-09-22 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     12186c829e6357d920f49cbd2a0cced28e7950c0
Author:     Konstantin Tokarev <annulen <AT> yandex <DOT> ru>
AuthorDate: Tue Sep 22 12:24:13 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 21:18:31 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12186c82

sys-devel/dwz: Remove old version 0.12

Closes: https://bugs.gentoo.org/713856
Signed-off-by: Konstantin Tokarev <annulen <AT> yandex.ru>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-devel/dwz/Manifest           |  1 -
 sys-devel/dwz/dwz-0.12-r1.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index 6c2695c8817..e03a7ec5d0f 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1,2 +1 @@
-DIST dwz-0.12.tar.bz2 91234 BLAKE2B 04deba0ae4c072eda3376f5c793dcecfe87a818608d4054f9c45038dad8fa8f34adfa399da36922c2a4629bd0a31255f09cc93d34c3e018387ac263b420c5d4c SHA512 3b6e7270cde09dd3cfb39e4400e9012e781fb92f9ad91e2f930ec0c5ed1df2331a2dbd03ad520132460670b242c9a5585a2183df8dfda8a0188ebcfa51f8996e
 DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4

diff --git a/sys-devel/dwz/dwz-0.12-r1.ebuild b/sys-devel/dwz/dwz-0.12-r1.ebuild
deleted file mode 100644
index 9926eba6d80..00000000000
--- a/sys-devel/dwz/dwz-0.12-r1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-FPKG_HASH="1624afa75b94633e03c6e1bb952fb348"
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/git/?p=dwz.git;a=summary"
-SRC_URI="https://src.fedoraproject.org/repo/pkgs/dwz/${P}.tar.bz2/${FPKG_HASH}/${P}.tar.bz2"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-DEPEND="dev-libs/elfutils"
-RDEPEND="${DEPEND}"
-BDEPEND=""
-
-src_prepare() {
-	default
-	sed -i \
-		-e '/^CFLAGS/d' \
-		Makefile || die "sed failed"
-	tc-export CC
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2020-09-22 21:19 Conrad Kostecki
  0 siblings, 0 replies; 28+ messages in thread
From: Conrad Kostecki @ 2020-09-22 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     1af86f6935d3a0417b3d083af91fb75ea9f3c91e
Author:     Konstantin Tokarev <annulen <AT> yandex <DOT> ru>
AuthorDate: Sun Sep 20 10:27:26 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Tue Sep 22 21:13:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1af86f69

sys-devel/dwz: Version update to 0.13

* Updated homepage URL
* Updated SRC_URI: now dwz has proper tarball downloads
* Added myself and proxy-maint project as maintainers
* Removed empty variables IUSE and BDEPEND
* Put set command in one line and dropped die message

Closes: https://github.com/gentoo/gentoo/pull/17609
Signed-off-by: Konstantin Tokarev <annulen <AT> yandex.ru>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-devel/dwz/Manifest        |  1 +
 sys-devel/dwz/dwz-0.13.ebuild | 25 +++++++++++++++++++++++++
 sys-devel/dwz/metadata.xml    |  9 ++++++++-
 3 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index 0880b1204d9..6c2695c8817 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1 +1,2 @@
 DIST dwz-0.12.tar.bz2 91234 BLAKE2B 04deba0ae4c072eda3376f5c793dcecfe87a818608d4054f9c45038dad8fa8f34adfa399da36922c2a4629bd0a31255f09cc93d34c3e018387ac263b420c5d4c SHA512 3b6e7270cde09dd3cfb39e4400e9012e781fb92f9ad91e2f930ec0c5ed1df2331a2dbd03ad520132460670b242c9a5585a2183df8dfda8a0188ebcfa51f8996e
+DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4

diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild
new file mode 100644
index 00000000000..a99b0d53e37
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.13.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/dwz"
+SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="dev-libs/elfutils"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+	default
+	sed -e '/^CFLAGS/d' -i Makefile || die
+	tc-export CC
+}

diff --git a/sys-devel/dwz/metadata.xml b/sys-devel/dwz/metadata.xml
index 3580a958ed3..72a6a1288bc 100644
--- a/sys-devel/dwz/metadata.xml
+++ b/sys-devel/dwz/metadata.xml
@@ -1,7 +1,14 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<!-- maintainer-needed -->
+	<maintainer type="person">
+		<email>annulen@yandex.ru</email>
+		<name>Konstantin Tokarev</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>proxy-maint@gentoo.org</email>
+		<name>Proxy Maintainers</name>
+	</maintainer>
 	<longdescription>
 		The dwz package contains a program that attempts to optimize DWARF
 		debugging information contained in ELF shared libraries and ELF executables


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2020-09-23 21:54 Conrad Kostecki
  0 siblings, 0 replies; 28+ messages in thread
From: Conrad Kostecki @ 2020-09-23 21:54 UTC (permalink / raw
  To: gentoo-commits

commit:     8f41df9f4d63ad5e668b5615df76926746659158
Author:     Konstantin Tokarev <annulen <AT> yandex <DOT> ru>
AuthorDate: Wed Sep 23 13:47:04 2020 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 21:53:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f41df9f

sys-devel/dwz: Implement "test" USE flag

Closes: https://github.com/gentoo/gentoo/pull/17645
Closes: https://bugs.gentoo.org/744247
Signed-off-by: Konstantin Tokarev <annulen <AT> yandex.ru>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 sys-devel/dwz/dwz-0.13.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild
index a99b0d53e37..58aaf22593d 100644
--- a/sys-devel/dwz/dwz-0.13.ebuild
+++ b/sys-devel/dwz/dwz-0.13.ebuild
@@ -14,9 +14,15 @@ S="${WORKDIR}/${PN}"
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
 KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
 
-DEPEND="dev-libs/elfutils"
-RDEPEND="${DEPEND}"
+RDEPEND="dev-libs/elfutils"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+	dev-util/dejagnu
+	dev-libs/elfutils[utils]
+)"
 
 src_prepare() {
 	default


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2021-11-30  7:27 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2021-11-30  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     5b3de10a4a7d5f1819c5401d6a00ea25a0916be2
Author:     Konstantin Tokarev <annulen <AT> yandex <DOT> ru>
AuthorDate: Mon Nov 29 02:25:07 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 07:27:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b3de10a

sys-devel/dwz: Version update to 0.14

Closes: https://bugs.gentoo.org/808234
Signed-off-by: Konstantin Tokarev <annulen <AT> yandex.ru>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-devel/dwz/Manifest        |  1 +
 sys-devel/dwz/dwz-0.14.ebuild | 31 +++++++++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index e03a7ec5d0f8..218f3233c2f9 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1 +1,2 @@
 DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4
+DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1

diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
new file mode 100644
index 000000000000..2980b142e30d
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.14.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit toolchain-funcs
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/dwz"
+SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/elfutils"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+	dev-util/dejagnu
+	dev-libs/elfutils[utils]
+)"
+
+src_prepare() {
+	default
+	sed -e '/^CFLAGS/d' -i Makefile || die
+	tc-export CC
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2021-11-30  7:27 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2021-11-30  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     412ab6df9f5419d2b92f7544b456e0c6bbb24925
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Nov 30 07:26:08 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 07:27:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412ab6df

sys-devel/dwz: update EAPI 7 -> 8, add missing test dep

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

 sys-devel/dwz/dwz-0.14.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
index 2980b142e30d..4ad7ab103878 100644
--- a/sys-devel/dwz/dwz-0.14.ebuild
+++ b/sys-devel/dwz/dwz-0.14.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit toolchain-funcs
 
@@ -20,8 +20,9 @@ RESTRICT="!test? ( test )"
 RDEPEND="dev-libs/elfutils"
 DEPEND="${RDEPEND}"
 BDEPEND="test? (
-	dev-util/dejagnu
 	dev-libs/elfutils[utils]
+	dev-util/dejagnu
+	sys-devel/gdb
 )"
 
 src_prepare() {


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2021-11-30  7:27 Joonas Niilola
  0 siblings, 0 replies; 28+ messages in thread
From: Joonas Niilola @ 2021-11-30  7:27 UTC (permalink / raw
  To: gentoo-commits

commit:     a02c92a10f5c3531567791477d759d67b1d59168
Author:     Konstantin Tokarev <annulen <AT> yandex <DOT> ru>
AuthorDate: Mon Nov 29 02:26:12 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Nov 30 07:27:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a02c92a1

sys-devel/dwz: Remove old version 0.13

Signed-off-by: Konstantin Tokarev <annulen <AT> yandex.ru>
Closes: https://github.com/gentoo/gentoo/pull/23104
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 sys-devel/dwz/Manifest        |  1 -
 sys-devel/dwz/dwz-0.13.ebuild | 31 -------------------------------
 2 files changed, 32 deletions(-)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index 218f3233c2f9..e46195dbc905 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1,2 +1 @@
-DIST dwz-0.13.tar.xz 114016 BLAKE2B 0e53bb99a7790dbdd724594ad00f76267483fe31bf99c9a6ea67f8ca031d2559d5cfc79f613c81b1a99f9086aa16570cb4d850f36ddbc60bdec443dc3122cae7 SHA512 8dc5e647a99ab652fbbed2d37c595a072a2e31198e66f84220d4caf04a9ee0b2900b116932f268b68015e4cc6b49b87313bf1a2d00748d2b3c4799c9ee58c2f4
 DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1

diff --git a/sys-devel/dwz/dwz-0.13.ebuild b/sys-devel/dwz/dwz-0.13.ebuild
deleted file mode 100644
index 58aaf22593d5..000000000000
--- a/sys-devel/dwz/dwz-0.13.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit toolchain-funcs
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/elfutils"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
-	dev-util/dejagnu
-	dev-libs/elfutils[utils]
-)"
-
-src_prepare() {
-	default
-	sed -e '/^CFLAGS/d' -i Makefile || die
-	tc-export CC
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2023-03-19 15:25 Arsen Arsenović
  0 siblings, 0 replies; 28+ messages in thread
From: Arsen Arsenović @ 2023-03-19 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     e21a0edb7ad53a105f3867b98c3815151b576e46
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 15:23:22 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 15:24:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21a0edb

sys-devel/dwz: add 0.15

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-devel/dwz/Manifest        |  1 +
 sys-devel/dwz/dwz-0.15.ebuild | 43 +++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index e46195dbc905..c5d5a1555852 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1 +1,2 @@
 DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
+DIST dwz-0.15.tar.xz 150080 BLAKE2B 4ce1722a53cb588cda8195211a26b28d69891ed32cc59e44897270298d033590c79c8c73168dc3b261cb017fc12874a9cbd50db3bfaa0aa7de8ed7cf8a588cca SHA512 43eb4b08c1f529859dc3466697d5ad7e172d6efbf21409530a67a2492ae4acc3734d5134bbd6e07c089ecc358d915871b13e22f6e4f1dd4c3af19ef804f8fcc5

diff --git a/sys-devel/dwz/dwz-0.15.ebuild b/sys-devel/dwz/dwz-0.15.ebuild
new file mode 100644
index 000000000000..f0f823edc849
--- /dev/null
+++ b/sys-devel/dwz/dwz-0.15.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="DWARF optimization and duplicate removal tool"
+HOMEPAGE="https://sourceware.org/dwz"
+SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+
+S="${WORKDIR}/${PN}"
+
+LICENSE="GPL-2+ GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="dev-libs/elfutils"
+DEPEND="${RDEPEND}"
+BDEPEND="test? (
+	dev-libs/elfutils[utils]
+	dev-util/dejagnu
+	sys-devel/gdb
+)"
+
+src_prepare() {
+	default
+	tc-export CC
+}
+
+src_compile() {
+	emake CFLAGS="${CFLAGS}" srcdir="${S}"
+}
+
+src_test() {
+	emake CFLAGS="${CFLAGS}" srcdir="${S}" check
+}
+
+src_install() {
+	emake CFLAGS="${CFLAGS}" srcdir="${S}" install
+}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2023-03-19 20:51 Arsen Arsenović
  0 siblings, 0 replies; 28+ messages in thread
From: Arsen Arsenović @ 2023-03-19 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     fe10d71e701268131b1c3b88c3297b1d88ba01fd
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 19:19:50 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 20:32:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe10d71e

sys-devel/dwz: update maintainers

Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-devel/dwz/metadata.xml | 10 +++-------
 1 file changed, 3 insertions(+), 7 deletions(-)

diff --git a/sys-devel/dwz/metadata.xml b/sys-devel/dwz/metadata.xml
index 319c2d8312f8..c87f24a66212 100644
--- a/sys-devel/dwz/metadata.xml
+++ b/sys-devel/dwz/metadata.xml
@@ -1,13 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<maintainer type="person" proxied="yes">
-		<email>annulen@yandex.ru</email>
-		<name>Konstantin Tokarev</name>
-	</maintainer>
-	<maintainer type="project" proxied="proxy">
-		<email>proxy-maint@gentoo.org</email>
-		<name>Proxy Maintainers</name>
+	<maintainer type="project">
+		<email>toolchain@gentoo.org</email>
+		<name>Gentoo Toolchain Project</name>
 	</maintainer>
 	<longdescription>
 		The dwz package contains a program that attempts to optimize DWARF


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2023-03-19 20:51 Arsen Arsenović
  0 siblings, 0 replies; 28+ messages in thread
From: Arsen Arsenović @ 2023-03-19 20:51 UTC (permalink / raw
  To: gentoo-commits

commit:     b18e6c746f4af1f1f73904fa2e458aa22b0da019
Author:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 19 19:12:19 2023 +0000
Commit:     Arsen Arsenović <arsen <AT> gentoo <DOT> org>
CommitDate: Sun Mar 19 20:32:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b18e6c74

sys-devel/dwz: Add missing xxhash dependency and DESTDIR variable

Closes: https://bugs.gentoo.org/902163
Closes: https://bugs.gentoo.org/902155
Signed-off-by: Arsen Arsenović <arsen <AT> gentoo.org>

 sys-devel/dwz/{dwz-0.15.ebuild => dwz-0.15-r1.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-devel/dwz/dwz-0.15.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
similarity index 86%
rename from sys-devel/dwz/dwz-0.15.ebuild
rename to sys-devel/dwz/dwz-0.15-r1.ebuild
index f0f823edc849..a34aab7c8b3f 100644
--- a/sys-devel/dwz/dwz-0.15.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -17,7 +17,10 @@ KEYWORDS="~amd64"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="dev-libs/elfutils"
+RDEPEND="
+	dev-libs/elfutils
+	dev-libs/xxhash
+"
 DEPEND="${RDEPEND}"
 BDEPEND="test? (
 	dev-libs/elfutils[utils]
@@ -39,5 +42,5 @@ src_test() {
 }
 
 src_install() {
-	emake CFLAGS="${CFLAGS}" srcdir="${S}" install
+	emake DESTDIR="${D}" CFLAGS="${CFLAGS}" srcdir="${S}" install
 }


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2023-11-29  4:23 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2023-11-29  4:23 UTC (permalink / raw
  To: gentoo-commits

commit:     4f59b35bcd50513b5197a0ea4ba8bbf84c164c0d
Author:     Matoro Mahri <matoro_gentoo <AT> matoro <DOT> tk>
AuthorDate: Wed Nov 29 01:06:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Nov 29 04:21:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f59b35b

sys-devel/dwz: Keyword 0.15-r1 sparc, #891165

Signed-off-by: Matoro Mahri <matoro_gentoo <AT> matoro.tk>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index a34aab7c8b3f..51035e7330d4 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03  8:22 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     e353e96754660c48c2fefed9202ec053f5e5e641
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 08:22:03 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 08:22:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e353e967

sys-devel/dwz: Keyword 0.15-r1 arm, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 9e4974d0bf55..5316f277b236 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03  8:22 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     bd4ed2cf0154a29154c6bf56d333ebae61c77150
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 08:22:02 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 08:22:02 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd4ed2cf

sys-devel/dwz: Keyword 0.15-r1 ppc64, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index a463f143326f..9e4974d0bf55 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc"
+KEYWORDS="~amd64 ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03  8:22 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     247838baff996552f9b68b9ecc835b3e4ff77c51
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 08:22:04 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 08:22:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=247838ba

sys-devel/dwz: Keyword 0.15-r1 arm64, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 5316f277b236..3c8ee0adad74 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03  8:22 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03  8:22 UTC (permalink / raw
  To: gentoo-commits

commit:     3f65c8d7a5c9ba61f940ea051b5ced9ecb92149c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 08:22:05 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 08:22:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f65c8d7

sys-devel/dwz: Keyword 0.15-r1 ppc, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 3c8ee0adad74..542fbc601d2c 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 10:21 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 10:21 UTC (permalink / raw
  To: gentoo-commits

commit:     a24e463e5e64d86d5bbb6dac7f618a4ef6691a6d
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 10:21:22 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 10:21:22 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a24e463e

sys-devel/dwz: Keyword 0.15-r1 x86, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 542fbc601d2c..37729c292db2 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 11:03 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 11:03 UTC (permalink / raw
  To: gentoo-commits

commit:     13d752bcd6491eb78c292a20f0711ad7b95592c4
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:03:04 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:03:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13d752bc

sys-devel/dwz: Stabilize 0.15-r1 arm, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 37729c292db2..87abb26b4af2 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 11:05 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     633605cd65a245219e9f3ed3bc0ab01981171202
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:05:29 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:05:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633605cd

sys-devel/dwz: Stabilize 0.15-r1 ppc, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 87abb26b4af2..4ff0f10b2b31 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc ~ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 11:05 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 11:05 UTC (permalink / raw
  To: gentoo-commits

commit:     0c9a3342c9f206e8d134f418c5ba780afc1dc78b
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:05:30 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:05:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c9a3342

sys-devel/dwz: Stabilize 0.15-r1 ppc64, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 4ff0f10b2b31..82fa37b5f09e 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 11:07 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-02-03 11:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1c9e1b94f74790e0a458f1c15ed2883943809670
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:06:33 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:06:33 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9e1b94

sys-devel/dwz: Stabilize 0.15-r1 sparc, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 82fa37b5f09e..8e583ba0ec1b 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 arm ~arm64 ppc ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 11:32 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 11:32 UTC (permalink / raw
  To: gentoo-commits

commit:     52d4e18721d07e956c615c3421688d5b9e2fa40f
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 11:32:00 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 11:32:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52d4e187

sys-devel/dwz: Stabilize 0.15-r1 arm64, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 8e583ba0ec1b..fdaf494f66ba 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm ~arm64 ppc ppc64 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc ~x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 14:19 Arthur Zamarin
  0 siblings, 0 replies; 28+ messages in thread
From: Arthur Zamarin @ 2024-02-03 14:19 UTC (permalink / raw
  To: gentoo-commits

commit:     38e0b24b1bac064d769f38a916f0cc4715e44ec3
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 14:19:18 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 14:19:18 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38e0b24b

sys-devel/dwz: Stabilize 0.15-r1 x86, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index fdaf494f66ba..91205806c47c 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc ~x86"
+KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 21:34 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-02-03 21:34 UTC (permalink / raw
  To: gentoo-commits

commit:     b7e9dd40bbc2ebb67dd5fe498eeddc74000f5a03
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 21:33:39 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 21:33:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7e9dd40

sys-devel/dwz: Stabilize 0.15-r1 amd64, #923707

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 91205806c47c..955ac57eb412 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="~amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-03 23:23 Jakov Smolić
  0 siblings, 0 replies; 28+ messages in thread
From: Jakov Smolić @ 2024-02-03 23:23 UTC (permalink / raw
  To: gentoo-commits

commit:     7c1cdbde4fa862b66e77197ac281e6475d681700
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Feb  3 23:22:53 2024 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Feb  3 23:22:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c1cdbde

sys-devel/dwz: Keyword 0.15-r1 riscv, #923656

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

 sys-devel/dwz/dwz-0.15-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 955ac57eb412..07e6062f11f1 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -13,7 +13,7 @@ S="${WORKDIR}/${PN}"
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 sparc x86"
+KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-02-21  2:15 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-02-21  2:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7ba14e1b475ee1b14b4c1a285fc1d542066f6d14
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 21 02:15:14 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb 21 02:15:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ba14e1b

sys-devel/dwz: drop 0.14

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

 sys-devel/dwz/Manifest        |  1 -
 sys-devel/dwz/dwz-0.14.ebuild | 32 --------------------------------
 2 files changed, 33 deletions(-)

diff --git a/sys-devel/dwz/Manifest b/sys-devel/dwz/Manifest
index c5d5a1555852..d770ee4adc0a 100644
--- a/sys-devel/dwz/Manifest
+++ b/sys-devel/dwz/Manifest
@@ -1,2 +1 @@
-DIST dwz-0.14.tar.xz 147428 BLAKE2B 286350a8276a1a674937a7adc99560562782044fd6caa50c9a55ec08343f34d8bd27140cca904e648859aba61d181e01ab0755f2115151fab16d498aa1549450 SHA512 62c39f79723ca99305dbb08d1d24a17699b9a84dd98c30904103da116831b1253bf1edbfb905c76fdc4d48305bd1ea0046314c5619209c40a1e624b8ae4908b1
 DIST dwz-0.15.tar.xz 150080 BLAKE2B 4ce1722a53cb588cda8195211a26b28d69891ed32cc59e44897270298d033590c79c8c73168dc3b261cb017fc12874a9cbd50db3bfaa0aa7de8ed7cf8a588cca SHA512 43eb4b08c1f529859dc3466697d5ad7e172d6efbf21409530a67a2492ae4acc3734d5134bbd6e07c089ecc358d915871b13e22f6e4f1dd4c3af19ef804f8fcc5

diff --git a/sys-devel/dwz/dwz-0.14.ebuild b/sys-devel/dwz/dwz-0.14.ebuild
deleted file mode 100644
index 8879c51bc69e..000000000000
--- a/sys-devel/dwz/dwz-0.14.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit toolchain-funcs
-
-DESCRIPTION="DWARF optimization and duplicate removal tool"
-HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
-
-S="${WORKDIR}/${PN}"
-
-LICENSE="GPL-2+ GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="dev-libs/elfutils"
-DEPEND="${RDEPEND}"
-BDEPEND="test? (
-	dev-libs/elfutils[utils]
-	dev-util/dejagnu
-	dev-debug/gdb
-)"
-
-src_prepare() {
-	default
-	sed -e '/^CFLAGS/d' -i Makefile || die
-	tc-export CC
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/
@ 2024-08-31  1:08 Sam James
  0 siblings, 0 replies; 28+ messages in thread
From: Sam James @ 2024-08-31  1:08 UTC (permalink / raw
  To: gentoo-commits

commit:     40695e4b8180e072eb5fb40262af15e3707cf0f6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 31 01:06:47 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Aug 31 01:06:47 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40695e4b

sys-devel/dwz: add 9999

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

 sys-devel/dwz/dwz-0.15-r1.ebuild                   | 23 ++++++++++++++--------
 .../dwz/{dwz-0.15-r1.ebuild => dwz-9999.ebuild}    | 23 ++++++++++++++--------
 2 files changed, 30 insertions(+), 16 deletions(-)

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-0.15-r1.ebuild
index 07e6062f11f1..6ea8c380f942 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-0.15-r1.ebuild
@@ -7,13 +7,18 @@ inherit toolchain-funcs
 
 DESCRIPTION="DWARF optimization and duplicate removal tool"
 HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://sourceware.org/git/dwz.git"
+	inherit git-r3
+else
+	SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+	S="${WORKDIR}/${PN}"
 
-S="${WORKDIR}/${PN}"
+	KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
+fi
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -22,11 +27,13 @@ RDEPEND="
 	dev-libs/xxhash
 "
 DEPEND="${RDEPEND}"
-BDEPEND="test? (
-	dev-libs/elfutils[utils]
-	dev-util/dejagnu
-	dev-debug/gdb
-)"
+BDEPEND="
+	test? (
+		dev-debug/gdb
+		dev-libs/elfutils[utils]
+		dev-util/dejagnu
+	)
+"
 
 src_prepare() {
 	default

diff --git a/sys-devel/dwz/dwz-0.15-r1.ebuild b/sys-devel/dwz/dwz-9999.ebuild
similarity index 64%
copy from sys-devel/dwz/dwz-0.15-r1.ebuild
copy to sys-devel/dwz/dwz-9999.ebuild
index 07e6062f11f1..8ce1dc9e912c 100644
--- a/sys-devel/dwz/dwz-0.15-r1.ebuild
+++ b/sys-devel/dwz/dwz-9999.ebuild
@@ -7,13 +7,18 @@ inherit toolchain-funcs
 
 DESCRIPTION="DWARF optimization and duplicate removal tool"
 HOMEPAGE="https://sourceware.org/dwz"
-SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+if [[ ${PV} == 9999 ]] ; then
+	EGIT_REPO_URI="https://sourceware.org/git/dwz.git"
+	inherit git-r3
+else
+	SRC_URI="https://sourceware.org/ftp/dwz/releases/${P}.tar.xz"
+	S="${WORKDIR}/${PN}"
 
-S="${WORKDIR}/${PN}"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86"
+fi
 
 LICENSE="GPL-2+ GPL-3+"
 SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc ppc64 ~riscv sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
@@ -22,11 +27,13 @@ RDEPEND="
 	dev-libs/xxhash
 "
 DEPEND="${RDEPEND}"
-BDEPEND="test? (
-	dev-libs/elfutils[utils]
-	dev-util/dejagnu
-	dev-debug/gdb
-)"
+BDEPEND="
+	test? (
+		dev-debug/gdb
+		dev-libs/elfutils[utils]
+		dev-util/dejagnu
+	)
+"
 
 src_prepare() {
 	default


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

end of thread, other threads:[~2024-08-31  1:08 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-03 23:23 [gentoo-commits] repo/gentoo:master commit in: sys-devel/dwz/ Jakov Smolić
  -- strict thread matches above, loose matches on Subject: below --
2024-08-31  1:08 Sam James
2024-02-21  2:15 Sam James
2024-02-03 21:34 Sam James
2024-02-03 14:19 Arthur Zamarin
2024-02-03 11:32 Arthur Zamarin
2024-02-03 11:07 Sam James
2024-02-03 11:05 Arthur Zamarin
2024-02-03 11:05 Arthur Zamarin
2024-02-03 11:03 Arthur Zamarin
2024-02-03 10:21 Arthur Zamarin
2024-02-03  8:22 Arthur Zamarin
2024-02-03  8:22 Arthur Zamarin
2024-02-03  8:22 Arthur Zamarin
2024-02-03  8:22 Arthur Zamarin
2023-11-29  4:23 Sam James
2023-03-19 20:51 Arsen Arsenović
2023-03-19 20:51 Arsen Arsenović
2023-03-19 15:25 Arsen Arsenović
2021-11-30  7:27 Joonas Niilola
2021-11-30  7:27 Joonas Niilola
2021-11-30  7:27 Joonas Niilola
2020-09-23 21:54 Conrad Kostecki
2020-09-22 21:19 Conrad Kostecki
2020-09-22 21:19 Conrad Kostecki
2019-04-13 10:36 Tiziano Müller
2019-04-13 10:36 Tiziano Müller
2018-07-15 20:30 Tiziano Müller

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