From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1482607-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (2048 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id A26DB15800F
	for <garchives@archives.gentoo.org>; Tue, 31 Jan 2023 18:43:38 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 65921E0C12;
	Tue, 31 Jan 2023 18:43:37 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 4F400E0C12
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 Jan 2023 18:43:37 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 782FB340D1C
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 Jan 2023 18:43:36 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 29B2062F
	for <gentoo-commits@lists.gentoo.org>; Tue, 31 Jan 2023 18:43:34 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1675190540.cac2eb399f9f21f8cd58cff547b8ae64841175f5.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-editors/vile/vile-9.8w.ebuild
X-VCS-Directories: app-editors/vile/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: cac2eb399f9f21f8cd58cff547b8ae64841175f5
X-VCS-Branch: master
Date: Tue, 31 Jan 2023 18:43:34 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 558f6699-83cb-4f9a-b446-8a007216f414
X-Archives-Hash: b13bea915bf9caa3699a48c50797afd9

commit:     cac2eb399f9f21f8cd58cff547b8ae64841175f5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 31 18:38:52 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 31 18:42:20 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac2eb39

app-editors/vile: drop 9.8w

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-editors/vile/vile-9.8w.ebuild | 51 ---------------------------------------
 1 file changed, 51 deletions(-)

diff --git a/app-editors/vile/vile-9.8w.ebuild b/app-editors/vile/vile-9.8w.ebuild
deleted file mode 100644
index 3243b094a959..000000000000
--- a/app-editors/vile/vile-9.8w.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-# Bump with app-editors/xvile
-
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/"
-SRC_URI="https://invisible-island.net/archives/vile/current/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-IUSE="perl iconv"
-
-RDEPEND=">=sys-libs/ncurses-5.2:=
-	virtual/libcrypt:=
-	iconv? ( virtual/libiconv )
-	perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}"
-BDEPEND="sys-devel/flex
-	virtual/pkgconfig"
-IDEPEND="app-eselect/eselect-vi"
-
-src_configure() {
-	econf \
-		--disable-stripping \
-		--with-ncurses \
-		--with-pkg-config \
-		$(use_with iconv) \
-		$(use_with perl)
-}
-
-src_install() {
-	emake DESTDIR="${D}" install
-
-	dodoc CHANGES* README doc/*.doc
-	docinto html
-	dodoc doc/*.html
-}
-
-pkg_postinst() {
-	einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-	eselect vi update --if-unset
-}
-
-pkg_postrm() {
-	einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
-	eselect vi update --if-unset
-}