commit: d32eea4bafffa8da5ede82d53303e73c64418408
Author: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
AuthorDate: Thu May 15 06:37:03 2025 +0000
Commit: Petr Vaněk <arkamar <AT> gentoo <DOT> org>
CommitDate: Thu May 15 07:21:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d32eea4b
app-editors/wily: drop 1.0-r2
Signed-off-by: Petr Vaněk <arkamar <AT> gentoo.org>
app-editors/wily/wily-1.0-r2.ebuild | 41 -------------------------------------
1 file changed, 41 deletions(-)
diff --git a/app-editors/wily/wily-1.0-r2.ebuild
b/app-editors/wily/wily-1.0-r2.ebuild
deleted file mode 100644
index b2ee14fbcb16..000000000000
--- a/app-editors/wily/wily-1.0-r2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-MY_P="${P/1.0/9libs}"
-
-DESCRIPTION="An emulation of ACME, Plan9's hybrid window system, shell and
editor"
-HOMEPAGE="https://www.netlib.org/research/9libs/"
-SRC_URI="https://www.netlib.org/research/9libs/${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="amd64 ~riscv x86"
-
-DEPEND="
- dev-libs/9libs
-"
-RDEPEND="
- ${DEPEND}
-"
-DOCS=(
- README
-)
-S=${WORKDIR}/${MY_P}
-
-src_configure() {
- tc-export CC
-
- mhw_cv_mod_9libs_lib_path=/usr/$(get_libdir) \
- mhw_cv_mod_9libs_inc_path=/usr/include/9libs \
- econf
-}
-
-src_install() {
- default
-
- insinto /usr/share/${PN}
- doins "${S}"/misc/*
-}