* [gentoo-commits] gentoo-x86 commit in sys-apps/less: ChangeLog less-440.ebuild
@ 2011-01-06 1:04 Mike Frysinger (vapier)
0 siblings, 0 replies; only message in thread
From: Mike Frysinger (vapier) @ 2011-01-06 1:04 UTC (permalink / raw
To: gentoo-commits
vapier 11/01/06 01:04:46
Modified: ChangeLog
Added: less-440.ebuild
Log:
Version bump.
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Revision Changes Path
1.120 sys-apps/less/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 31 Dec 2010 20:53:11 -0000 1.119
+++ ChangeLog 6 Jan 2011 01:04:46 -0000 1.120
@@ -1,6 +1,11 @@
# ChangeLog for sys-apps/less
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v 1.119 2010/12/31 20:53:11 vapier Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/ChangeLog,v 1.120 2011/01/06 01:04:46 vapier Exp $
+
+*less-440 (06 Jan 2011)
+
+ 06 Jan 2011; Mike Frysinger <vapier@gentoo.org> +less-440.ebuild:
+ Version bump.
*less-438 (31 Dec 2010)
1.1 sys-apps/less/less-440.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/less-440.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/less/less-440.ebuild?rev=1.1&content-type=text/plain
Index: less-440.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/less/less-440.ebuild,v 1.1 2011/01/06 01:04:46 vapier Exp $
inherit eutils
DESCRIPTION="Excellent text file viewer"
HOMEPAGE="http://www.greenwoodsoftware.com/less/"
SRC_URI="http://www.greenwoodsoftware.com/less/${P}.tar.gz
http://www-zeuthen.desy.de/~friebel/unix/less/code2color"
LICENSE="|| ( GPL-3 BSD-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
IUSE="unicode"
DEPEND=">=sys-libs/ncurses-5.2"
src_unpack() {
unpack ${P}.tar.gz
cd "${S}"
cp "${DISTDIR}"/code2color "${S}"/
epatch "${FILESDIR}"/code2color.patch
}
yesno() { use $1 && echo yes || echo no ; }
src_compile() {
export ac_cv_lib_ncursesw_initscr=$(yesno unicode)
export ac_cv_lib_ncurses_initscr=$(yesno !unicode)
econf || die
emake || die
}
src_install() {
emake install DESTDIR="${D}" || die
dobin code2color || die "dobin"
newbin "${FILESDIR}"/lesspipe.sh lesspipe || die "newbin"
dosym lesspipe /usr/bin/lesspipe.sh
newenvd "${FILESDIR}"/less.envd 70less
dodoc NEWS README* "${FILESDIR}"/README.Gentoo
}
pkg_postinst() {
einfo "lesspipe offers colorization options. Run 'lesspipe -h' for info."
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-06 1:04 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-06 1:04 [gentoo-commits] gentoo-x86 commit in sys-apps/less: ChangeLog less-440.ebuild Mike Frysinger (vapier)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox