diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-05-21 01:50:31 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-05-21 01:50:31 +0000 |
commit | cb4a5c1d50a2ad83bbe170b9b16ddfe7406eb60c (patch) | |
tree | 0ea2b85caf987c649dea6d3d2910df0018220139 /dev-php/adodb/adodb-4.65.ebuild | |
parent | Remove old-style PHP packages. (diff) | |
download | historical-cb4a5c1d50a2ad83bbe170b9b16ddfe7406eb60c.tar.gz historical-cb4a5c1d50a2ad83bbe170b9b16ddfe7406eb60c.tar.bz2 historical-cb4a5c1d50a2ad83bbe170b9b16ddfe7406eb60c.zip |
Remove old-style PHP packages.
Package-Manager: portage-2.1_pre10-r5
Diffstat (limited to 'dev-php/adodb/adodb-4.65.ebuild')
-rw-r--r-- | dev-php/adodb/adodb-4.65.ebuild | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/dev-php/adodb/adodb-4.65.ebuild b/dev-php/adodb/adodb-4.65.ebuild deleted file mode 100644 index 5598a0ed3b7c..000000000000 --- a/dev-php/adodb/adodb-4.65.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.65.ebuild,v 1.5 2005/09/17 21:21:23 hansmi 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="alpha ~amd64 ia64 ppc ~sparc x86" -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 -} |