diff options
| author | Sergey Popov <pinkbyte@gentoo.org> | 2015-11-07 14:36:38 +0300 |
|---|---|---|
| committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-11-07 14:39:33 +0300 |
| commit | 6f2a47bbaec096fcd4bc9b8d6a3977f026f96afa (patch) | |
| tree | 7954556c72a87d5297f88d16c75d8e587b7d083c /dev-cpp/lucene++/lucene++-3.0.6.ebuild | |
| parent | 37183e58ffa937202e3bf9e065cf0b139aa26b4f (diff) | |
| download | gentoo-6f2a47bbaec096fcd4bc9b8d6a3977f026f96afa.tar.gz gentoo-6f2a47bbaec096fcd4bc9b8d6a3977f026f96afa.tar.bz2 gentoo-6f2a47bbaec096fcd4bc9b8d6a3977f026f96afa.zip | |
dev-cpp/lucene++: drop old version
Package-Manager: portage-2.2.24
Diffstat (limited to 'dev-cpp/lucene++/lucene++-3.0.6.ebuild')
| -rw-r--r-- | dev-cpp/lucene++/lucene++-3.0.6.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-cpp/lucene++/lucene++-3.0.6.ebuild b/dev-cpp/lucene++/lucene++-3.0.6.ebuild deleted file mode 100644 index 702ca21bca72..000000000000 --- a/dev-cpp/lucene++/lucene++-3.0.6.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -MY_P="LucenePlusPlus-rel_${PV}" -inherit cmake-utils multilib - -DESCRIPTION="C++ port of Java 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 ~x86" -IUSE="debug" - -DEPEND="dev-libs/boost:=" -RDEPEND="${DEPEND}" - -RESTRICT="test" - -S="${WORKDIR}/${MY_P}" - -DOCS=( AUTHORS README.rst ) - -PATCHES=( - "${FILESDIR}/${P}-disable-demos.patch" - "${FILESDIR}/${P}-disable-tests.patch" - "${FILESDIR}/${P}-fix-installing-headers.patch" -) - -src_configure() { - local mycmakeargs=( - -DLIB_DESTINATION=$(get_libdir) - ) - cmake-utils_src_configure -} |
