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 6DA741396DA for ; Sat, 21 Oct 2017 16:52:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC9A02BC012; Sat, 21 Oct 2017 16:52:05 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 9735B2BC012 for ; Sat, 21 Oct 2017 16:52:05 +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 D319833BEC7 for ; Sat, 21 Oct 2017 16:52:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 997C0829 for ; Sat, 21 Oct 2017 16:52:02 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1508604693.e48ed28754c985523c9517d889570087fec22098.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/ng/ng-1.5_beta1-r1.ebuild app-editors/ng/ng-1.5_beta1.ebuild X-VCS-Directories: app-editors/ng/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: e48ed28754c985523c9517d889570087fec22098 X-VCS-Branch: master Date: Sat, 21 Oct 2017 16:52:02 +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-Archives-Salt: 841e88b3-abf0-45ed-b6d1-f9de56190645 X-Archives-Hash: 025a7d94a2495c01671f4c5158942503 commit: e48ed28754c985523c9517d889570087fec22098 Author: Patrice Clement gentoo org> AuthorDate: Sat Oct 21 11:10:08 2017 +0000 Commit: Patrice Clement gentoo org> CommitDate: Sat Oct 21 16:51:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e48ed287 app-editors/ng: clean up old. Package-Manager: Portage-2.3.8, Repoman-2.3.3 app-editors/ng/ng-1.5_beta1-r1.ebuild | 63 ----------------------------------- app-editors/ng/ng-1.5_beta1.ebuild | 61 --------------------------------- 2 files changed, 124 deletions(-) diff --git a/app-editors/ng/ng-1.5_beta1-r1.ebuild b/app-editors/ng/ng-1.5_beta1-r1.ebuild deleted file mode 100644 index 146cf88eda6..00000000000 --- a/app-editors/ng/ng-1.5_beta1-r1.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils autotools - -MY_P="${P/_beta/beta}" - -DESCRIPTION="Emacs like micro editor Ng -- based on mg2a" -HOMEPAGE="http://tt.sakura.ne.jp/~amura/ng/" -SRC_URI="http://tt.sakura.ne.jp/~amura/archives/ng/${MY_P}.tar.gz" - -LICENSE="Emacs" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="canna" - -RDEPEND=">=sys-libs/ncurses-5.0 - !dev-java/nailgun - canna? ( app-i18n/canna )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4.0" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - epatch "${FILESDIR}/${MY_P}-ncurses.patch" - epatch "${FILESDIR}/${MY_P}-configure.patch" - sed -i -e "/NO_BACKUP/s/undef/define/" config.h || die "sed failed" - - pushd sys/unix || die - eautoconf - popd - cp sys/unix/configure . || die -} - -src_configure() { - econf $(use_enable canna) -} - -src_compile() { - emake CC="$(tc-getCC)" -} - -src_install() { - dobin ng - dodoc docs/* MANIFEST dot.ng - - insinto /usr/share/ng - doins bin/* - - insinto /etc/skel - newins dot.ng .ng -} - -pkg_postinst() { - elog - elog "If you want to use user Config" - elog "cp /etc/skel/.ng ~/.ng" - elog "and edit your .ng configuration file." - elog -} diff --git a/app-editors/ng/ng-1.5_beta1.ebuild b/app-editors/ng/ng-1.5_beta1.ebuild deleted file mode 100644 index d2b72396575..00000000000 --- a/app-editors/ng/ng-1.5_beta1.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -inherit eutils toolchain-funcs - -MY_P=${P/_beta/beta} - -DESCRIPTION="Emacs like micro editor Ng -- based on mg2a" -HOMEPAGE="http://tt.sakura.ne.jp/~amura/ng/" -SRC_URI="http://tt.sakura.ne.jp/~amura/archives/ng/${MY_P}.tar.gz" - -LICENSE="Emacs" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="canna" - -RDEPEND=">=sys-libs/ncurses-5.0 - !dev-java/nailgun - canna? ( app-i18n/canna )" -DEPEND="${RDEPEND} - >=sys-apps/sed-4.0" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}/${MY_P}-ncurses.patch" -} - -src_compile() { - local myconf - - if use canna; then - myconf="--enable-canna" - fi - econf ${myconf} || die - sed -i -e "s/^#undef NO_BACKUP/#define NO_BACKUP/" config.h \ - || die "sed failed" - - emake CC=$(tc-getCC) || die -} - -src_install() { - dobin ng || die - dodoc docs/* MANIFEST dot.ng - - insinto /usr/share/ng - doins bin/* - - insinto /etc/skel - newins dot.ng .ng -} - -pkg_postinst() { - elog - elog "If you want to use user Config" - elog "cp /etc/skel/.ng ~/.ng" - elog "and edit your .ng configuration file." - elog -}