diff options
author | 2008-10-29 11:41:57 +0000 | |
---|---|---|
committer | 2008-10-29 11:41:57 +0000 | |
commit | ad151ca2560641f75ae47301f08fc09e1bcec492 (patch) | |
tree | ae8ce35c199811bb11b656c73a1357f9ddac4726 /dev-php/adodb/adodb-5.02.ebuild | |
parent | Force -j1 during install, see bug #240746. (diff) | |
download | gentoo-2-ad151ca2560641f75ae47301f08fc09e1bcec492.tar.gz gentoo-2-ad151ca2560641f75ae47301f08fc09e1bcec492.tar.bz2 gentoo-2-ad151ca2560641f75ae47301f08fc09e1bcec492.zip |
Version bump. Removed old, php-4 dependent versions.
(Portage version: 2.2_rc12/cvs/Linux 2.6.26-openvz.git-35f41f1 i686)
Diffstat (limited to 'dev-php/adodb/adodb-5.02.ebuild')
-rw-r--r-- | dev-php/adodb/adodb-5.02.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/dev-php/adodb/adodb-5.02.ebuild b/dev-php/adodb/adodb-5.02.ebuild deleted file mode 100644 index 3b1459ded799..000000000000 --- a/dev-php/adodb/adodb-5.02.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/adodb/adodb-5.02.ebuild,v 1.7 2007/11/22 18:54:21 drac Exp $ - -inherit php-lib-r1 versionator - -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86" -DESCRIPTION="Active Data Objects Data Base library for PHP." -HOMEPAGE="http://adodb.sourceforge.net/" - -MY_PV=$(delete_all_version_separators "${PV}" ) -SRC_URI="mirror://sourceforge/adodb/${PN}${MY_PV}.tgz" -LICENSE="LGPL-2.1" -SLOT="0" -IUSE="" - -DEPEND="" -RDEPEND="" - -S=${WORKDIR}/${PN}$(get_major_version) - -need_php5 - -pkg_setup() { - ewarn "ADODB requires some form of SQL or ODBC support in your PHP." -} - -src_install() { - # install php files - php-lib-r1_src_install . `find . -name '*.php' -print` - - # install xsl files - php-lib-r1_src_install . xsl/*.xsl - - # install documentation - dohtml docs/*.htm - dodoc *.txt xmlschema.dtd session/adodb-sess.txt pear/readme.Auth.txt -} |