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/
Date: Thu, 04 Jun 2020 20:14:10
Message-Id: 1591301403.e8c93d4fa7d23b7daf43083c69076d8e3b6c1106.chewi@gentoo
1 commit: e8c93d4fa7d23b7daf43083c69076d8e3b6c1106
2 Author: Bernd Waibel <waebbl <AT> gmail <DOT> com>
3 AuthorDate: Sun May 3 16:29:25 2020 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 4 20:10:03 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8c93d4f
7
8 games-misc/wtf: bump version
9
10 Bump to latest acronyms files dated 2020/05/18.
11
12 Package-Manager: Portage-2.3.99, Repoman-2.3.22
13 Signed-off-by: Bernd Waibel <waebbl <AT> gmail.com>
14 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
15
16 games-misc/wtf/Manifest | 1 +
17 games-misc/wtf/wtf-20200518.ebuild | 30 ++++++++++++++++++++++++++++++
18 2 files changed, 31 insertions(+)
19
20 diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest
21 index b47492ecd6f..47fdf604b36 100644
22 --- a/games-misc/wtf/Manifest
23 +++ b/games-misc/wtf/Manifest
24 @@ -1 +1,2 @@
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/wtf-20200518.ebuild b/games-misc/wtf/wtf-20200518.ebuild
29 new file mode 100644
30 index 00000000000..2a4dc2892ca
31 --- /dev/null
32 +++ b/games-misc/wtf/wtf-20200518.ebuild
33 @@ -0,0 +1,30 @@
34 +# Copyright 1999-2020 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +inherit prefix
40 +
41 +DESCRIPTION="Translates acronyms for you"
42 +HOMEPAGE="http://netbsd.org/"
43 +SRC_URI="https://sourceforge.net/projects/bsd${PN}/files/${P}.tar.gz"
44 +
45 +LICENSE="BSD"
46 +SLOT="0"
47 +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"
48 +IUSE=""
49 +
50 +DEPEND="!games-misc/bsd-games"
51 +RDEPEND="${DEPEND}"
52 +
53 +src_prepare() {
54 + default
55 + hprefixify
56 +}
57 +
58 +src_install() {
59 + dobin wtf
60 + doman wtf.6
61 + insinto /usr/share/misc
62 + doins acronyms*
63 +}