commit:     3a654fecd2a759020949dce79bcbe3853bc1e78c
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Wed Aug  7 16:44:50 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 23:53:46 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a654fec

games-misc/wtf: add 20230906

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/38010
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 games-misc/wtf/Manifest            |  1 +
 games-misc/wtf/wtf-20230906.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest
index a7a4ae764174..23c15484cf5e 100644
--- a/games-misc/wtf/Manifest
+++ b/games-misc/wtf/Manifest
@@ -1 +1,2 @@
 DIST wtf-20221208.tar.gz 31069 BLAKE2B 
70329b6fd2af707a8b1c99d28ceb5de482c8b9414214b624cbe0cad60a5d30aec28230d62251166c3084751af64accc3ee24079eb2c8034ca6d4647d8e39eabb
 SHA512 
2381d352ddd82c34cc23e594452ab6afcb4f5b31ede6656a33ae235b3b32fc868c88a564d01d9eab995ac56e9fc3c9902506f8ad5399c26d3f0667a333991525
+DIST wtf-20230906.tar.gz 31564 BLAKE2B 
5b89b0685ac1cb8269ce3e4fab567f65a008730002cf87d54ac63df056b17b4f40f524752837ddb5b52ec18e90450104162b677aa7cdde9e0c8ba7bbb24f04a9
 SHA512 
7cb6cfc9c0c111b8f9ecff4e893910bc630cb9bb8862ac43ecb55d76c6f34c26fa48a26dd9354abde15900f8c9a042f3583988e07f60c0607268dbb9bd61970e

diff --git a/games-misc/wtf/wtf-20230906.ebuild 
b/games-misc/wtf/wtf-20230906.ebuild
new file mode 100644
index 000000000000..5ade076d4574
--- /dev/null
+++ b/games-misc/wtf/wtf-20230906.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit prefix
+
+DESCRIPTION="Translates acronyms for you"
+HOMEPAGE="https://netbsd.org/";
+SRC_URI="https://sourceforge.net/projects/bsd${PN}/files/${P}.tar.gz";
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~s390 ~x86 
~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
+
+RDEPEND="!<=games-misc/bsd-games-3"
+
+src_prepare() {
+       default
+       hprefixify wtf
+}
+
+src_install() {
+       dobin wtf
+       doman wtf.6
+       insinto /usr/share/misc
+       doins acronyms*
+}

Reply via email to