Gentoo Logo
Gentoo Spaceship




Note: Due to technical difficulties, the Archives are currently not up to date. GMANE provides an alternative service for most mailing lists.
c.f. bug 424647
List Archive: gentoo-commits
Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Headers:
To: gentoo-commits@g.o
From: "Caleb Tennis (caleb)" <caleb@g.o>
Subject: gentoo-x86 commit in app-misc/sphinx: ChangeLog sphinx-0.9.8.ebuild
Date: Mon, 21 Jul 2008 18:33:35 +0000
caleb       08/07/21 18:33:35

  Modified:             ChangeLog
  Added:                sphinx-0.9.8.ebuild
  Log:
  version bump
  (Portage version: 2.1.5.2)

Revision  Changes    Path
1.10                 app-misc/sphinx/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	25 May 2008 17:20:15 -0000	1.9
+++ ChangeLog	21 Jul 2008 18:33:35 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for app-misc/sphinx
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.9 2008/05/25 17:20:15 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/ChangeLog,v 1.10 2008/07/21 18:33:35 caleb Exp $
+
+*sphinx-0.9.8 (21 Jul 2008)
+
+  21 Jul 2008; Caleb Tennis <caleb@g.o> +sphinx-0.9.8.ebuild:
+  version bump
 
   25 May 2008; Caleb Tennis <caleb@g.o>
   -files/sphinx-0.9.7-fix-sandbox.patch, -sphinx-0.9.7.ebuild,



1.1                  app-misc/sphinx/sphinx-0.9.8.ebuild

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

Index: sphinx-0.9.8.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-misc/sphinx/sphinx-0.9.8.ebuild,v 1.1 2008/07/21 18:33:35 caleb 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="~x86 ~amd64"
IUSE="debug mysql postgres stemmer"

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

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 \
		$(use_with mysql) \
		$(use_with postgres pgsql) \
		$(use_with stemmer libstemmer) \
		$(use_with debug) || die "econf failed"

	emake || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install || die "install failed"
	dodoc doc/* example.sql
	dodir /etc/sphinx
	insinto /etc/sphinx
	doins sphinx.conf.dist

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





Navigation:
Lists: gentoo-commits: < Prev By Thread Next > < Prev By Date Next >
Previous by thread:
gentoo-x86 commit in app-crypt/ophcrack-tables: - New directory
Next by thread:
gentoolkit r499 - trunk/src/revdep-rebuild
Previous by date:
gentoo-x86 commit in dev-util/meld: ChangeLog meld-1.1.5.1-r1.ebuild
Next by date:
gentoolkit r499 - trunk/src/revdep-rebuild


Updated Aug 17, 2011

Summary: Archive of the gentoo-commits mailing list.

Donate to support our development efforts.

Copyright 2001-2013 Gentoo Foundation, Inc. Questions, Comments? Contact us.