diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-02-25 07:30:14 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-02-25 07:30:14 +0000 |
commit | f63ae445803c08f6a763e8129889cc9f1f3212fb (patch) | |
tree | 94b8b0fdef2bc12c6154bdb72b66de24008614d4 /dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild | |
parent | masking hdbc ebuilds (diff) | |
download | gentoo-2-f63ae445803c08f6a763e8129889cc9f1f3212fb.tar.gz gentoo-2-f63ae445803c08f6a763e8129889cc9f1f3212fb.tar.bz2 gentoo-2-f63ae445803c08f6a763e8129889cc9f1f3212fb.zip |
Initial ebuild.
(Portage version: 2.1_pre4-r1)
Diffstat (limited to 'dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild')
-rw-r--r-- | dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild b/dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild new file mode 100644 index 000000000000..1de22ec30d72 --- /dev/null +++ b/dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-MDB2/PEAR-MDB2-2.0.0.ebuild,v 1.1 2006/02/25 07:27:48 sebastian Exp $ + +inherit php-pear-r1 + +DESCRIPTION="Database Abstraction Layer" +LICENSE="BSD" +SLOT="0" +KEYWORDS="~x86" +IUSE="" |