From 4bd5f2c198219aabdd429f716e5b14f2f04a1741 Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Tue, 27 Sep 2022 20:12:48 +0200 Subject: games-misc/wtf: add 20220926, drop 20210416 Signed-off-by: Bernd Waibel Closes: https://github.com/gentoo/gentoo/pull/27500 Signed-off-by: Ionen Wolkens --- games-misc/wtf/Manifest | 2 +- games-misc/wtf/wtf-20210416.ebuild | 28 ---------------------------- games-misc/wtf/wtf-20220926.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 games-misc/wtf/wtf-20210416.ebuild create mode 100644 games-misc/wtf/wtf-20220926.ebuild (limited to 'games-misc/wtf') diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index 2f2805d7173d..1d07156d4da6 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1 +1 @@ -DIST wtf-20210416.tar.gz 30867 BLAKE2B 106e6637bcbbbe30d19f5ae9718032c769ebf21c2f394b32f12e5799401b7a94b3f5029a45afea38b76c7e39df558e03b8dbd86cf5f1823ef53ac3ddd10df77d SHA512 9473759b1cae2750d85201938084e44abf1a061c1c12a0275aad0bf7ba47f5702e799802bcff8716c9b82d740123bbacb0ed335666983295c9a5792a1148a3ea +DIST wtf-20220926.tar.gz 30988 BLAKE2B 9181c8e92c0857f13e99fd64267133772ad8efccb82e34b81eb4b2e2fa38b23d092805620b4dc563865ab5d877871b847cff371b76194a108d66381a1ba60f7b SHA512 96e0e2042d71a75c02da2947bdf0f7c81a942dd50f9b31cfc07243f31e79caabbc2d0c76416dbf69e12db59a627e8feb1a6d991af1e11bede16cbb8e0e65682b diff --git a/games-misc/wtf/wtf-20210416.ebuild b/games-misc/wtf/wtf-20210416.ebuild deleted file mode 100644 index 10676a8aa077..000000000000 --- a/games-misc/wtf/wtf-20210416.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 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 ~riscv ~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* -} diff --git a/games-misc/wtf/wtf-20220926.ebuild b/games-misc/wtf/wtf-20220926.ebuild new file mode 100644 index 000000000000..29a48462d41d --- /dev/null +++ b/games-misc/wtf/wtf-20220926.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2022 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="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~riscv ~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* +} -- cgit v1.2.3-65-gdbad