From 6aee7a46675f2c7c533944aa762f20eea38c8d1e Mon Sep 17 00:00:00 2001 From: saundersp Date: Wed, 30 Jul 2025 11:29:59 +0200 Subject: [PATCH] Added app-misc/saundersp-toolbox-20250730 --- app-misc/saundersp-toolbox/Manifest | 2 ++ .../saundersp-toolbox-20250730.ebuild | 32 +++++++++++++++++++ .../app-misc/saundersp-toolbox-20250730 | 10 ++++++ 3 files changed, 44 insertions(+) create mode 100644 app-misc/saundersp-toolbox/saundersp-toolbox-20250730.ebuild create mode 100644 metadata/md5-cache/app-misc/saundersp-toolbox-20250730 diff --git a/app-misc/saundersp-toolbox/Manifest b/app-misc/saundersp-toolbox/Manifest index 6ab18ef..afac1ec 100644 --- a/app-misc/saundersp-toolbox/Manifest +++ b/app-misc/saundersp-toolbox/Manifest @@ -1,3 +1,5 @@ DIST saundersp-toolbox-20250330.tar.gz 8926 BLAKE2B 57c18a88cc151fb34c71d8ef9d16d5ef54291e09133982b67f2d875c422f9dfa98be64c2e5dfb0efeb8c3b18bbfa96c9f1822010e819d168b7a64e3b6f1f6b44 SHA512 6ab187db0b1a0d3bdebde16fdb4421611cf4adfcee0f732a140d209237c2669e0e12a7746a08f4acdf8bdb814aed6b7215d1fd3b488b3a42e0fa345dff797d98 +DIST saundersp-toolbox-20250730.tar.gz 8919 BLAKE2B d7715cf9abfa5a3281a9509d5b9fc617eea86a40aa4e2562525b8949fd7702c66218df6ccae978d40dab2fd12c4fcc787e1559fdc954d11338774c96237857af SHA512 4a91dd32a00651240d8dff384cbe1750b0547ea6c1e0d772c235c09cfb580d09dba7e8212855f308614537a6c117a133da06898a8dee560bdc4193b44d8baa57 EBUILD saundersp-toolbox-20250330.ebuild 1088 BLAKE2B 1e00a40248bcbf54c06beaa8ee50c58a38ddb2d0ef64a1cefb53391860eb95702bd67d8fda3230669959cac5a6775ba1faf7e203e1b6bebd4622ba0a6f1ca65a SHA512 21aab9adbbdb94a720be11d1d583e4b447eadb3f7501ca4feed6dfa52cbc9d21be8f0d9da345483749731a89250cd9d3d7eb154dccfdfc3f55fa3b7490d126d7 +EBUILD saundersp-toolbox-20250730.ebuild 1088 BLAKE2B 8246a4bc9dee423e96ed71f2b412e64f66b21d906337928f2864cb48b9d177c753c38f88e6690ebd1f0a09876e829a6f1ca398569a76760de37514c1b4d2e3d1 SHA512 8ed7eff7923b239914ce508262350e3b9193f1961052105b2e37185cacd2d98b0fbe0d29834b53c130a8c2c5942bd88f380f34558f392f4c2d2d574d121b2161 MISC metadata.xml 794 BLAKE2B 33977ea7abee51b1cedfb57c09158b1e55165d8282d622df75701f15c14b58f36253c6791de139c05b4b763b41801c072beb56226aa89278e85783fdd3a55b8d SHA512 10531279813cbe72294fcdd1430549ce485b9221640db6ae8de860ca747b1fd9134bdcb9a8b1536ca196298e83b7b3abae1d1c92f953bae2c0ad81abec9078dd diff --git a/app-misc/saundersp-toolbox/saundersp-toolbox-20250730.ebuild b/app-misc/saundersp-toolbox/saundersp-toolbox-20250730.ebuild new file mode 100644 index 0000000..b4bfe68 --- /dev/null +++ b/app-misc/saundersp-toolbox/saundersp-toolbox-20250730.ebuild @@ -0,0 +1,32 @@ +# Copyright 2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION='Compilation of useful scripts and small programs' +HOMEPAGE='https://git.saundersp.com/saundersp/toolbox' +GIT_COMMIT='939b373b226df742b53fd38bf043531d2fd691bf' +SRC_URI="https://git.saundersp.com/saundersp/toolbox/archive/${GIT_COMMIT}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/toolbox" + +LICENSE='MIT' +SLOT='0' +KEYWORDS='~amd64 ~arm ~arm64 ~x86' +IUSE="+format-time +format-time-ns +format-bytes +gcd +compress +convertUTF8 +extract" + +src_compile() { + use format-bytes && emake format_bytes/bin/format_bytes + use format-time && emake format_time/bin/format_time + use format-time-ns && emake format_time/bin/format_time_ns + use gcd && emake gcd/bin/gcd +} + +src_install() { + use format-bytes && dobin format_bytes/bin/format_bytes + use format-time && dobin format_time/bin/format_time + use format-time-ns && dobin format_time/bin/format_time_ns + use gcd && dobin gcd/bin/gcd + use compress && dobin compress + use convertUTF8 && dobin convertUTF8 + use extract && dobin extract +} diff --git a/metadata/md5-cache/app-misc/saundersp-toolbox-20250730 b/metadata/md5-cache/app-misc/saundersp-toolbox-20250730 new file mode 100644 index 0000000..e3f6b9f --- /dev/null +++ b/metadata/md5-cache/app-misc/saundersp-toolbox-20250730 @@ -0,0 +1,10 @@ +DEFINED_PHASES=compile install +DESCRIPTION=Compilation of useful scripts and small programs +EAPI=8 +HOMEPAGE=https://git.saundersp.com/saundersp/toolbox +IUSE=+format-time +format-time-ns +format-bytes +gcd +compress +convertUTF8 +extract +KEYWORDS=~amd64 ~arm ~arm64 ~x86 +LICENSE=MIT +SLOT=0 +SRC_URI=https://git.saundersp.com/saundersp/toolbox/archive/939b373b226df742b53fd38bf043531d2fd691bf.tar.gz -> saundersp-toolbox-20250730.tar.gz +_md5_=c8615789ba963c8d5d874c9b7c5c8470