summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorThomas Anderson <gentoofan23@gentoo.org>2008-08-07 10:52:11 +0000
committerThomas Anderson <gentoofan23@gentoo.org>2008-08-07 10:52:11 +0000
commitfffebd252fcfcf4bbfdfe783f6c641aef5b4a136 (patch)
tree6bb5ee5246ced50a398355aebc37e76b5638e5d8 /dev-db
parentlibass moved to gentoo-x86 (diff)
downloadsunrise-fffebd252fcfcf4bbfdfe783f6c641aef5b4a136.tar.gz
sunrise-fffebd252fcfcf4bbfdfe783f6c641aef5b4a136.tar.bz2
sunrise-fffebd252fcfcf4bbfdfe783f6c641aef5b4a136.zip
Moved to gentoo-x86
svn path=/sunrise/; revision=6698
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/sphinx/ChangeLog12
-rw-r--r--dev-db/sphinx/Manifest5
-rw-r--r--dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch14
-rw-r--r--dev-db/sphinx/metadata.xml5
-rw-r--r--dev-db/sphinx/sphinx-0.9.7_rc2.ebuild45
5 files changed, 0 insertions, 81 deletions
diff --git a/dev-db/sphinx/ChangeLog b/dev-db/sphinx/ChangeLog
deleted file mode 100644
index ec07e6532..000000000
--- a/dev-db/sphinx/ChangeLog
+++ /dev/null
@@ -1,12 +0,0 @@
-# ChangeLog for dev-db/sphinx
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 03 Apr 2007; Markus Ullmann <jokey@gentoo.org> sphinx-0.9.7_rc2.ebuild:
- ebuild fixes
-
- 31 Mar 2007; Kevin Fullerton (kfullert)
- <kevin.fullerton@shotgun-suicide.co.uk> +sphinx-0.9.7_rc2.ebuild,
- +files/sphinx-0.9.7_rc2-fix-sandbox.patch, +metadata.xml:
- New ebuild for bug 144413
-
diff --git a/dev-db/sphinx/Manifest b/dev-db/sphinx/Manifest
deleted file mode 100644
index 96d86271d..000000000
--- a/dev-db/sphinx/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-AUX sphinx-0.9.7_rc2-fix-sandbox.patch 569 RMD160 2b080fc19c0a17d44560c5b1a6240949d060b4aa SHA1 8814651ae76587d69b048d06ac8481b8a818454d SHA256 e14ec7dae1fd01199435512f7760d66b406a3329ff5dc9d12263b1c5f7455262
-DIST sphinx-0.9.7-rc2.tar.gz 270445 RMD160 d2f17d7c4c68e610b63b9bdf24cd8d4caaefa2c6 SHA1 cd76fd43108f4b23aeceb2a0964440b09c1280a3 SHA256 38ee9be39ae019ab06a6b053286a60ce699be89dbff00221fed05169dfe92533
-EBUILD sphinx-0.9.7_rc2.ebuild 911 RMD160 2c6de4b179f3411bd0d8e6bcf8baa3aabe68b19d SHA1 117e981c7aa6dc06d03054a75ca6b7533d680926 SHA256 c8800a98e61fd9c4d45f37132de5a642cf2d80af90d10852028f454f788a3333
-MISC ChangeLog 403 RMD160 1a2a91a2c48f99a41e7f01c044e07a035d20126e SHA1 2e60b5f8f8e547eee83237cdbf63404cb94c44a8 SHA256 9feb1b518f624131f65a1beedbb45255cec638752a1b2fa1f671e856752201a4
-MISC metadata.xml 170 RMD160 645927a396fdc21cdeb089fe42c5397332420ea6 SHA1 ac7f48a14fec325926f9ce1be8fbf1f311b4f2e4 SHA256 d797a2ec6f9dc516c9f9c1a758ee87ad3e8c43101b5dc76c2f872d5bd4639b42
diff --git a/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch b/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch
deleted file mode 100644
index 5c9bec3cb..000000000
--- a/dev-db/sphinx/files/sphinx-0.9.7_rc2-fix-sandbox.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -ur sphinx-0.9.7-rc2.orig/Makefile.am sphinx-0.9.7-rc2/Makefile.am
---- sphinx-0.9.7-rc2.orig/Makefile.am 2007-03-31 12:41:51.000000000 +0000
-+++ sphinx-0.9.7-rc2/Makefile.am 2007-03-31 12:47:05.000000000 +0000
-@@ -1,8 +1,8 @@
- SUBDIRS = src
- EXTRA_DIST = api storage sphinx.conf.in sphinx.sln todo.txt example.sql
--sysconf_DATA = sphinx.conf.dist example.sql
-+#sysconf_DATA = sphinx.conf.dist example.sql
-
- install-data-hook:
-- mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log
-+# mkdir -p $(localstatedir)/data && mkdir -p $(localstatedir)/log
-
-
diff --git a/dev-db/sphinx/metadata.xml b/dev-db/sphinx/metadata.xml
deleted file mode 100644
index 7e3286984..000000000
--- a/dev-db/sphinx/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>maintainer-wanted</herd>
-</pkgmetadata>
diff --git a/dev-db/sphinx/sphinx-0.9.7_rc2.ebuild b/dev-db/sphinx/sphinx-0.9.7_rc2.ebuild
deleted file mode 100644
index 0a69a2336..000000000
--- a/dev-db/sphinx/sphinx-0.9.7_rc2.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit eutils autotools
-
-MY_P="${P/_rc/-rc}"
-
-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"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mysql postgres debug"
-
-DEPEND="mysql? ( virtual/mysql )
- postgres? ( dev-db/postgresql )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}"/${P}-fix-sandbox.patch
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_with mysql) \
- $(use_with postgres) \
- $(use_with debug) || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
- dodoc doc/* example.sql
- insinto /etc/
- doins sphinx.conf.dist
-}