public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-i18n/jless: ChangeLog jless-382.262.ebuild
@ 2008-11-02 16:26 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; only message in thread
From: Matsuu Takuto (matsuu) @ 2008-11-02 16:26 UTC (permalink / raw
  To: gentoo-commits

matsuu      08/11/02 16:26:01

  Modified:             ChangeLog
  Added:                jless-382.262.ebuild
  Log:
  Fixed HOMEPAGE, LICENSE and DEPEND. Removed pkg_postinst. Added eautoreconf, bug #240008.
  (Portage version: 2.2_rc12/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.5                  app-i18n/jless/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/ChangeLog?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/ChangeLog?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	9 Apr 2007 13:54:32 -0000	1.4
+++ ChangeLog	2 Nov 2008 16:26:01 -0000	1.5
@@ -1,6 +1,13 @@
 # ChangeLog for app-i18n/jless
-# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v 1.4 2007/04/09 13:54:32 matsuu Exp $
+# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/ChangeLog,v 1.5 2008/11/02 16:26:01 matsuu Exp $
+
+*jless-382.262 (02 Nov 2008)
+
+  02 Nov 2008; MATSUU Takuto <matsuu@gentoo.org>
+  +files/jless-382.262-gentoo.patch, +jless-382.262.ebuild:
+  Fixed HOMEPAGE, LICENSE and DEPEND. Removed pkg_postinst. Added
+  eautoreconf, bug #240008.
 
   09 Apr 2007; MATSUU Takuto <matsuu@gentoo.org> jless-358.254.ebuild,
   jless-382.258.ebuild:



1.1                  app-i18n/jless/jless-382.262.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/jless-382.262.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-i18n/jless/jless-382.262.ebuild?rev=1.1&content-type=text/plain

Index: jless-382.262.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-i18n/jless/jless-382.262.ebuild,v 1.1 2008/11/02 16:26:01 matsuu Exp $

inherit autotools eutils

LESS_P="less-${PV%%.*}"

DESCRIPTION="Jam less is an enhancement of less which supports multibyte character"
HOMEPAGE="http://www25.big.jp/~jam/less/"
JAM_URI="http://www25.big.jp/~jam/less"
SRC_URI="mirror://gnu/less/${LESS_P}.tar.gz
	${JAM_URI}/${LESS_P}-iso258.patch.gz
	${JAM_URI}/${LESS_P}-iso258-259.patch.gz
	${JAM_URI}/${LESS_P}-iso259-260.patch.gz
	${JAM_URI}/${LESS_P}-iso260-261.patch.gz
	${JAM_URI}/${LESS_P}-iso261-262.patch.gz"

LICENSE="|| ( GPL-2 less )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

DEPEND=">=sys-libs/ncurses-5.2"

S="${WORKDIR}/${LESS_P}"

src_unpack() {
	unpack ${LESS_P}.tar.gz
	cd "${S}"
	epatch "${DISTDIR}/${LESS_P}-iso258.patch.gz"
	epatch "${DISTDIR}/${LESS_P}-iso258-259.patch.gz"
	epatch "${DISTDIR}/${LESS_P}-iso259-260.patch.gz"
	epatch "${DISTDIR}/${LESS_P}-iso260-261.patch.gz"
	epatch "${DISTDIR}/${LESS_P}-iso261-262.patch.gz"
	epatch "${FILESDIR}/${P}-gentoo.patch"
	eautoreconf
}

src_compile() {
	econf --without-cs-regex --with-editor="${EDITOR}" || die
	emake || die
}

src_install() {
	einstall binprefix=j manprefix=j || die

	newbin "${FILESDIR}/lesspipe.sh-r1" jlesspipe.sh || die
	doenvd "${FILESDIR}/70jless" || die

	dodoc NEWS README*
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-11-02 16:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-02 16:26 [gentoo-commits] gentoo-x86 commit in app-i18n/jless: ChangeLog jless-382.262.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