diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:22:12 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 17:22:12 +0000 |
commit | 50f9b7434c607ab0e9c1e5c3c59bbcf84ec4e00e (patch) | |
tree | a30966783726c87b68b74fa3edb914e6ae184feb /dev-php/PEAR-DB | |
parent | change BACK from econf to ./configure, closing bug #47588 by: Toni Viemero <t... (diff) | |
download | historical-50f9b7434c607ab0e9c1e5c3c59bbcf84ec4e00e.tar.gz historical-50f9b7434c607ab0e9c1e5c3c59bbcf84ec4e00e.tar.bz2 historical-50f9b7434c607ab0e9c1e5c3c59bbcf84ec4e00e.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-DB')
-rw-r--r-- | dev-php/PEAR-DB/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.3.ebuild | 3 | ||||
-rw-r--r-- | dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild | 3 |
3 files changed, 9 insertions, 3 deletions
diff --git a/dev-php/PEAR-DB/ChangeLog b/dev-php/PEAR-DB/ChangeLog index 7af2dbd9c5ff..57bd67d7d7fe 100644 --- a/dev-php/PEAR-DB/ChangeLog +++ b/dev-php/PEAR-DB/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-DB # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.5 2004/03/15 19:17:45 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/ChangeLog,v 1.6 2004/04/12 17:22:12 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-DB-1.3.ebuild, + PEAR-DB-1.5.0_rc2.ebuild: + Added IUSE=. *PEAR-DB-1.6.1 (15 Mar 2004) diff --git a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild index 8a40bd73c406..d121dcd675ee 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild,v 1.4 2004/03/15 19:17:45 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.3.ebuild,v 1.5 2004/04/12 17:22:12 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="Database abstraction layer for PHP" @@ -12,6 +12,7 @@ KEYWORDS="x86 ppc sparc alpha" DEPEND="virtual/php" RDEPEND="${DEPEND}" S=${WORKDIR}/${MY_P} +IUSE="" src_install () { insinto /usr/lib/php/ diff --git a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild b/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild index 1923a6887415..e576a29e3992 100644 --- a/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild +++ b/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.2 2004/03/15 19:17:45 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-DB/PEAR-DB-1.5.0_rc2.ebuild,v 1.3 2004/04/12 17:22:12 aliz Exp $ inherit php-pear @@ -8,3 +8,4 @@ DESCRIPTION="Database abstraction layer for PHP" LICENSE="PHP" SLOT="0" KEYWORDS="x86 ~ppc ~sparc ~alpha" +IUSE="" |