summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl-gentoo@posteo.net>2021-04-21 19:36:23 +0200
committerJames Le Cuirot <chewi@gentoo.org>2021-06-05 16:24:10 +0100
commit81a08336a845619f44d394447b7ad496e596011b (patch)
treec1a074d0ea050bd8da6d1c4c2c77191ea3543ede /games-misc
parentgames-misc/wtf: bump to 20210416 (diff)
downloadgentoo-81a08336a845619f44d394447b7ad496e596011b.tar.gz
gentoo-81a08336a845619f44d394447b7ad496e596011b.tar.bz2
gentoo-81a08336a845619f44d394447b7ad496e596011b.zip
games-misc/wtf: drop 20210130
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Bernd Waibel <waebbl-gentoo@posteo.net> Closes: https://github.com/gentoo/gentoo/pull/20491 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r--games-misc/wtf/Manifest1
-rw-r--r--games-misc/wtf/wtf-20210130.ebuild28
2 files changed, 0 insertions, 29 deletions
diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest
index fa86ea37f112..2f2805d7173d 100644
--- a/games-misc/wtf/Manifest
+++ b/games-misc/wtf/Manifest
@@ -1,2 +1 @@
-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-20210130.ebuild b/games-misc/wtf/wtf-20210130.ebuild
deleted file mode 100644
index ac5ded279abd..000000000000
--- a/games-misc/wtf/wtf-20210130.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# 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*
-}