johu        15/01/10 13:37:49

  Added:                lucene++-3.0.6.ebuild ChangeLog metadata.xml
  Log:
  New package. Ebuild by Nikoli <[email protected]>. Bug #528550.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
F3CFD2BD)

Revision  Changes    Path
1.1                  dev-cpp/lucene++/lucene++-3.0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.6.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.6.ebuild?rev=1.1&content-type=text/plain

Index: lucene++-3.0.6.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/lucene++-3.0.6.ebuild,v 1.1 
2015/01/10 13:37:49 johu Exp $

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
}



1.1                  dev-cpp/lucene++/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/ChangeLog?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-cpp/lucene++
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-cpp/lucene++/ChangeLog,v 1.1 2015/01/10 
13:37:49 johu Exp $

*lucene++-3.0.6 (10 Jan 2015)

  10 Jan 2015; Johannes Huber <[email protected]> +lucene++-3.0.6.ebuild,
  +files/lucene++-3.0.6-disable-demos.patch,
  +files/lucene++-3.0.6-disable-tests.patch,
  +files/lucene++-3.0.6-fix-installing-headers.patch, +metadata.xml:
  New package. Ebuild by Nikoli <[email protected]>. Bug #528550.




1.1                  dev-cpp/lucene++/metadata.xml

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/metadata.xml?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/lucene++/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
<pkgmetadata>
        <maintainer>
                <email>[email protected]</email>
                <name>Johannes Huber</name>
        </maintainer>
    <upstream>
                <remote-id 
type="github">luceneplusplus/luceneplusplus</remote-id>
        </upstream>
</pkgmetadata>





Reply via email to