Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/wtf/, games-misc/wtf/files/
Date: Thu, 04 Jun 2020 20:14:10
Message-Id: 1591301406.cd93e831e4ab891f16b5d681630377cb0e9c4108.chewi@gentoo
1 commit: cd93e831e4ab891f16b5d681630377cb0e9c4108
2 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
3 AuthorDate: Sun May 3 16:33:16 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 20:10:06 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd93e831
7
8 games-misc/wtf: drop old
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.22
11 Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
12 Closes: https://github.com/gentoo/gentoo/pull/15628
13 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
14
15 games-misc/wtf/Manifest | 1 -
16 games-misc/wtf/files/wtf-20090924-prefix.patch | 11 ---------
17 games-misc/wtf/wtf-20090924.ebuild | 34 --------------------------
18 3 files changed, 46 deletions(-)
19
20 diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest
21 index 47fdf604b36..65a6a6240dc 100644
22 --- a/games-misc/wtf/Manifest
23 +++ b/games-misc/wtf/Manifest
24 @@ -1,2 +1 @@
25 -DIST wtf-20090924.tar.bz2 9888 BLAKE2B 67cd7c7b4af61d576373faa242e8718fe9a8286b3aaf9a9eaf45ac83a8a322257ccb694222a2d8b1052cf709ecd6bfc73c6a4dcb9e96985601e933ebe80c5f1c SHA512 85a7b5b7add12f775272851095f86efa2962875aa9008aec5079d3aec31a74a2d475d5c904013134b4045872fb8e301e95f3c5fa25ab8872a7d31012653bddb0
26 DIST wtf-20200518.tar.gz 30204 BLAKE2B 6e05561e78c8c6644d8891a72f064f5e18c4e546f8c22dbcf04a3a8e805ef3756cb9332ecc8e6b35b569008f203ddc0e156f216b53ff585dbe4946d0a059958a SHA512 8538021b09c6863cec63faa14df3e1b1e9019c7741f13ed3adf243c36cf9c57fcf973d619c9152560d061ab293a2b333a59739c38d351387a2a0bf2093c40a94
27
28 diff --git a/games-misc/wtf/files/wtf-20090924-prefix.patch b/games-misc/wtf/files/wtf-20090924-prefix.patch
29 deleted file mode 100644
30 index 87dc6436e08..00000000000
31 --- a/games-misc/wtf/files/wtf-20090924-prefix.patch
32 +++ /dev/null
33 @@ -1,11 +0,0 @@
34 ---- wtf.orig 2009-09-27 10:46:12 +0200
35 -+++ wtf 2009-09-27 10:46:57 +0200
36 -@@ -12,7 +12,7 @@
37 - exit 1
38 - }
39 -
40 --acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
41 -+acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
42 -
43 - if [ "$acronyms" = "" ]; then
44 - echo "$PROGNAME: acronyms database not found!" >&2
45
46 diff --git a/games-misc/wtf/wtf-20090924.ebuild b/games-misc/wtf/wtf-20090924.ebuild
47 deleted file mode 100644
48 index 1e6e7942b7d..00000000000
49 --- a/games-misc/wtf/wtf-20090924.ebuild
50 +++ /dev/null
51 @@ -1,34 +0,0 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 -# Distributed under the terms of the GNU General Public License v2
54 -
55 -EAPI=5
56 -inherit eutils prefix
57 -
58 -DESCRIPTION="translates acronyms for you"
59 -HOMEPAGE="http://netbsd.org/"
60 -SRC_URI="http://dev.gentooexperimental.org/~darkside/distfiles/${PN}/${P}.tar.bz2"
61 -
62 -LICENSE="BSD"
63 -SLOT="0"
64 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc64 ~s390 ~x86 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
65 -IUSE=""
66 -
67 -DEPEND="!games-misc/bsd-games"
68 -RDEPEND="${DEPEND}"
69 -
70 -src_prepare() {
71 - epatch "${FILESDIR}"/${P}-prefix.patch
72 - eprefixify wtf
73 -}
74 -
75 -src_compile() {
76 - :
77 -}
78 -
79 -src_install() {
80 - dobin wtf
81 - doman wtf.6
82 - insinto /usr/share/misc
83 - doins acronyms*
84 - dodoc README
85 -}