From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 988A5138336 for ; Sat, 9 Feb 2019 19:56:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53003E0B04; Sat, 9 Feb 2019 19:56:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17587E0B04 for ; Sat, 9 Feb 2019 19:56:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A13D335D43 for ; Sat, 9 Feb 2019 19:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B4CF53C for ; Sat, 9 Feb 2019 19:56:00 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1549742099.1189b934e9411ff3b95f02f301c8aa80f16ea586.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/jasspa-microemacs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild X-VCS-Directories: app-editors/jasspa-microemacs/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 1189b934e9411ff3b95f02f301c8aa80f16ea586 X-VCS-Branch: master Date: Sat, 9 Feb 2019 19:56:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 14c13a29-d6b8-44a8-b408-d1d8e4605dce X-Archives-Hash: 0cc5a362a5417a1e1f7fc8a15d9d0c5b commit: 1189b934e9411ff3b95f02f301c8aa80f16ea586 Author: Michael Mair-Keimberger gmail com> AuthorDate: Tue Feb 5 08:25:30 2019 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Feb 9 19:54:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1189b934 app-editors/jasspa-microemacs: remove old (EAPI4) Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10983 Signed-off-by: Aaron Bauman gentoo.org> .../jasspa-microemacs-20091011-r2.ebuild | 83 ---------------------- 1 file changed, 83 deletions(-) diff --git a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild b/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild deleted file mode 100644 index eb138ec6f5b..00000000000 --- a/app-editors/jasspa-microemacs/jasspa-microemacs-20091011-r2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs -MACROS_PV="20091017" - -DESCRIPTION="Jasspa Microemacs" -HOMEPAGE="http://www.jasspa.com/" -SRC_URI="http://www.jasspa.com/release_20090909/jasspa-mesrc-${PV}.tar.gz - !nanoemacs? ( - http://www.jasspa.com/release_20090909/jasspa-memacros-${MACROS_PV}.tar.gz - http://www.jasspa.com/release_20090909/jasspa-mehtml-${PV}.tar.gz - http://www.jasspa.com/release_20060909/meicons-extra.tar.gz )" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" -IUSE="nanoemacs X xpm" - -RDEPEND="sys-libs/ncurses - X? ( x11-libs/libX11 - xpm? ( x11-libs/libXpm ) ) - nanoemacs? ( !app-editors/ne )" - -DEPEND="${RDEPEND} - virtual/pkgconfig - X? ( x11-libs/libXt - x11-base/xorg-proto )" - -S="${WORKDIR}/me${PV:2}/src" - -src_unpack() { - unpack jasspa-mesrc-${PV}.tar.gz - if ! use nanoemacs; then - mkdir "${WORKDIR}/jasspa" - cd "${WORKDIR}/jasspa" - # everything except jasspa-mesrc - unpack ${A/jasspa-mesrc-${PV}.tar.gz/} - fi -} - -src_prepare() { - epatch "${FILESDIR}/${PV}-ncurses.patch" - epatch "${FILESDIR}/${PV}-linux3.patch" - - # allow for some variables to be passed to make - sed -i -e \ - '/make/s/\$OPTIONS/& CC="$CC" COPTIMISE="$CFLAGS" LDFLAGS="$LDFLAGS" CONSOLE_LIBS="$CONSOLE_LIBS" STRIP=true/' \ - build || die "sed failed" -} - -src_compile() { - local pkgdatadir="${EPREFIX}/usr/share/jasspa" - local me="" type=c - use nanoemacs && me="-ne" - use X && type=cw - use xpm || export XPM_INCLUDE=. # prevent Xpm autodetection - - CC="$(tc-getCC)" \ - CONSOLE_LIBS="$("$(tc-getPKG_CONFIG)" --libs ncurses)" \ - ./build ${me} \ - -t ${type} \ - -p "~/.jasspa:${pkgdatadir}/site:${pkgdatadir}" \ - || die "build failed" -} - -src_install() { - local me=me type=c - use nanoemacs && me=ne - use X && type=cw - newbin ${me}${type} ${me} - - if ! use nanoemacs; then - keepdir /usr/share/jasspa/site - insinto /usr/share - doins -r "${WORKDIR}/jasspa" - use X && domenu "${FILESDIR}/${PN}.desktop" - fi - - dodoc ../faq.txt ../readme.txt ../change.log -}