From 4cbcc855382a06088e2f016f62cafdbcb7e40665 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 20 Mar 2022 00:40:44 +0000 Subject: gentoo resync : 20.03.2022 --- app-editors/ne/ne-3.3.0.ebuild | 52 ------------------------------------------ 1 file changed, 52 deletions(-) delete mode 100644 app-editors/ne/ne-3.3.0.ebuild (limited to 'app-editors/ne/ne-3.3.0.ebuild') diff --git a/app-editors/ne/ne-3.3.0.ebuild b/app-editors/ne/ne-3.3.0.ebuild deleted file mode 100644 index 87aaff065bf8..000000000000 --- a/app-editors/ne/ne-3.3.0.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit autotools flag-o-matic toolchain-funcs - -DESCRIPTION="The nice editor, easy to use for the beginner and powerful for the wizard" -HOMEPAGE="https://ne.di.unimi.it/" -SRC_URI="https://ne.di.unimi.it/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" - -BDEPEND="virtual/pkgconfig" -DEPEND="sys-libs/ncurses:=" -RDEPEND=" - ${DEPEND} - dev-lang/perl -" - -HTML_DOCS=( doc/html/. ) - -src_prepare() { - default - - sed -i -e 's/-O3//' src/makefile || die -} - -src_configure() { - # bug #776799 - sed -i -e "s/-lcurses/$($(tc-getPKG_CONFIG) --libs ncurses)/" src/makefile || die -} - -src_compile() { - append-cflags -std=c11 - emake -C src CC="$(tc-getCC)" \ - NE_GLOBAL_DIR="/usr/share/${PN}" \ - OPTS="${CFLAGS}" \ - "${PN}" -} - -src_install() { - dobin "src/${PN}" - - insinto "/usr/share/${PN}/syntax" - doins syntax/*.jsf - - doman "doc/${PN}.1" - dodoc CHANGES README.md NEWS doc/*.{txt,pdf,texinfo} doc/default.* -} -- cgit v1.2.3