From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 97BC41581FB for ; Sun, 25 Aug 2024 23:54:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B31AE2A9E; Sun, 25 Aug 2024 23:54:17 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1E098E2A9C for ; Sun, 25 Aug 2024 23:54:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 111F1343023 for ; Sun, 25 Aug 2024 23:54:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5A7401F25 for ; Sun, 25 Aug 2024 23:54:13 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1724630026.3a654fecd2a759020949dce79bcbe3853bc1e78c.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/wtf/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/wtf/Manifest games-misc/wtf/wtf-20230906.ebuild X-VCS-Directories: games-misc/wtf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 3a654fecd2a759020949dce79bcbe3853bc1e78c X-VCS-Branch: master Date: Sun, 25 Aug 2024 23:54:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2e6f7d01-047c-44eb-a711-6edc7a568cd2 X-Archives-Hash: db82b30281189e5088e1397002d593f0 commit: 3a654fecd2a759020949dce79bcbe3853bc1e78c Author: Michael Mair-Keimberger levelnine at> AuthorDate: Wed Aug 7 16:44:50 2024 +0000 Commit: Conrad Kostecki gentoo 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 levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38010 Signed-off-by: Conrad Kostecki 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* +}