summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-02-14 22:43:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-02-14 22:43:39 +0100
commiteede5c623859e512aa3c005f22082e0b507307c4 (patch)
tree0dabfb7d1cb5ea9ea076a75ab4b57c84481eed21 /dev-cpp
parentapp-arch/gnome-autoar: security bump to 0.3.0 (diff)
downloadgentoo-eede5c623859e512aa3c005f22082e0b507307c4.tar.gz
gentoo-eede5c623859e512aa3c005f22082e0b507307c4.tar.bz2
gentoo-eede5c623859e512aa3c005f22082e0b507307c4.zip
dev-cpp/lucene++: Drop 3.0.7-r1
Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild b/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild
deleted file mode 100644
index 73ce5940456c..000000000000
--- a/dev-cpp/lucene++/lucene++-3.0.7-r1.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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
-}