New strigi-release unused files

This commit is contained in:
Micha Glave 2007-02-08 13:19:00 +00:00
parent 20c868d864
commit 2caf49fcb2
2 changed files with 0 additions and 37 deletions

View File

@ -1,8 +0,0 @@
DIST clucene-0.9.10.tar.gz 1833764 RMD160 5b2a319494c34a65f4fb4ee35228d1a536db1f5a SHA1 8f1d2a022351e5d557792947414adbb84bd7bcab SHA256 85fcc9f3ddf2135254f5a915b6b7534cd1c3e14ee0496e3177f1256c6235fc92
EBUILD clucene-0.9.10.ebuild 902 RMD160 4b2e8f051b817548408cfbc3cc172dac46cbaab0 SHA1 03111031925ecc3877ffd65b90982b30d398dca2 SHA256 0edd2fac1adef4bceeeccef92db1f2e7d8655d7f16adc00ae63566f18bc6a695
MD5 a71e1901b126d73b21d37ae3cbedf10f clucene-0.9.10.ebuild 902
RMD160 4b2e8f051b817548408cfbc3cc172dac46cbaab0 clucene-0.9.10.ebuild 902
SHA256 0edd2fac1adef4bceeeccef92db1f2e7d8655d7f16adc00ae63566f18bc6a695 clucene-0.9.10.ebuild 902
MD5 ce920bc8c4ebb942ecbc62f48a74b555 files/digest-clucene-0.9.10 247
RMD160 eee3a459362a41547e02d10af3fb0c8cd7670344 files/digest-clucene-0.9.10 247
SHA256 132760d0637069b13c2fb9704492a6f72a86c1d5877430eb58494c13b569e8d6 files/digest-clucene-0.9.10 247

View File

@ -1,29 +0,0 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header$
DESCRIPTION="C++ port of lucene"
HOMEPAGE="http://www.sourceforge.net/projects/clucene"
SRC_URI="mirror://sourceforge/clucene/${P}.tar.gz"
LICENSE="LGPL-2.1"
KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
SLOT="0"
IUSE="unicode"
DEPEND="sys-devel/libtool"
src_compile() {
# Some files fail to get installed if we don't redo automake/autoconf.
automake
autoconf
# We cannot use use_enable due to a bug in the configure script which
# causes both --disable and --enable to enable unicode;
# patch already submitted upstream. Note that I can't actually get UCS2
# support to compile at all on my machine.
econf $(useq unicode && echo '--enable-ucs2') || die "econf failed"
emake || die "emake failed"
}
src_install() {
make DESTDIR="${D}" install || die "make install failed"
}