diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-17 15:02:29 +0000 |
commit | cbacf8d22c230b56ee79b1aef539fc3b7d6b7981 (patch) | |
tree | 49b84778afab9444be29e1b00c8b17f5f074afba /dev-php/PEAR-Log | |
parent | fixed newdepend (diff) | |
download | gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.gz gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.tar.bz2 gentoo-2-cbacf8d22c230b56ee79b1aef539fc3b7d6b7981.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 6 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 2dc18e40caaf..db71e67ba685 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.13 2004/03/15 14:19:46 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.14 2004/04/17 15:02:28 aliz Exp $ + + 17 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> PEAR-Log-1.1.ebuild, + PEAR-Log-1.2.ebuild: + Added IUSE= 15 Mar 2004; Tal Peer <coredumb@gentoo.org> PEAR-Log-1.8.3.ebuild: x86 stable diff --git a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild index 1af5bd349c46..d5941521c1bd 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # Authore: Tom von Schwerdtner <tvon@etria.org> -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.6 2004/01/10 00:06:21 coredumb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild,v 1.7 2004/04/17 15:02:28 aliz Exp $ MY_P=${PN/PEAR-//}-${PV} DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc sparc" DEPEND="virtual/php" S=${WORKDIR}/${MY_P} +IUSE="" src_install () { insinto /usr/lib/php/ diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild index 6977bbe3b44c..5d6ecff29a34 100644 --- a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild +++ b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild @@ -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/ |