summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-08-07 18:44:50 +0200
committerConrad Kostecki <conikost@gentoo.org>2024-08-26 01:53:46 +0200
commit3a654fecd2a759020949dce79bcbe3853bc1e78c (patch)
tree5e35e30302cc93894f8c4531f5d60f8e5d2514ef /games-misc
parentgames-strategy/endless-sky: add 0.10.8 (diff)
downloadgentoo-3a654fecd2a759020949dce79bcbe3853bc1e78c.tar.gz
gentoo-3a654fecd2a759020949dce79bcbe3853bc1e78c.tar.bz2
gentoo-3a654fecd2a759020949dce79bcbe3853bc1e78c.zip
games-misc/wtf: add 20230906
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38010 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/wtf/Manifest1
-rw-r--r--games-misc/wtf/wtf-20230906.ebuild28
2 files changed, 29 insertions, 0 deletions
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*
+}