diff options
author | Bernd Waibel <waebbl@gmail.com> | 2020-05-03 18:29:25 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2020-06-04 21:10:03 +0100 |
commit | e8c93d4fa7d23b7daf43083c69076d8e3b6c1106 (patch) | |
tree | 28a8813b0ebb1b019a5459a58b309985fa1393d6 /games-misc | |
parent | media-libs/musicbrainz: EAPI-7 bump, switch to cmake.eclass (diff) | |
download | gentoo-e8c93d4fa7d23b7daf43083c69076d8e3b6c1106.tar.gz gentoo-e8c93d4fa7d23b7daf43083c69076d8e3b6c1106.tar.bz2 gentoo-e8c93d4fa7d23b7daf43083c69076d8e3b6c1106.zip |
games-misc/wtf: bump version
Bump to latest acronyms files dated 2020/05/18.
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Bernd Waibel <waebbl@gmail.com>
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/wtf/Manifest | 1 | ||||
-rw-r--r-- | games-misc/wtf/wtf-20200518.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index b47492ecd6fe..47fdf604b365 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1 +1,2 @@ DIST wtf-20090924.tar.bz2 9888 BLAKE2B 67cd7c7b4af61d576373faa242e8718fe9a8286b3aaf9a9eaf45ac83a8a322257ccb694222a2d8b1052cf709ecd6bfc73c6a4dcb9e96985601e933ebe80c5f1c SHA512 85a7b5b7add12f775272851095f86efa2962875aa9008aec5079d3aec31a74a2d475d5c904013134b4045872fb8e301e95f3c5fa25ab8872a7d31012653bddb0 +DIST wtf-20200518.tar.gz 30204 BLAKE2B 6e05561e78c8c6644d8891a72f064f5e18c4e546f8c22dbcf04a3a8e805ef3756cb9332ecc8e6b35b569008f203ddc0e156f216b53ff585dbe4946d0a059958a SHA512 8538021b09c6863cec63faa14df3e1b1e9019c7741f13ed3adf243c36cf9c57fcf973d619c9152560d061ab293a2b333a59739c38d351387a2a0bf2093c40a94 diff --git a/games-misc/wtf/wtf-20200518.ebuild b/games-misc/wtf/wtf-20200518.ebuild new file mode 100644 index 000000000000..2a4dc2892ca9 --- /dev/null +++ b/games-misc/wtf/wtf-20200518.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit prefix + +DESCRIPTION="Translates acronyms for you" +HOMEPAGE="http://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 ~ppc-aix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="!games-misc/bsd-games" +RDEPEND="${DEPEND}" + +src_prepare() { + default + hprefixify +} + +src_install() { + dobin wtf + doman wtf.6 + insinto /usr/share/misc + doins acronyms* +} |