From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC94513835A for ; Tue, 2 Feb 2021 21:27:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4A4EE0937; Tue, 2 Feb 2021 21:27:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CAEE3E0934 for ; Tue, 2 Feb 2021 21:27:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE663341858 for ; Tue, 2 Feb 2021 21:27:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 699294AF for ; Tue, 2 Feb 2021 21:27:49 +0000 (UTC) From: "Conrad Kostecki" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Conrad Kostecki" Message-ID: <1612301211.6acbbf91f68588b7a6633a747f231f54657b1ccd.conikost@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/wtf/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/wtf/Manifest games-misc/wtf/wtf-20200518.ebuild X-VCS-Directories: games-misc/wtf/ X-VCS-Committer: conikost X-VCS-Committer-Name: Conrad Kostecki X-VCS-Revision: 6acbbf91f68588b7a6633a747f231f54657b1ccd X-VCS-Branch: master Date: Tue, 2 Feb 2021 21:27:49 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2a4477c6-bfbc-44d9-aea4-db912fe7e120 X-Archives-Hash: a4cb12d0bf2020858e96e41c4d15250f commit: 6acbbf91f68588b7a6633a747f231f54657b1ccd Author: Bernd Waibel gmail com> AuthorDate: Sun Jan 31 22:13:19 2021 +0000 Commit: Conrad Kostecki gentoo org> CommitDate: Tue Feb 2 21:26:51 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6acbbf91 games-misc/wtf: drop old Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Bernd Waibel gmail.com> Signed-off-by: Conrad Kostecki gentoo.org> games-misc/wtf/Manifest | 1 - games-misc/wtf/wtf-20200518.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/games-misc/wtf/Manifest b/games-misc/wtf/Manifest index aa12df1b691..89f01235014 100644 --- a/games-misc/wtf/Manifest +++ b/games-misc/wtf/Manifest @@ -1,2 +1 @@ -DIST wtf-20200518.tar.gz 30204 BLAKE2B 6e05561e78c8c6644d8891a72f064f5e18c4e546f8c22dbcf04a3a8e805ef3756cb9332ecc8e6b35b569008f203ddc0e156f216b53ff585dbe4946d0a059958a SHA512 8538021b09c6863cec63faa14df3e1b1e9019c7741f13ed3adf243c36cf9c57fcf973d619c9152560d061ab293a2b333a59739c38d351387a2a0bf2093c40a94 DIST wtf-20210130.tar.gz 30840 BLAKE2B 7f959b98495a302d736064d75b63f0847c59b128320b5761efa2b9e13f80e5204e64dfb50c612081b21e5ff00c2782e5a949eb514dc4e5c0d7036ac46918d9e2 SHA512 6cd71f3e5d8a2b40509634717f977cfe1f1b366acb1bfd7a942942af1e8e639ee3ad192a5e4a9d7dd668010dea0172b5966bc2f1667bc497a92773b09c99b973 diff --git a/games-misc/wtf/wtf-20200518.ebuild b/games-misc/wtf/wtf-20200518.ebuild deleted file mode 100644 index 2a9766b52ed..00000000000 --- a/games-misc/wtf/wtf-20200518.ebuild +++ /dev/null @@ -1,30 +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="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 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~x64-solaris ~x86-solaris" -IUSE="" - -DEPEND="!games-misc/bsd-games" -RDEPEND="${DEPEND}" - -src_prepare() { - default - hprefixify wtf -} - -src_install() { - dobin wtf - doman wtf.6 - insinto /usr/share/misc - doins acronyms* -}