diff options
author | Bernd Waibel <waebbl-gentoo@posteo.net> | 2021-04-21 19:34:39 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2021-06-05 16:24:07 +0100 |
commit | 3aa5e561a370f1dcdac611a7ec52f348e37d3324 (patch) | |
tree | fcea6d3b22b3c405ecb66a3b0da1e11efa629936 /games-misc | |
parent | dev-perl/GnuPG-Interface: Version bump 1.02 (diff) | |
download | gentoo-3aa5e561a370f1dcdac611a7ec52f348e37d3324.tar.gz gentoo-3aa5e561a370f1dcdac611a7ec52f348e37d3324.tar.bz2 gentoo-3aa5e561a370f1dcdac611a7ec52f348e37d3324.zip |
games-misc/wtf: bump to 20210416
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/wtf/Manifest | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20210416.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index 89f01235014d..fa86ea37f112 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 000000000000..ac5ded279abd --- /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* +} |