summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Waibel <waebbl@gmail.com>2020-05-03 18:33:16 +0200
committerJames Le Cuirot <chewi@gentoo.org>2020-06-04 21:10:06 +0100
commitcd93e831e4ab891f16b5d681630377cb0e9c4108 (patch)
tree2f7e07d40dc90f147756f312d102ea3f98d57c30 /games-misc
parentgames-misc/wtf: bump version (diff)
downloadgentoo-cd93e831e4ab891f16b5d681630377cb0e9c4108.tar.gz
gentoo-cd93e831e4ab891f16b5d681630377cb0e9c4108.tar.bz2
gentoo-cd93e831e4ab891f16b5d681630377cb0e9c4108.zip
games-misc/wtf: drop old
Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Bernd Waibel <waebbl@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/15628 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/files/wtf-20090924-prefix.patch11
-rw-r--r--games-misc/wtf/wtf-20090924.ebuild34
3 files changed, 0 insertions, 46 deletions
diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest
index 47fdf604b365..65a6a6240dc0 100644
--- a/games-misc/wtf/Manifest
+++ b/games-misc/wtf/Manifest
@@ -1,2 +1 @@
-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/files/wtf-20090924-prefix.patch b/games-misc/wtf/files/wtf-20090924-prefix.patch
deleted file mode 100644
index 87dc6436e086..000000000000
--- a/games-misc/wtf/files/wtf-20090924-prefix.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wtf.orig 2009-09-27 10:46:12 +0200
-+++ wtf 2009-09-27 10:46:57 +0200
-@@ -12,7 +12,7 @@
- exit 1
- }
-
--acronyms=${ACRONYMDB:-`ls /usr/share/misc/acronyms* 2>/dev/null`}
-+acronyms=${ACRONYMDB:-`ls "@GENTOO_PORTAGE_EPREFIX@"/usr/share/misc/acronyms* 2>/dev/null`}
-
- if [ "$acronyms" = "" ]; then
- echo "$PROGNAME: acronyms database not found!" >&2
diff --git a/games-misc/wtf/wtf-20090924.ebuild b/games-misc/wtf/wtf-20090924.ebuild
deleted file mode 100644
index 1e6e7942b7d8..000000000000
--- a/games-misc/wtf/wtf-20090924.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils prefix
-
-DESCRIPTION="translates acronyms for you"
-HOMEPAGE="http://netbsd.org/"
-SRC_URI="http://dev.gentooexperimental.org/~darkside/distfiles/${PN}/${P}.tar.bz2"
-
-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() {
- epatch "${FILESDIR}"/${P}-prefix.patch
- eprefixify wtf
-}
-
-src_compile() {
- :
-}
-
-src_install() {
- dobin wtf
- doman wtf.6
- insinto /usr/share/misc
- doins acronyms*
- dodoc README
-}