app-editors/wily: Drop 1.0-r1
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Jun 2019 21:58:23 +0000 (23:58 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Tue, 4 Jun 2019 21:58:23 +0000 (23:58 +0200)
Package-Manager: Portage-2.3.67, Repoman-2.3.13
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
app-editors/wily/wily-1.0-r1.ebuild [deleted file]

diff --git a/app-editors/wily/wily-1.0-r1.ebuild b/app-editors/wily/wily-1.0-r1.ebuild
deleted file mode 100644 (file)
index cb30891..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-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="${HOMEPAGE}${MY_P}.tar.gz"
-
-LICENSE="Artistic"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="dev-libs/9libs
-       >=x11-libs/libX11-1.0.0
-       >=x11-libs/libXt-1.0.0
-       >=x11-libs/libICE-1.0.0
-       >=x11-libs/libSM-1.0.0"
-
-S="${WORKDIR}/${MY_P}"
-
-src_compile() {
-       export CC="$(tc-getCC)"
-       econf --includedir="/usr/include/9libs" || die "configure failed."
-       emake || die "make failed."
-}
-
-src_install() {
-       make DESTDIR="${D}" install || die "make install failed."
-       dodoc README
-       insinto /usr/share/${PN}
-       doins "${S}"/misc/*
-}