public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Matsuu Takuto (matsuu)" <matsuu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in app-i18n/jless: ChangeLog jless-382.262.ebuild
Date: Sun, 02 Nov 2008 16:26:01 +0000	[thread overview]
Message-ID: <E1Kwfm5-0006mj-5v@stork.gentoo.org> (raw)

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*
}






                 reply	other threads:[~2008-11-02 16:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1Kwfm5-0006mj-5v@stork.gentoo.org \
    --to=matsuu@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