summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/sqlite-php/sqlite-php-0.0.5.ebuild')
-rw-r--r--dev-php/sqlite-php/sqlite-php-0.0.5.ebuild32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild b/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
deleted file mode 100644
index 2da17ebb995c..000000000000
--- a/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/sqlite-php/sqlite-php-0.0.5.ebuild,v 1.18 2005/04/22 14:51:51 blubb Exp $
-
-DESCRIPTION="PHP bindings for SQLite"
-SRC_URI="mirror://sourceforge/sqlite-php/${P}.tgz"
-HOMEPAGE="http://sourceforge.net/projects/sqlite-php/"
-DEPEND="virtual/libc
- >=dev-php/php-4.2
- =dev-db/sqlite-2*
- !dev-php/PECL-sqlite"
-
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 ppc ia64 ~sparc amd64"
-IUSE=""
-PHP_EXT_NAME="sqlite"
-PHP_ZEND_EXT=
-
-inherit php-ext-source
-
-src_compile() {
- myconf="${myconf} --with-sqlite=shared"
- php-ext-source_src_compile
-}
-
-src_install () {
-
- php-ext-source_src_install
- dodoc README CREDITS CHANGES
-
-}