public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2016-06-25 15:39 Ulrich Müller
  0 siblings, 0 replies; 10+ messages in thread
From: Ulrich Müller @ 2016-06-25 15:39 UTC (permalink / raw
  To: gentoo-commits

commit:     3b9dd08dad90477bba7c8c837223d87e67983198
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 15:38:42 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 15:39:37 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b9dd08d

app-text/namazu: Migrate from LINGUAS to L10N.

Package-Manager: portage-2.3.0

 app-text/namazu/namazu-2.0.21.ebuild    | 8 ++++----
 app-text/namazu/namazu-2.0.22_p1.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index fecdf0f..025fe24 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/stable/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
 	emacs? ( virtual/emacs )
-	linguas_ja? (
+	l10n_ja? (
 		app-i18n/nkf
 		|| (
 			dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
 	)
 	nls? ( virtual/libintl )
 	tk? (
-		dev-lang/tk
+		dev-lang/tk:0
 		www-client/lynx
 	)"
 DEPEND="${RDEPEND}

diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild b/app-text/namazu/namazu-2.0.22_p1.ebuild
index 2634665..366920e 100644
--- a/app-text/namazu/namazu-2.0.22_p1.ebuild
+++ b/app-text/namazu/namazu-2.0.22_p1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,11 +13,11 @@ SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS=""
-IUSE="emacs nls tk linguas_ja"
+IUSE="emacs nls tk l10n_ja"
 
 RDEPEND=">=dev-perl/File-MMagic-1.20
 	emacs? ( virtual/emacs )
-	linguas_ja? (
+	l10n_ja? (
 		app-i18n/nkf
 		|| (
 			dev-perl/Text-Kakasi
@@ -28,7 +28,7 @@ RDEPEND=">=dev-perl/File-MMagic-1.20
 	)
 	nls? ( virtual/libintl )
 	tk? (
-		dev-lang/tk
+		dev-lang/tk:0
 		www-client/lynx
 	)"
 DEPEND="${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2017-12-10 12:40 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2017-12-10 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     24d32f3d87fa0c859cfcf7573fb2f137554f8afc
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 12:24:16 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 12:40:17 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24d32f3d

app-text/namazu: update metadata.xml

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/namazu/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/app-text/namazu/metadata.xml b/app-text/namazu/metadata.xml
index 3a5b4fa8acc..e1a49f49888 100644
--- a/app-text/namazu/metadata.xml
+++ b/app-text/namazu/metadata.xml
@@ -1,9 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>hattya@gentoo.org</email>
-  </maintainer>
   <maintainer type="project">
     <email>cjk@gentoo.org</email>
     <name>Cjk</name>


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2017-12-10 12:40 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2017-12-10 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2dae0890abe08748861be73568fe22f4a1613928
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 10 12:38:21 2017 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Sun Dec 10 12:40:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2dae0890

app-text/namazu: new upstream release

Package-Manager: Portage-2.3.13, Repoman-2.3.4

 app-text/namazu/Manifest                                       |  2 +-
 .../{namazu-2.0.22_p1.ebuild => namazu-2.0.22_pre7.ebuild}     | 10 ++++++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/app-text/namazu/Manifest b/app-text/namazu/Manifest
index 1595d7ea964..8629ab62e8e 100644
--- a/app-text/namazu/Manifest
+++ b/app-text/namazu/Manifest
@@ -1,2 +1,2 @@
 DIST namazu-2.0.21.tar.gz 1394048 BLAKE2B 86755fe2433bee1a1c7bf8239b38b3d9500eb20f720b031f349d968f173384f172d81eb0926265343b2c749fca527e6cd6c2940fbaa2be333830b41f8b7853a2 SHA512 c0ce1b8c8b8ce30ee7d28cfed790a9c8585d1b468eefe2ba4ac70976e09329ae04a3a3bbf0b86b9673cfdf206f2b103896daca2f053062f451884fa659b31ea6
-DIST namazu-2.0.22pre1.tar.gz 1394798 BLAKE2B 1bcf50b78dacffa4fb537f235ab280b1bda9cebeddd2984b6ec484a798fc3093872b666d09f1369cd5d3bc200f54173b2c5d40bb51e4e2e0acb1220f2dad4c63 SHA512 de982a45a7e8d11f901e0e5db3ba8047d065569c56de676d6b876747e8bf5c358f0d3037a6539421cbff2c0f0cbc889d379b33500e308d038e663d62cd4b5005
+DIST namazu-2.0.22pre7.tar.gz 1841999 BLAKE2B 4728b83ebca2bf3313cfffa5831a357281ee210e9ecab26506297022307d54a6818b9167bc3a41b66d14b682310d4533b26dab1e2a6f4f805a45d018350bdc76 SHA512 e530e0cb5219995a1b9193a8755a5a30eb09bec2f6e0b100a2423e7df1eb3a7b5f83c7f2eecdcbfd370301dab29857a3ac4d417653ed391f77ce131c340a9989

diff --git a/app-text/namazu/namazu-2.0.22_p1.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild
similarity index 91%
rename from app-text/namazu/namazu-2.0.22_p1.ebuild
rename to app-text/namazu/namazu-2.0.22_pre7.ebuild
index 8889da50fc4..92c919dbac5 100644
--- a/app-text/namazu/namazu-2.0.22_p1.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild
@@ -5,9 +5,11 @@ EAPI="6"
 
 inherit autotools elisp-common ltprune
 
+MY_P="${P/_pre/pre}"
+
 DESCRIPTION="Namazu is a full-text search engine"
 HOMEPAGE="http://www.namazu.org/"
-SRC_URI="http://www.namazu.org/test/${P/_p/pre}.tar.gz"
+SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
@@ -32,7 +34,7 @@ RDEPEND="dev-perl/File-MMagic
 	)"
 DEPEND="${RDEPEND}
 	nls? ( sys-devel/gettext )"
-S="${WORKDIR}"/${P/_p/pre}
+S="${WORKDIR}"/${MY_P}
 
 PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
 
@@ -69,6 +71,10 @@ src_compile() {
 	fi
 }
 
+src_test() {
+	emake -j1 check
+}
+
 src_install () {
 	emake DESTDIR="${D}" install
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2018-07-20 13:44 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2018-07-20 13:44 UTC (permalink / raw
  To: gentoo-commits

commit:     857e386e6ba95fc19874f978465d36f25f22dbfb
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 20 13:42:57 2018 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Fri Jul 20 13:42:57 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857e386e

app-text/namazu: drop ltprune

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 app-text/namazu/namazu-2.0.21.ebuild      | 9 ++++-----
 app-text/namazu/namazu-2.0.22_pre7.ebuild | 9 ++++-----
 2 files changed, 8 insertions(+), 10 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index 92d9023d9ae..7a542c06eb9 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit autotools elisp-common ltprune
+inherit autotools elisp-common
 
 DESCRIPTION="Namazu is a full-text search engine"
 HOMEPAGE="http://www.namazu.org/"
@@ -78,7 +78,8 @@ src_test() {
 }
 
 src_install () {
-	emake DESTDIR="${D}" install
+	default
+	find "${ED}" -name '*.la' -delete || die
 
 	if use emacs; then
 		elisp-install ${PN} lisp/*.el*
@@ -87,8 +88,6 @@ src_install () {
 		docinto lisp
 		dodoc lisp/ChangeLog*
 	fi
-
-	prune_libtool_files
 }
 
 pkg_postinst() {

diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild
index 92c919dbac5..b0e98040e37 100644
--- a/app-text/namazu/namazu-2.0.22_pre7.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
-inherit autotools elisp-common ltprune
+inherit autotools elisp-common
 
 MY_P="${P/_pre/pre}"
 
@@ -76,7 +76,8 @@ src_test() {
 }
 
 src_install () {
-	emake DESTDIR="${D}" install
+	default
+	find "${ED}" -name '*.la' -delete || die
 
 	if use emacs; then
 		elisp-install ${PN} lisp/*.el*
@@ -85,8 +86,6 @@ src_install () {
 		docinto lisp
 		dodoc lisp/ChangeLog*
 	fi
-
-	prune_libtool_files
 }
 
 pkg_postinst() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2021-10-05 13:36 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2021-10-05 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea700944a9a9f1212706b225dddd7febaa05e07
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 13:36:22 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 13:36:22 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea70094

app-text/namazu: new upstream release

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-text/namazu/Manifest                                                | 2 +-
 .../namazu/{namazu-2.0.22_pre7.ebuild => namazu-2.0.22_pre8.ebuild}     | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/namazu/Manifest b/app-text/namazu/Manifest
index 8629ab62e8e..a234f038899 100644
--- a/app-text/namazu/Manifest
+++ b/app-text/namazu/Manifest
@@ -1,2 +1,2 @@
 DIST namazu-2.0.21.tar.gz 1394048 BLAKE2B 86755fe2433bee1a1c7bf8239b38b3d9500eb20f720b031f349d968f173384f172d81eb0926265343b2c749fca527e6cd6c2940fbaa2be333830b41f8b7853a2 SHA512 c0ce1b8c8b8ce30ee7d28cfed790a9c8585d1b468eefe2ba4ac70976e09329ae04a3a3bbf0b86b9673cfdf206f2b103896daca2f053062f451884fa659b31ea6
-DIST namazu-2.0.22pre7.tar.gz 1841999 BLAKE2B 4728b83ebca2bf3313cfffa5831a357281ee210e9ecab26506297022307d54a6818b9167bc3a41b66d14b682310d4533b26dab1e2a6f4f805a45d018350bdc76 SHA512 e530e0cb5219995a1b9193a8755a5a30eb09bec2f6e0b100a2423e7df1eb3a7b5f83c7f2eecdcbfd370301dab29857a3ac4d417653ed391f77ce131c340a9989
+DIST namazu-2.0.22pre8.tar.gz 1975653 BLAKE2B 91e07e576fe7f8dc93db2754726f0fa286191dae44e885abafed5887d741f3291fd79665294dcae23770d2f42b5b35a323f7896209a62e802ac4253d729c3f23 SHA512 2d891cd2a4eae8246753511f3e2323093139be917edef9e2c3481ac7a0de9b9200906d7d56bbcd7bf1861ede44ae6bca72820b8086b2be93ad9d8f20cb56cae0

diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild
similarity index 100%
rename from app-text/namazu/namazu-2.0.22_pre7.ebuild
rename to app-text/namazu/namazu-2.0.22_pre8.ebuild


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2021-10-05 13:36 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2021-10-05 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     e727bae096c71c57ed405f48fd43bf0098e77b4d
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 13:29:42 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 13:29:42 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e727bae0

app-text/namazu: update LICENSE

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-text/namazu/namazu-2.0.21.ebuild      | 2 +-
 app-text/namazu/namazu-2.0.22_pre7.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index 68d7835962b..a3bcbba9f2e 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -9,7 +9,7 @@ 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"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64 ~ppc ~ppc64 x86"
 IUSE="emacs l10n_ja nls static-libs tk"

diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild
index e6044e412bd..4c8146e3b31 100644
--- a/app-text/namazu/namazu-2.0.22_pre7.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="Namazu is a full-text search engine"
 HOMEPAGE="http://www.namazu.org/"
 SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz"
 
-LICENSE="GPL-2"
+LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS=""
 IUSE="emacs l10n_ja nls static-libs tk"


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2021-10-05 13:36 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2021-10-05 13:36 UTC (permalink / raw
  To: gentoo-commits

commit:     0964f4706de78ade27d95aa3cb82bb5d0b58f710
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue Oct  5 13:26:38 2021 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue Oct  5 13:26:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0964f470

app-text/namazu: update to EAPI 7

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-text/namazu/namazu-2.0.21.ebuild      | 14 +++++++-------
 app-text/namazu/namazu-2.0.22_pre7.ebuild | 14 +++++++-------
 2 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index 5d0b4d0d14e..68d7835962b 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit autotools elisp-common
 
@@ -30,8 +30,8 @@ RDEPEND="dev-perl/File-MMagic
 		dev-lang/tk:0
 		www-client/lynx
 	)"
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-gentoo.patch
@@ -43,8 +43,8 @@ PATCHES=(
 src_prepare() {
 	default
 
-	mv configure.{in,ac}
-	mv tk${PN}/configure.{in,ac}
+	mv configure.{in,ac} || die
+	mv tk${PN}/configure.{in,ac} || die
 	eautoreconf
 }
 
@@ -64,7 +64,7 @@ src_configure() {
 }
 
 src_compile() {
-	emake
+	default
 
 	if use emacs; then
 		cd lisp

diff --git a/app-text/namazu/namazu-2.0.22_pre7.ebuild b/app-text/namazu/namazu-2.0.22_pre7.ebuild
index 8517c855436..e6044e412bd 100644
--- a/app-text/namazu/namazu-2.0.22_pre7.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre7.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="6"
+EAPI="7"
 
 inherit autotools elisp-common
 
@@ -32,8 +32,8 @@ RDEPEND="dev-perl/File-MMagic
 		dev-lang/tk:0
 		www-client/lynx
 	)"
-DEPEND="${RDEPEND}
-	nls? ( sys-devel/gettext )"
+DEPEND="${RDEPEND}"
+BDEPEND="nls? ( sys-devel/gettext )"
 S="${WORKDIR}"/${MY_P}
 
 PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
@@ -41,8 +41,8 @@ PATCHES=( "${FILESDIR}"/${PN}-gentoo.patch )
 src_prepare() {
 	default
 
-	mv configure.{in,ac}
-	mv tk${PN}/configure.{in,ac}
+	mv configure.{in,ac} || die
+	mv tk${PN}/configure.{in,ac} || die
 	eautoreconf
 }
 
@@ -62,7 +62,7 @@ src_configure() {
 }
 
 src_compile() {
-	emake
+	default
 
 	if use emacs; then
 		cd lisp


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2024-05-07 12:38 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2024-05-07 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     26e0f52d058fca06271ae69adc400a5517202ada
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 12:34:27 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May  7 12:37:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=26e0f52d

app-text/namazu: keepdir /var/lib/namazu/index

Closes: https://bugs.gentoo.org/927151
Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-text/namazu/namazu-2.0.21.ebuild      | 2 ++
 app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index 1bb859ef8de6..daba19585dff 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -84,6 +84,8 @@ src_install() {
 	default
 	find "${ED}" -name '*.la' -delete || die
 
+	keepdir /var/lib/${PN}/index
+
 	if use emacs; then
 		elisp-install ${PN} lisp/*.el*
 		elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el

diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild
index 55d8fa5444e9..972c12327567 100644
--- a/app-text/namazu/namazu-2.0.22_pre8.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild
@@ -83,6 +83,8 @@ src_install() {
 	default
 	find "${ED}" -name '*.la' -delete || die
 
+	keepdir /var/lib/${PN}/index
+
 	if use emacs; then
 		elisp-install ${PN} lisp/*.el*
 		elisp-site-file-install "${FILESDIR}"/50${PN}-gentoo.el


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2024-05-07 12:38 Akinori Hattori
  0 siblings, 0 replies; 10+ messages in thread
From: Akinori Hattori @ 2024-05-07 12:38 UTC (permalink / raw
  To: gentoo-commits

commit:     2fca29f3b00035b8e17c2200e9d0a498dbae17bc
Author:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
AuthorDate: Tue May  7 12:36:13 2024 +0000
Commit:     Akinori Hattori <hattya <AT> gentoo <DOT> org>
CommitDate: Tue May  7 12:37:54 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fca29f3

app-text/namazu: update to EAPI 8

Signed-off-by: Akinori Hattori <hattya <AT> gentoo.org>

 app-text/namazu/metadata.xml              | 8 ++++----
 app-text/namazu/namazu-2.0.21.ebuild      | 2 +-
 app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 +-
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/namazu/metadata.xml b/app-text/namazu/metadata.xml
index 491c88b3a31f..a94766977fa6 100644
--- a/app-text/namazu/metadata.xml
+++ b/app-text/namazu/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="project">
-    <email>cjk@gentoo.org</email>
-    <name>Cjk</name>
-  </maintainer>
+	<maintainer type="project">
+		<email>cjk@gentoo.org</email>
+		<name>Cjk</name>
+	</maintainer>
 </pkgmetadata>

diff --git a/app-text/namazu/namazu-2.0.21.ebuild b/app-text/namazu/namazu-2.0.21.ebuild
index e62835732267..866e3923c180 100644
--- a/app-text/namazu/namazu-2.0.21.ebuild
+++ b/app-text/namazu/namazu-2.0.21.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 inherit autotools elisp-common
 

diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild
index 8c3793c15d95..d902b8bc9dbe 100644
--- a/app-text/namazu/namazu-2.0.22_pre8.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="7"
+EAPI="8"
 
 inherit autotools elisp-common
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
@ 2024-08-10  6:58 Joonas Niilola
  0 siblings, 0 replies; 10+ messages in thread
From: Joonas Niilola @ 2024-08-10  6:58 UTC (permalink / raw
  To: gentoo-commits

commit:     41b76182447dfb8446831fb3656e2ca4a45e1765
Author:     gentoo-setan <gentoo-setan <AT> protonmail <DOT> com>
AuthorDate: Sun Jul 21 10:41:51 2024 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Aug 10 06:58:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41b76182

app-text/namazu: fix variable order

Signed-off-by: gentoo-setan <gentoo-setan <AT> protonmail.com>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 app-text/namazu/namazu-2.0.22_pre8.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-text/namazu/namazu-2.0.22_pre8.ebuild b/app-text/namazu/namazu-2.0.22_pre8.ebuild
index d902b8bc9dbe..118401efebb8 100644
--- a/app-text/namazu/namazu-2.0.22_pre8.ebuild
+++ b/app-text/namazu/namazu-2.0.22_pre8.ebuild
@@ -10,6 +10,7 @@ MY_P="${P/_pre/pre}"
 DESCRIPTION="Namazu is a full-text search engine"
 HOMEPAGE="http://www.namazu.org/"
 SRC_URI="http://www.namazu.org/test/${MY_P}.tar.gz"
+S="${WORKDIR}"/${MY_P}
 
 LICENSE="GPL-2+"
 SLOT="0"
@@ -34,7 +35,6 @@ RDEPEND="dev-perl/File-MMagic
 	)"
 DEPEND="${RDEPEND}"
 BDEPEND="nls? ( sys-devel/gettext )"
-S="${WORKDIR}"/${MY_P}
 
 PATCHES=(
 	"${FILESDIR}"/${PN}-gentoo.patch


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

end of thread, other threads:[~2024-08-10  6:58 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-10 12:40 [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ Akinori Hattori
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  6:58 Joonas Niilola
2024-05-07 12:38 Akinori Hattori
2024-05-07 12:38 Akinori Hattori
2021-10-05 13:36 Akinori Hattori
2021-10-05 13:36 Akinori Hattori
2021-10-05 13:36 Akinori Hattori
2018-07-20 13:44 Akinori Hattori
2017-12-10 12:40 Akinori Hattori
2016-06-25 15:39 Ulrich Müller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox