From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/lucene++/
Date: Mon, 22 Oct 2018 16:15:01 +0000 (UTC) [thread overview]
Message-ID: <1540224829.1593c2fdcaeb97085146a8f345b7ce2458a928fb.asturm@gentoo> (raw)
commit: 1593c2fdcaeb97085146a8f345b7ce2458a928fb
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 14 13:48:27 2018 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 22 16:13:49 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1593c2fd
dev-cpp/lucene++: EAPI-6 bump
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Closes: https://github.com/gentoo/gentoo/pull/10144
dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild | 36 +++++++++++++++++++++++++++++++
1 file changed, 36 insertions(+)
diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild
new file mode 100644
index 00000000000..731f8871827
--- /dev/null
+++ b/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+MY_P="LucenePlusPlus-rel_${PV}"
+inherit cmake-utils
+
+DESCRIPTION="C++ port of Lucene library, a high-performance, full-featured text search engine"
+HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus"
+SRC_URI="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="|| ( LGPL-3 Apache-2.0 )"
+SLOT="0"
+KEYWORDS="amd64 hppa ppc ppc64 sparc x86"
+IUSE="debug"
+
+DEPEND="dev-libs/boost:="
+RDEPEND="${DEPEND}"
+
+RESTRICT="test"
+
+S="${WORKDIR}/${MY_P}"
+
+DOCS=( AUTHORS README.rst )
+
+PATCHES=( "${FILESDIR}/${P}-boost-1.58.patch" )
+
+src_configure() {
+ local mycmakeargs=(
+ -DENABLE_DEMO=OFF
+ -DENABLE_TEST=OFF
+ )
+
+ cmake-utils_src_configure
+}
next reply other threads:[~2018-10-22 16:15 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-22 16:15 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-09-04 21:24 [gentoo-commits] repo/gentoo:master commit in: dev-cpp/lucene++/ Andreas Sturmlechner
2022-08-28 5:06 WANG Xuerui
2021-10-31 7:59 Sam James
2021-06-12 13:42 David Seifert
2021-02-14 21:50 Andreas Sturmlechner
2020-02-24 12:55 Agostino Sarubbo
2020-02-22 14:19 Sergei Trofimovich
2020-02-17 12:21 Agostino Sarubbo
2020-02-17 12:09 Agostino Sarubbo
2020-02-16 13:51 Sergei Trofimovich
2020-02-15 12:22 Mikle Kolyada
2020-01-05 12:31 Johannes Huber
2018-11-11 22:10 Andreas Sturmlechner
2018-02-23 22:10 Sergei Trofimovich
2018-01-24 21:25 Sergei Trofimovich
2017-12-23 19:53 Sergei Trofimovich
2017-09-24 10:39 Sergei Trofimovich
2017-06-02 12:04 Jeroen Roovers
2016-12-31 22:20 Agostino Sarubbo
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=1540224829.1593c2fdcaeb97085146a8f345b7ce2458a928fb.asturm@gentoo \
--to=asturm@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