public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
Date: Wed,  7 Dec 2022 19:41:50 +0000 (UTC)	[thread overview]
Message-ID: <1670442069.c03a41b12e1baa145d2b1b0a0a493a82c3e9223d.sam@gentoo> (raw)

commit:     c03a41b12e1baa145d2b1b0a0a493a82c3e9223d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 19:40:34 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 19:41:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03a41b1

app-editors/vile: drop 9.8t-r2, 9.8v

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

 app-editors/vile/Manifest            |  2 --
 app-editors/vile/vile-9.8t-r2.ebuild | 43 ------------------------------
 app-editors/vile/vile-9.8v.ebuild    | 51 ------------------------------------
 3 files changed, 96 deletions(-)

diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest
index 4e1addb900e6..bcc2d7132cd3 100644
--- a/app-editors/vile/Manifest
+++ b/app-editors/vile/Manifest
@@ -1,4 +1,2 @@
-DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
-DIST vile-9.8v.tgz 2405398 BLAKE2B cd8753c57ff95c9b420026128fd19b7c689c99500da7cae91d3160dded46aa101b0cae32daeaf0377d4d72a5e526e8e4f25422bbbff2cc5ecdef10b7f04c8b39 SHA512 b752f26148bd4411ab6b31697459a16d8168f79ffad6b3509d6cf5d40611176b833e56f4bac21fe18ecdd256be467ba96ea98149daceab671002df49508eb8d2
 DIST vile-9.8w.tgz 2407322 BLAKE2B 824142c2d081db7c74ab4ce36db63e2d26e82954b32d274477f920b3519c75a249745365f7fb4f117f613c04fddd468394b4636d5f84d9f024eee3cb9c8332ba SHA512 54a96b400f479c633b917691fdab5ec5098ff1d6a6f5390c085635b4449ee7f02988e52c6b442918917455d02d5d74781ed57e4f944422576cf6532caaa446af
 DIST vile-9.8w.tgz.asc 729 BLAKE2B 24ee3733957239b808566cf1c46cd45089ab0e9cd980fc477190beca79a85e6d31925c8eb02138442e4776b7ee678aec9d522d4bb3a8d72670e0720ab9369a5c SHA512 143eaa6ea64cf1d8dc078aba197544a036858f91a15f2f8c4254095f7cdc725b1720cf600afcd3ba67cf0c0414cefb0a058a5730d1a70906fe3591ddc46fb916

diff --git a/app-editors/vile/vile-9.8t-r2.ebuild b/app-editors/vile/vile-9.8t-r2.ebuild
deleted file mode 100644
index add73176aa2f..000000000000
--- a/app-editors/vile/vile-9.8t-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
-HOMEPAGE="https://invisible-island.net/vile/"
-SRC_URI="ftp://ftp.invisible-island.net/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"
-
-RDEPEND=">=sys-libs/ncurses-5.2:0=
-	virtual/libcrypt:=
-	perl? ( dev-lang/perl:= )"
-DEPEND="${RDEPEND}
-	sys-devel/flex
-	app-eselect/eselect-vi"
-
-src_configure() {
-	econf \
-		--with-ncurses \
-		$(use_with perl )
-}
-
-src_install() {
-	emake DESTDIR="${D}" INSTALL_OPT_S="" 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
-}

diff --git a/app-editors/vile/vile-9.8v.ebuild b/app-editors/vile/vile-9.8v.ebuild
deleted file mode 100644
index 60b94f7129b1..000000000000
--- a/app-editors/vile/vile-9.8v.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
-}


             reply	other threads:[~2022-12-07 19:41 UTC|newest]

Thread overview: 55+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-07 19:41 Sam James [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-10 12:49 [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/ Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-10 12:04 Arthur Zamarin
2024-03-04 10:36 Sam James
2024-01-26 13:01 Sam James
2024-01-26 12:56 Sam James
2023-12-10 10:02 Arthur Zamarin
2023-12-09 20:25 Arthur Zamarin
2023-12-09 19:49 Arthur Zamarin
2023-12-09 19:30 Arthur Zamarin
2023-02-01  7:34 Arthur Zamarin
2023-02-01  7:31 Sam James
2023-02-01  7:27 Sam James
2023-02-01  7:27 Sam James
2023-01-31 18:43 Sam James
2023-01-31 18:43 Sam James
2023-01-13 18:51 Arthur Zamarin
2022-12-28  0:56 Sam James
2022-12-28  0:56 Sam James
2022-12-28  0:46 Sam James
2022-12-27 11:40 Sam James
2022-12-06 20:32 Sam James
2022-09-21 12:25 Agostino Sarubbo
2022-09-20  8:50 Agostino Sarubbo
2022-09-20  8:49 Agostino Sarubbo
2022-09-20  8:47 Agostino Sarubbo
2022-08-24  0:48 Sam James
2022-08-10 20:29 Sam James
2022-06-02  2:36 Sam James
2022-06-02  2:36 Sam James
2021-10-29 13:31 Yixun Lan
2021-10-29 13:31 Yixun Lan
2021-07-10  1:11 Sam James
2021-05-17 22:36 Sam James
2021-05-09 12:53 David Seifert
2021-01-06 13:03 Fabian Groffen
2019-07-31 15:33 Tim Harder
2019-07-31 13:34 Agostino Sarubbo
2019-07-31 13:12 Agostino Sarubbo
2019-07-31 13:11 Agostino Sarubbo
2019-07-31 11:03 Agostino Sarubbo
2019-07-31 10:59 Agostino Sarubbo
2019-07-31 10:54 Agostino Sarubbo
2018-12-29  7:48 Tim Harder
2017-09-05 20:22 Tim Harder
2017-03-16 12:36 Michael Weber
2017-03-10 12:53 Agostino Sarubbo
2017-03-10  9:09 Agostino Sarubbo
2017-03-07 10:08 Tobias Klausmann
2017-03-07  7:36 Tim Harder
2017-01-29 14:38 Fabian Groffen
2016-08-20 23:32 Tim Harder
2015-08-28  6:40 Tim Harder

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1670442069.c03a41b12e1baa145d2b1b0a0a493a82c3e9223d.sam@gentoo \
    --to=sam@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox