diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:38:28 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:38:28 +0000 |
commit | 9e4c008cedfa4b38573b3882e8c6f3b542c06a7f (patch) | |
tree | 2586ca041d7e352b6df19eddf9653c3ec3f597a2 /dev-php | |
parent | Unmasked sawfish-2.0 for further sawfish-1.2 testing (diff) | |
download | gentoo-2-9e4c008cedfa4b38573b3882e8c6f3b542c06a7f.tar.gz gentoo-2-9e4c008cedfa4b38573b3882e8c6f3b542c06a7f.tar.bz2 gentoo-2-9e4c008cedfa4b38573b3882e8c6f3b542c06a7f.zip |
Bug 6610 - overdue
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 7 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.2.ebuild | 21 | ||||
-rw-r--r-- | dev-php/PEAR-Log/files/digest-PEAR-Log-1.2 | 1 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog index 6e1569b65573..5d2437a75a5c 100644 --- a/dev-php/PEAR-Log/ChangeLog +++ b/dev-php/PEAR-Log/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-php/PEAR-Log # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.2 2002/07/16 08:56:36 rphillips Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Log/ChangeLog,v 1.3 2002/11/18 14:38:28 mcummings Exp $ + +*PEAR-Log-1.2 (18 Nov 2002) + + 18 Nov 2002 <mcummings@gentoo.org> PEAR-Log-1.2.ebuild : + Submitted by Nigel Uno <nigel_ebuilds@unos.net> as an update/bump. *PEAR-Log-1.1 (16 Jul 2002) diff --git a/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild new file mode 100644 index 000000000000..0ed3e938b0b2 --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.2.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="The Log framework provides an abstracted logging system supporting logging to console, file, syslog, SQL, and mcal targets." +HOMEPAGE="http://pear.php.net/package-info.php?pacid=8" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~sparc64 ~alpha" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/ + doins Log.php + insinto /usr/lib/php/Log/ + doins Log/* +} diff --git a/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2 new file mode 100644 index 000000000000..d5f8a22587ea --- /dev/null +++ b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.2 @@ -0,0 +1 @@ +MD5 94d3ce13ec9642273d3903dc6422474b Log-1.2.tgz 7145 |