summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php/adodb/adodb-4.53.ebuild')
-rw-r--r--dev-php/adodb/adodb-4.53.ebuild34
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-php/adodb/adodb-4.53.ebuild b/dev-php/adodb/adodb-4.53.ebuild
deleted file mode 100644
index 46adeb33003c..000000000000
--- a/dev-php/adodb/adodb-4.53.ebuild
+++ /dev/null
@@ -1,34 +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/adodb/adodb-4.53.ebuild,v 1.4 2005/01/06 02:55:55 pfeifer Exp $
-
-inherit php-lib
-
-DESCRIPTION="Active Data Objects Data Base library for PHP"
-HOMEPAGE="http://adodb.sourceforge.net/"
-MY_P=${PN}${PV//./}
-SRC_URI="mirror://sourceforge/adodb/${MY_P}.tgz"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="x86 ~ia64 alpha ~sparc ~ppc"
-IUSE=""
-DEPEND=""
-RDEPEND="virtual/php"
-S="${WORKDIR}/${PN}"
-
-pkg_setup() {
- ewarn "ADODB requires some form of SQL or ODBC support in your PHP."
-}
-
-src_install() {
- # install php files
- php-lib_src_install . `find . -name '*.php'`
-
- # install xsl files
- insinto /usr/lib/php/adodb/xsl
- doins xsl/*.xsl
-
- # install documentation
- dohtml docs/*.htm
- dodoc *.txt xmlschema.dtd session/adodb-sess.txt pear/readme.Auth.txt
-}