Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/xvile/
Date: Tue, 31 Jan 2023 18:43:38
Message-Id: 1675190541.b75e10752c93b1c50903b076151b118e33a9f449.sam@gentoo
1 commit: b75e10752c93b1c50903b076151b118e33a9f449
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 31 18:39:06 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 31 18:42:21 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b75e1075
7
8 app-editors/xvile: drop 9.8w-r1
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/xvile/xvile-9.8w-r1.ebuild | 50 ----------------------------------
13 1 file changed, 50 deletions(-)
14
15 diff --git a/app-editors/xvile/xvile-9.8w-r1.ebuild b/app-editors/xvile/xvile-9.8w-r1.ebuild
16 deleted file mode 100644
17 index 081a230fd55d..000000000000
18 --- a/app-editors/xvile/xvile-9.8w-r1.ebuild
19 +++ /dev/null
20 @@ -1,50 +0,0 @@
21 -# Copyright 1999-2022 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=8
25 -
26 -# Bump with app-editors/vile
27 -
28 -MY_P="${PN/x/}-${PV}"
29 -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
30 -HOMEPAGE="https://invisible-island.net/vile/"
31 -SRC_URI="https://invisible-island.net/archives/vile/current/${MY_P}.tgz"
32 -
33 -LICENSE="GPL-2"
34 -SLOT="0"
35 -KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86"
36 -IUSE="perl"
37 -
38 -RDEPEND="~app-editors/vile-${PV}
39 - virtual/libcrypt:=
40 - >=x11-libs/libX11-1.0.0
41 - >=x11-libs/libXt-1.0.0
42 - >=x11-libs/libICE-1.0.0
43 - >=x11-libs/libSM-1.0.0
44 - >=x11-libs/libXaw-1.0.1
45 - >=x11-libs/libXpm-3.5.4.2
46 - perl? ( dev-lang/perl:= )"
47 -DEPEND="${RDEPEND}
48 - x11-base/xorg-proto
49 - sys-devel/flex"
50 -BDEPEND="virtual/pkgconfig"
51 -
52 -PATCHES=( "${FILESDIR}/${P}"-fix-build-for-clang16.patch )
53 -
54 -S="${WORKDIR}"/${MY_P}
55 -
56 -src_configure() {
57 - econf \
58 - --disable-stripping \
59 - --with-ncurses \
60 - --with-pkg-config \
61 - --with-x \
62 - $(use_with perl)
63 -}
64 -
65 -src_install() {
66 - dobin xvile
67 - dodoc CHANGES* README doc/*.doc
68 - docinto html
69 - dodoc doc/*.html
70 -}