diff options
author | Sam James <sam@gentoo.org> | 2023-01-31 18:39:06 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-31 18:42:21 +0000 |
commit | b75e10752c93b1c50903b076151b118e33a9f449 (patch) | |
tree | 44a0ae9687cf4b90d661cf88240f0bf49a2b9b59 /app-editors/xvile | |
parent | app-editors/vile: drop 9.8w (diff) | |
download | gentoo-b75e10752c93b1c50903b076151b118e33a9f449.tar.gz gentoo-b75e10752c93b1c50903b076151b118e33a9f449.tar.bz2 gentoo-b75e10752c93b1c50903b076151b118e33a9f449.zip |
app-editors/xvile: drop 9.8w-r1
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/xvile')
-rw-r--r-- | app-editors/xvile/xvile-9.8w-r1.ebuild | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/app-editors/xvile/xvile-9.8w-r1.ebuild b/app-editors/xvile/xvile-9.8w-r1.ebuild deleted file mode 100644 index 081a230fd55d..000000000000 --- a/app-editors/xvile/xvile-9.8w-r1.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Bump with app-editors/vile - -MY_P="${PN/x/}-${PV}" -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/${MY_P}.tgz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ppc ~riscv sparc x86" -IUSE="perl" - -RDEPEND="~app-editors/vile-${PV} - virtual/libcrypt:= - >=x11-libs/libX11-1.0.0 - >=x11-libs/libXt-1.0.0 - >=x11-libs/libICE-1.0.0 - >=x11-libs/libSM-1.0.0 - >=x11-libs/libXaw-1.0.1 - >=x11-libs/libXpm-3.5.4.2 - perl? ( dev-lang/perl:= )" -DEPEND="${RDEPEND} - x11-base/xorg-proto - sys-devel/flex" -BDEPEND="virtual/pkgconfig" - -PATCHES=( "${FILESDIR}/${P}"-fix-build-for-clang16.patch ) - -S="${WORKDIR}"/${MY_P} - -src_configure() { - econf \ - --disable-stripping \ - --with-ncurses \ - --with-pkg-config \ - --with-x \ - $(use_with perl) -} - -src_install() { - dobin xvile - dodoc CHANGES* README doc/*.doc - docinto html - dodoc doc/*.html -} |