public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-text/namazu: ChangeLog namazu-2.0.20.ebuild
@ 2009-09-24 13:40 Matsuu Takuto (matsuu)
  0 siblings, 0 replies; 2+ messages in thread
From: Matsuu Takuto (matsuu) @ 2009-09-24 13:40 UTC (permalink / raw
  To: gentoo-commits

matsuu      09/09/24 13:40:15

  Modified:             ChangeLog
  Added:                namazu-2.0.20.ebuild
  Log:
  Version bumped.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.34                 app-text/namazu/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/namazu/ChangeLog?rev=1.34&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/namazu/ChangeLog?rev=1.34&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-text/namazu/ChangeLog?r1=1.33&r2=1.34

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	18 Mar 2009 14:55:35 -0000	1.33
+++ ChangeLog	24 Sep 2009 13:40:15 -0000	1.34
@@ -1,6 +1,11 @@
 # ChangeLog for app-text/namazu
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.33 2009/03/18 14:55:35 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.34 2009/09/24 13:40:15 matsuu Exp $
+
+*namazu-2.0.20 (24 Sep 2009)
+
+  24 Sep 2009; MATSUU Takuto <matsuu@gentoo.org> +namazu-2.0.20.ebuild:
+  Version bumped.
 
 *namazu-2.0.19-r1 (18 Mar 2009)
 



1.1                  app-text/namazu/namazu-2.0.20.ebuild

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

Index: namazu-2.0.20.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild,v 1.1 2009/09/24 13:40:15 matsuu Exp $

inherit eutils elisp-common

IUSE="emacs nls tk linguas_ja"

DESCRIPTION="Namazu is a full-text search engine"
HOMEPAGE="http://www.namazu.org/"
SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="0"

RDEPEND=">=dev-perl/File-MMagic-1.20
	emacs? ( virtual/emacs )
	linguas_ja? (
		app-i18n/nkf
		|| (
			dev-perl/Text-Kakasi
			app-i18n/kakasi
			app-text/chasen
			app-text/mecab
		)
	)
	nls? ( virtual/libintl )
	tk? (
		dev-lang/tk
		www-client/lynx
	)"

DEPEND="${RDEPEND}
	nls? ( sys-devel/gettext )"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}/${PN}-2.0.19-gentoo.patch"
}

src_compile() {
	local myconf

	use tk && myconf="--with-namazu=/usr/bin/namazu
					--with-mknmz=/usr/bin/mknmz
					--with-indexdir=/var/lib/namazu/index"

	econf \
		$(use_enable nls) \
		$(use_enable tk tknamazu) \
		${myconf} || die
	emake || die

	if use emacs; then
		cd lisp
		elisp-compile gnus-nmz-1.el namazu.el || die
	fi
}

src_install () {
	emake DESTDIR="${D}" install || die

	dodoc AUTHORS CREDITS ChangeLog* HACKING* NEWS README* THANKS TODO etc/*.png
	dohtml -r doc/*

	if use emacs; then
		elisp-install ${PN} lisp/gnus-nmz-1.el* lisp/namazu.el* || die
		elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el || die

		docinto lisp
		dodoc lisp/ChangeLog*
	fi
}

pkg_postinst() {
	use emacs && elisp-site-regen
}

pkg_postrm() {
	use emacs && elisp-site-regen
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-text/namazu: ChangeLog namazu-2.0.20.ebuild
@ 2010-08-12  9:18 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2010-08-12  9:18 UTC (permalink / raw
  To: gentoo-commits

maekke      10/08/12 09:18:37

  Modified:             ChangeLog namazu-2.0.20.ebuild
  Log:
  amd64 stable, bug #306051
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 app-text/namazu/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	24 Sep 2009 13:40:15 -0000	1.34
+++ ChangeLog	12 Aug 2010 09:18:37 -0000	1.35
@@ -1,6 +1,9 @@
 # ChangeLog for app-text/namazu
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.34 2009/09/24 13:40:15 matsuu Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/ChangeLog,v 1.35 2010/08/12 09:18:37 maekke Exp $
+
+  12 Aug 2010; Markus Meier <maekke@gentoo.org> namazu-2.0.20.ebuild:
+  amd64 stable, bug #306051
 
 *namazu-2.0.20 (24 Sep 2009)
 



1.2                  app-text/namazu/namazu-2.0.20.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild?r1=1.1&r2=1.2

Index: namazu-2.0.20.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- namazu-2.0.20.ebuild	24 Sep 2009 13:40:15 -0000	1.1
+++ namazu-2.0.20.ebuild	12 Aug 2010 09:18:37 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild,v 1.1 2009/09/24 13:40:15 matsuu Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/namazu/namazu-2.0.20.ebuild,v 1.2 2010/08/12 09:18:37 maekke Exp $
 
 inherit eutils elisp-common
 
@@ -11,7 +11,7 @@
 SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
 
 LICENSE="GPL-2"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~ppc64 ~sparc ~x86"
 SLOT="0"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-08-12  9:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-12  9:18 [gentoo-commits] gentoo-x86 commit in app-text/namazu: ChangeLog namazu-2.0.20.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-24 13:40 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