public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/
Date: Sun, 10 Dec 2017 12:40:36 +0000 (UTC)	[thread overview]
Message-ID: <1512909619.2dae0890abe08748861be73568fe22f4a1613928.hattya@gentoo> (raw)

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
 


             reply	other threads:[~2017-12-10 12:40 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-12-10 12:40 Akinori Hattori [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-10  6:58 [gentoo-commits] repo/gentoo:master commit in: app-text/namazu/ 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

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=1512909619.2dae0890abe08748861be73568fe22f4a1613928.hattya@gentoo \
    --to=hattya@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