summaryrefslogtreecommitdiff
path: root/app-editors/jupp/jupp-3.1_p38.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-01 13:10:51 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-01 13:10:51 +0100
commit8598ab9ad325d12d0f2901ecc0973e430dacd2b3 (patch)
tree593f226746c1f850f57bc10ffc81f7398d5a34f0 /app-editors/jupp/jupp-3.1_p38.ebuild
parent42ff81a7480d9bba317b42fcca03b46da2a622ce (diff)
gentoo auto-resync : 01:10:2022 - 13:10:50
Diffstat (limited to 'app-editors/jupp/jupp-3.1_p38.ebuild')
-rw-r--r--app-editors/jupp/jupp-3.1_p38.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/app-editors/jupp/jupp-3.1_p38.ebuild b/app-editors/jupp/jupp-3.1_p38.ebuild
deleted file mode 100644
index d8bdab27bf57..000000000000
--- a/app-editors/jupp/jupp-3.1_p38.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Portable version of Joe's Own Editor"
-HOMEPAGE="https://www.mirbsd.org/jupp.htm"
-SRC_URI="https://www.mirbsd.org/MirOS/dist/${PN}/joe-${PV/_p/${PN}}.tgz"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="ncurses"
-
-RDEPEND="ncurses? ( sys-libs/ncurses:0= )
- !app-editors/joe"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}/${PN}"
-DOCS="HINTS INFO LIST NEWS README TODO"
-
-src_prepare() {
- default
- chmod +x configure || die
-}
-
-src_configure() {
- econf \
- --enable-search_libs \
- --enable-termcap \
- $(use_enable ncurses curses)
-}