* [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/
@ 2023-01-04 5:23 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-01-04 5:23 UTC (permalink / raw
To: gentoo-commits
commit: c4ed15e33b2a9fd718d2aa3de2ea8e1d70ef9116
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 05:22:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 05:22:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4ed15e3
sys-fs/duf: add myself as a maintainer
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/duf/metadata.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/sys-fs/duf/metadata.xml b/sys-fs/duf/metadata.xml
index d6f64e578b80..a154ef85f53a 100644
--- a/sys-fs/duf/metadata.xml
+++ b/sys-fs/duf/metadata.xml
@@ -5,6 +5,10 @@
<email>mrmagic223325@fedora.email</email>
<name>Mathis Winterer</name>
</maintainer>
+ <maintainer type="person">
+ <email>sam@gentoo.org</email>
+ <name>Sam James</name>
+ </maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/
@ 2023-01-04 5:23 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-01-04 5:23 UTC (permalink / raw
To: gentoo-commits
commit: 78b12c7038b2aa08a4fbb1904b3a94fac790912f
Author: Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
AuthorDate: Fri Dec 30 16:43:02 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 05:22:55 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78b12c70
sys-fs/duf: new package
Signed-off-by: Mathis Winterer <mrmagic223325 <AT> fedora.email>
Closes: https://github.com/gentoo/gentoo/pull/28902
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/duf/Manifest | 2 ++
sys-fs/duf/duf-0.8.1.ebuild | 27 +++++++++++++++++++++++++++
sys-fs/duf/metadata.xml | 20 ++++++++++++++++++++
3 files changed, 49 insertions(+)
diff --git a/sys-fs/duf/Manifest b/sys-fs/duf/Manifest
new file mode 100644
index 000000000000..789950b0a991
--- /dev/null
+++ b/sys-fs/duf/Manifest
@@ -0,0 +1,2 @@
+DIST duf-0.8.1-deps.tar.xz 6372212 BLAKE2B 01baf089f6142759ef8e376b352e31ecd482f0a94106a4e2606c2f6146cdd7ec33b431621dd680876650896f9d590a21d242b871777164af588e35804a11477e SHA512 51b966b5a8701c8e39ea2d022ca6ee1e0c64fd189b3531d8d0e253d46ee2b5d7270963c3a4930e964312085914edac45c78ed8fa440b459df13977c83ab3c964
+DIST duf-0.8.1.tar.gz 138214 BLAKE2B 388b7494ae15bdc026303ec81f529c08c66e34a8fb82d13c9b7fa730b1684edee5711497d866cbd16376573a386ef9311288e7e9d6143a577d2381425f8218bc SHA512 598318cd90e8a27bdc448cb84682f3846baa02bab0f527a26de42b8b3efd3ba258a76b6f7a74a41405e20b23ccff92db1b6ef7d3412fc8261942a8ccde4241dc
diff --git a/sys-fs/duf/duf-0.8.1.ebuild b/sys-fs/duf/duf-0.8.1.ebuild
new file mode 100644
index 000000000000..5932429d1e48
--- /dev/null
+++ b/sys-fs/duf/duf-0.8.1.ebuild
@@ -0,0 +1,27 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit go-module
+
+DESCRIPTION="Disk Usage/Free Utility - a better 'df' alternative"
+HOMEPAGE="https://github.com/muesli/duf"
+SRC_URI="https://github.com/muesli/duf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
+SRC_URI+=" https://github.com/mrmagic223325/duf/releases/download/${PV}/${P}-deps.tar.xz"
+
+LICENSE="MIT BSD Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="pie"
+
+src_compile() {
+ use pie && GOFLAGS+=" -buildmode=pie"
+ ego build
+}
+
+src_install() {
+ dobin duf
+ dodoc README.md
+ doman duf.1
+}
diff --git a/sys-fs/duf/metadata.xml b/sys-fs/duf/metadata.xml
new file mode 100644
index 000000000000..d6f64e578b80
--- /dev/null
+++ b/sys-fs/duf/metadata.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>mrmagic223325@fedora.email</email>
+ <name>Mathis Winterer</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <maintainer status="active">
+ <name>Christian Muehlhaeuser</name>
+ </maintainer>
+ <bugs-to>https://github.com/muesli/duf/issues</bugs-to>
+ <doc>https://github.com/muesli/duf</doc>
+ <remote-id type="github">muesli/duf</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/
@ 2023-01-04 5:23 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-01-04 5:23 UTC (permalink / raw
To: gentoo-commits
commit: 90a4a68c4994b81369aafb16bc8532e277194070
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 4 05:23:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 4 05:23:26 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90a4a68c
sys-fs/duf: update copyright
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/duf/duf-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/duf/duf-0.8.1.ebuild b/sys-fs/duf/duf-0.8.1.ebuild
index 5932429d1e48..d948b7dff84d 100644
--- a/sys-fs/duf/duf-0.8.1.ebuild
+++ b/sys-fs/duf/duf-0.8.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/
@ 2023-01-15 15:01 Sam James
0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2023-01-15 15:01 UTC (permalink / raw
To: gentoo-commits
commit: ac574f5a21b1cebb9e16dbeeaf0df04a080f702e
Author: Mathis Winterer <mrmagic223325 <AT> fedora <DOT> email>
AuthorDate: Sun Jan 15 14:51:21 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan 15 15:01:17 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac574f5a
sys-fs/duf: update SRC_URI
Signed-off-by: Mathis Winterer <mrmagic223325 <AT> fedora.email>
Closes: https://github.com/gentoo/gentoo/pull/29119
Signed-off-by: Sam James <sam <AT> gentoo.org>
sys-fs/duf/duf-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/duf/duf-0.8.1.ebuild b/sys-fs/duf/duf-0.8.1.ebuild
index d948b7dff84d..9f64f0d84c61 100644
--- a/sys-fs/duf/duf-0.8.1.ebuild
+++ b/sys-fs/duf/duf-0.8.1.ebuild
@@ -8,7 +8,7 @@ inherit go-module
DESCRIPTION="Disk Usage/Free Utility - a better 'df' alternative"
HOMEPAGE="https://github.com/muesli/duf"
SRC_URI="https://github.com/muesli/duf/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-SRC_URI+=" https://github.com/mrmagic223325/duf/releases/download/${PV}/${P}-deps.tar.xz"
+SRC_URI+=" https://github.com/mrmagic223325/deps/releases/download/${P}/${P}-deps.tar.xz"
LICENSE="MIT BSD Apache-2.0"
SLOT="0"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/
@ 2023-04-25 14:21 Arthur Zamarin
0 siblings, 0 replies; 5+ messages in thread
From: Arthur Zamarin @ 2023-04-25 14:21 UTC (permalink / raw
To: gentoo-commits
commit: 51641b82ea34d84222c44edd0f9702b68856e2f3
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 25 14:20:54 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Apr 25 14:20:54 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=51641b82
sys-fs/duf: Keyword 0.8.1 arm64, #905073
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
sys-fs/duf/duf-0.8.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys-fs/duf/duf-0.8.1.ebuild b/sys-fs/duf/duf-0.8.1.ebuild
index 9f64f0d84c61..a165b7a726cb 100644
--- a/sys-fs/duf/duf-0.8.1.ebuild
+++ b/sys-fs/duf/duf-0.8.1.ebuild
@@ -12,7 +12,7 @@ SRC_URI+=" https://github.com/mrmagic223325/deps/releases/download/${P}/${P}-dep
LICENSE="MIT BSD Apache-2.0"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
IUSE="pie"
src_compile() {
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2023-04-25 14:21 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-15 15:01 [gentoo-commits] repo/gentoo:master commit in: sys-fs/duf/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2023-04-25 14:21 Arthur Zamarin
2023-01-04 5:23 Sam James
2023-01-04 5:23 Sam James
2023-01-04 5:23 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox