diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 08:55:58 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-16 08:55:58 +0000 |
commit | 4618aa374b9bad794d9fdbde291962a8a0562b1b (patch) | |
tree | 299fc5e1cdf44d029cde704fb6884769e76d6622 /dev-php/PEAR-Log | |
parent | PHP update (diff) | |
download | gentoo-2-4618aa374b9bad794d9fdbde291962a8a0562b1b.tar.gz gentoo-2-4618aa374b9bad794d9fdbde291962a8a0562b1b.tar.bz2 gentoo-2-4618aa374b9bad794d9fdbde291962a8a0562b1b.zip |
New package.
Diffstat (limited to 'dev-php/PEAR-Log')
-rw-r--r-- | dev-php/PEAR-Log/ChangeLog | 13 | ||||
-rw-r--r-- | dev-php/PEAR-Log/PEAR-Log-1.1.ebuild | 23 | ||||
-rw-r--r-- | dev-php/PEAR-Log/files/digest-PEAR-Log-1.1 | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-php/PEAR-Log/ChangeLog b/dev-php/PEAR-Log/ChangeLog new file mode 100644 index 000000000000..04325a3781d8 --- /dev/null +++ b/dev-php/PEAR-Log/ChangeLog @@ -0,0 +1,13 @@ +# 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.1 2002/07/16 08:55:58 rphillips Exp $ + +*PEAR-Log-1.1 (16 Jul 2002) + + 16 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that the + comments should well explained and written in clean English. The details about + writing correct changelogs are explained in the skel.ChangeLog file which you + can find in the root directory of the portage repository. diff --git a/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild new file mode 100644 index 000000000000..27abfcc592e1 --- /dev/null +++ b/dev-php/PEAR-Log/PEAR-Log-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2002 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.1 2002/07/16 08:55:58 rphillips Exp $ + +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" +# Afaik, anything that runs php will run this... +KEYWORDS="x86 ppc sparc" +DEPEND="dev-php/mod_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.1 b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.1 new file mode 100644 index 000000000000..3db50e39ff15 --- /dev/null +++ b/dev-php/PEAR-Log/files/digest-PEAR-Log-1.1 @@ -0,0 +1 @@ +MD5 66617006d074ed9c2ba30a94f492880d Log-1.1.tgz 6331 |