public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-misc/sphinx: ChangeLog sphinx-0.9.9_rc2-r1.ebuild
@ 2009-11-05 15:41 Hans de Graaff (graaff)
  0 siblings, 0 replies; only message in thread
From: Hans de Graaff (graaff) @ 2009-11-05 15:41 UTC (permalink / raw
  To: gentoo-commits

graaff      09/11/05 15:41:58

  Modified:             ChangeLog
  Added:                sphinx-0.9.9_rc2-r1.ebuild
  Log:
  Belated commit: add init.d file for managing searchd.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.19                 app-misc/sphinx/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sphinx/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sphinx/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	23 Jul 2009 21:48:24 -0000	1.18
+++ ChangeLog	5 Nov 2009 15:41:57 -0000	1.19
@@ -1,6 +1,12 @@
 # ChangeLog for app-misc/sphinx
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.18 2009/07/23 21:48:24 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.19 2009/11/05 15:41:57 graaff Exp $
+
+*sphinx-0.9.9_rc2-r1 (26 Sep 2009)
+
+  26 Sep 2009; Hans de Graaff <graaff@gentoo.org>
+  +sphinx-0.9.9_rc2-r1.ebuild, +files/searchd.rc:
+  Add init.d script to start and stop sphinx' searchd.
 
 *sphinx-0.9.9_rc2 (23 Jul 2009)
 



1.1                  app-misc/sphinx/sphinx-0.9.9_rc2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sphinx/sphinx-0.9.9_rc2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-misc/sphinx/sphinx-0.9.9_rc2-r1.ebuild?rev=1.1&content-type=text/plain

Index: sphinx-0.9.9_rc2-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.9_rc2-r1.ebuild,v 1.1 2009/11/05 15:41:57 graaff Exp $

inherit eutils autotools

MY_P=${P/_/-}

DESCRIPTION="Full-text search engine with support for MySQL and PostgreSQL"
HOMEPAGE="http://www.sphinxsearch.com/"
SRC_URI="http://sphinxsearch.com/downloads/${MY_P}.tar.gz
	stemmer? ( http://snowball.tartarus.org/dist/libstemmer_c.tgz )"
RESTRICT="mirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="debug id64 mysql postgres stemmer test"

DEPEND="mysql? ( virtual/mysql )
	postgres? ( virtual/postgresql-base )"
RDEPEND="${DEPEND}
	test? ( dev-lang/php )"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${MY_P}.tar.gz
	if use stemmer; then
		cd "${S}"
		unpack libstemmer_c.tgz
	fi
	cd "${S}"
	eautoreconf
}

src_compile() {
	econf \
		--sysconfdir="/etc/${PN}" \
		$(use_enable id64) \
		$(use_with debug) \
		$(use_with mysql) \
		$(use_with postgres pgsql) \
		$(use_with stemmer libstemmer)

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc doc/*

	dodir /var/lib/sphinx
	dodir /var/log/sphinx
	dodir /var/run/sphinx

	newinitd "${FILESDIR}"/searchd.rc searchd
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-05 15:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-05 15:41 [gentoo-commits] gentoo-x86 commit in app-misc/sphinx: ChangeLog sphinx-0.9.9_rc2-r1.ebuild Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox