* [gentoo-commits] repo/gentoo:master commit in: app-misc/hastyhex/
@ 2022-11-04 19:59 Matthew Smith
0 siblings, 0 replies; 2+ messages in thread
From: Matthew Smith @ 2022-11-04 19:59 UTC (permalink / raw
To: gentoo-commits
commit: 17668763f128dc6bd5f11ca4013a1a1e28290ac1
Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 4 19:47:36 2022 +0000
Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Fri Nov 4 19:58:33 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17668763
app-misc/hastyhex: new package, add 1.0.0
Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
app-misc/hastyhex/Manifest | 1 +
app-misc/hastyhex/hastyhex-1.0.0.ebuild | 23 +++++++++++++++++++++++
app-misc/hastyhex/metadata.xml | 11 +++++++++++
3 files changed, 35 insertions(+)
diff --git a/app-misc/hastyhex/Manifest b/app-misc/hastyhex/Manifest
new file mode 100644
index 000000000000..9b755b4040ed
--- /dev/null
+++ b/app-misc/hastyhex/Manifest
@@ -0,0 +1 @@
+DIST hastyhex-1.0.0.tar.xz 4924 BLAKE2B 68b3819f8877a12eb86344b30db6aa970e36d82285e6784ccc1399e8385c1afc7b605b0ad7cac3864b473afb8bb3eb04ab56d29b90ef8604862d26c7c79b615f SHA512 e72dc7b233e37f01e553de6538506c5691f6307556fa49c67a257ec360cdf96c5a0db3802513d66fc6eedd944525cc055af72e29f2998551144577703972a71d
diff --git a/app-misc/hastyhex/hastyhex-1.0.0.ebuild b/app-misc/hastyhex/hastyhex-1.0.0.ebuild
new file mode 100644
index 000000000000..87471bff2613
--- /dev/null
+++ b/app-misc/hastyhex/hastyhex-1.0.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit toolchain-funcs
+
+DESCRIPTION="A blazing fast hex dumper"
+HOMEPAGE="https://github.com/skeeto/hastyhex"
+SRC_URI="https://github.com/skeeto/${PN}/releases/download/v${PV}/${P}.tar.xz"
+
+LICENSE="Unlicense"
+SLOT="0"
+KEYWORDS="~amd64"
+
+src_compile() {
+ $(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die
+}
+
+src_install() {
+ dobin ${PN}
+ doman ${PN}.1
+}
diff --git a/app-misc/hastyhex/metadata.xml b/app-misc/hastyhex/metadata.xml
new file mode 100644
index 000000000000..0e6b145389f8
--- /dev/null
+++ b/app-misc/hastyhex/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>matthew@gentoo.org</email>
+ <name>Matthew Smith</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">skeeto/hastyhex</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-misc/hastyhex/
@ 2024-02-14 12:26 Michał Górny
0 siblings, 0 replies; 2+ messages in thread
From: Michał Górny @ 2024-02-14 12:26 UTC (permalink / raw
To: gentoo-commits
commit: d3e1ce9375f59a45ec954a69f161a381b4592a30
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 14 12:25:43 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb 14 12:26:19 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3e1ce93
app-misc/hastyhex: Stabilize 1.0.0 amd64, #924514
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
app-misc/hastyhex/hastyhex-1.0.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-misc/hastyhex/hastyhex-1.0.0.ebuild b/app-misc/hastyhex/hastyhex-1.0.0.ebuild
index 87471bff2613..c8138ef7aacf 100644
--- a/app-misc/hastyhex/hastyhex-1.0.0.ebuild
+++ b/app-misc/hastyhex/hastyhex-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -11,7 +11,7 @@ SRC_URI="https://github.com/skeeto/${PN}/releases/download/v${PV}/${P}.tar.xz"
LICENSE="Unlicense"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="amd64"
src_compile() {
$(tc-getCC) ${CFLAGS} ${CPPFLAGS} ${LDFLAGS} -o ${PN} ${PN}.c || die
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-02-14 12:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-14 12:26 [gentoo-commits] repo/gentoo:master commit in: app-misc/hastyhex/ Michał Górny
-- strict thread matches above, loose matches on Subject: below --
2022-11-04 19:59 Matthew Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox