* [gentoo-commits] gentoo-x86 commit in app-editors/ng: ChangeLog ng-1.5_beta1-r1.ebuild
@ 2008-10-30 15:40 Matsuu Takuto (matsuu)
0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-10-30 15:40 UTC (permalink / raw
To: gentoo-commits
matsuu 08/10/30 15:40:32
Modified: ChangeLog
Added: ng-1.5_beta1-r1.ebuild
Log:
Fixed CC variable, bug #243570.
(Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)
Revision Changes Path
1.10 app-editors/ng/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ng/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ng/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ng/ChangeLog?r1=1.9&r2=1.10
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog 10 Oct 2007 07:12:42 -0000 1.9
+++ ChangeLog 30 Oct 2008 15:40:32 -0000 1.10
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/ng
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.9 2007/10/10 07:12:42 opfer Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ChangeLog,v 1.10 2008/10/30 15:40:32 matsuu Exp $
+
+*ng-1.5_beta1-r1 (30 Oct 2008)
+
+ 30 Oct 2008; MATSUU Takuto <matsuu@gentoo.org> +ng-1.5_beta1-r1.ebuild:
+ Fixed CC variable, bug #243570.
10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> ng-1.5_beta1.ebuild:
remove PROVIDE=virtual/editor as we have now a new-style virtual
1.1 app-editors/ng/ng-1.5_beta1-r1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ng/ng-1.5_beta1-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/ng/ng-1.5_beta1-r1.ebuild?rev=1.1&content-type=text/plain
Index: ng-1.5_beta1-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-editors/ng/ng-1.5_beta1-r1.ebuild,v 1.1 2008/10/30 15:40:32 matsuu Exp $
inherit eutils
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
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"
sed -i -e "/NO_BACKUP/s/undef/define/" config.h || die "sed failed"
}
src_compile() {
econf $(use_enable canna) || die
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
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-10-30 15:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-30 15:40 [gentoo-commits] gentoo-x86 commit in app-editors/ng: ChangeLog ng-1.5_beta1-r1.ebuild Matsuu Takuto (matsuu)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox