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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 595A31382C5 for ; Sat, 5 Jun 2021 15:24:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ABE75E0894; Sat, 5 Jun 2021 15:24:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90E56E0894 for ; Sat, 5 Jun 2021 15:24:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 66EBD340BD3 for ; Sat, 5 Jun 2021 15:24:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16A7575B for ; Sat, 5 Jun 2021 15:24:23 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1622906647.3aa5e561a370f1dcdac611a7ec52f348e37d3324.chewi@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-20210416.ebuild X-VCS-Directories: games-misc/wtf/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 3aa5e561a370f1dcdac611a7ec52f348e37d3324 X-VCS-Branch: master Date: Sat, 5 Jun 2021 15:24:23 +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: ad920078-426e-4eb0-8e6c-41bf1daaa7b8 X-Archives-Hash: 4a3a0503e87d1993251f5f41d3d35c05 commit: 3aa5e561a370f1dcdac611a7ec52f348e37d3324 Author: Bernd Waibel posteo net> AuthorDate: Wed Apr 21 17:34:39 2021 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Jun 5 15:24:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3aa5e561 games-misc/wtf: bump to 20210416 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel posteo.net> Signed-off-by: James Le Cuirot gentoo.org> games-misc/wtf/Manifest | 1 + games-misc/wtf/wtf-20210416.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index 89f01235014..fa86ea37f11 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1 +1,2 @@ DIST wtf-20210130.tar.gz 30840 BLAKE2B 7f959b98495a302d736064d75b63f0847c59b128320b5761efa2b9e13f80e5204e64dfb50c612081b21e5ff00c2782e5a949eb514dc4e5c0d7036ac46918d9e2 SHA512 6cd71f3e5d8a2b40509634717f977cfe1f1b366acb1bfd7a942942af1e8e639ee3ad192a5e4a9d7dd668010dea0172b5966bc2f1667bc497a92773b09c99b973 +DIST wtf-20210416.tar.gz 30867 BLAKE2B 106e6637bcbbbe30d19f5ae9718032c769ebf21c2f394b32f12e5799401b7a94b3f5029a45afea38b76c7e39df558e03b8dbd86cf5f1823ef53ac3ddd10df77d SHA512 9473759b1cae2750d85201938084e44abf1a061c1c12a0275aad0bf7ba47f5702e799802bcff8716c9b82d740123bbacb0ed335666983295c9a5792a1148a3ea diff --git a/games-misc/wtf/wtf-20210416.ebuild b/games-misc/wtf/wtf-20210416.ebuild new file mode 100644 index 00000000000..ac5ded279ab --- /dev/null +++ b/games-misc/wtf/wtf-20210416.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-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* +}