From 396456203a912b2f31e635d179f24dc06faea68b Mon Sep 17 00:00:00 2001 From: Bernd Waibel Date: Sat, 10 Dec 2022 13:09:29 +0100 Subject: games-misc/wtf: add 20221208, drop 20220926 Signed-off-by: Bernd Waibel Closes: https://github.com/gentoo/gentoo/pull/28625 Signed-off-by: Ionen Wolkens --- games-misc/wtf/Manifest | 2 +- games-misc/wtf/wtf-20220926.ebuild | 28 ---------------------------- games-misc/wtf/wtf-20221208.ebuild | 28 ++++++++++++++++++++++++++++ 3 files changed, 29 insertions(+), 29 deletions(-) delete mode 100644 games-misc/wtf/wtf-20220926.ebuild create mode 100644 games-misc/wtf/wtf-20221208.ebuild (limited to 'games-misc/wtf') diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index 1d07156d4da6..a7a4ae764174 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1 +1 @@ -DIST wtf-20220926.tar.gz 30988 BLAKE2B 9181c8e92c0857f13e99fd64267133772ad8efccb82e34b81eb4b2e2fa38b23d092805620b4dc563865ab5d877871b847cff371b76194a108d66381a1ba60f7b SHA512 96e0e2042d71a75c02da2947bdf0f7c81a942dd50f9b31cfc07243f31e79caabbc2d0c76416dbf69e12db59a627e8feb1a6d991af1e11bede16cbb8e0e65682b +DIST wtf-20221208.tar.gz 31069 BLAKE2B 70329b6fd2af707a8b1c99d28ceb5de482c8b9414214b624cbe0cad60a5d30aec28230d62251166c3084751af64accc3ee24079eb2c8034ca6d4647d8e39eabb SHA512 2381d352ddd82c34cc23e594452ab6afcb4f5b31ede6656a33ae235b3b32fc868c88a564d01d9eab995ac56e9fc3c9902506f8ad5399c26d3f0667a333991525 diff --git a/games-misc/wtf/wtf-20220926.ebuild b/games-misc/wtf/wtf-20220926.ebuild deleted file mode 100644 index 29a48462d41d..000000000000 --- a/games-misc/wtf/wtf-20220926.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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* -} diff --git a/games-misc/wtf/wtf-20221208.ebuild b/games-misc/wtf/wtf-20221208.ebuild new file mode 100644 index 000000000000..29a48462d41d --- /dev/null +++ b/games-misc/wtf/wtf-20221208.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