From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/
Date: Sat, 21 Oct 2017 16:52:02 +0000 (UTC) [thread overview]
Message-ID: <1508604693.e48ed28754c985523c9517d889570087fec22098.monsieurp@gentoo> (raw)
commit: e48ed28754c985523c9517d889570087fec22098
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 11:10:08 2017 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> 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
-}
next reply other threads:[~2017-10-21 16:52 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-21 16:52 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-10-21 16:52 [gentoo-commits] repo/gentoo:master commit in: app-editors/ng/ Patrice Clement
2021-07-17 11:26 David Seifert
2021-10-08 12:33 Akinori Hattori
2021-10-08 12:33 Akinori Hattori
2025-02-15 21:03 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1508604693.e48ed28754c985523c9517d889570087fec22098.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox