diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 17:45:42 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-07-19 17:45:42 +0000 |
commit | 4a99e5639e001c16c700a705b65573bf6362f6c5 (patch) | |
tree | 8b5d4bf2d138eaff92f010aec5792dc00b7124a9 /dev-php/PEAR-System_Command | |
parent | Removing old files. Version 1.3.4 should be the one you install. (diff) | |
download | gentoo-2-4a99e5639e001c16c700a705b65573bf6362f6c5.tar.gz gentoo-2-4a99e5639e001c16c700a705b65573bf6362f6c5.tar.bz2 gentoo-2-4a99e5639e001c16c700a705b65573bf6362f6c5.zip |
New Package. Thanks to Tom von Schwerdtner
Diffstat (limited to 'dev-php/PEAR-System_Command')
-rw-r--r-- | dev-php/PEAR-System_Command/ChangeLog | 15 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild | 21 | ||||
-rw-r--r-- | dev-php/PEAR-System_Command/files/digest-PEAR-System_Command-1.0 | 1 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-php/PEAR-System_Command/ChangeLog b/dev-php/PEAR-System_Command/ChangeLog new file mode 100644 index 000000000000..9b64fcccd8d6 --- /dev/null +++ b/dev-php/PEAR-System_Command/ChangeLog @@ -0,0 +1,15 @@ +# ChangeLog for dev-php/PEAR-System_Commannd +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/ChangeLog,v 1.1 2002/07/19 17:45:42 rphillips Exp $ + +*PEAR-System_Command-1.0 (19 Jul 2002) + + 19 Jul 2002; Ryan Phillips <rphillips@gentoo.org> ChangeLog : + + Author: Tom von Schwerdtner <tvon@etria.org> + + 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-System_Command/PEAR-System_Command-1.0.ebuild b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild new file mode 100644 index 000000000000..3cc85ec9fba9 --- /dev/null +++ b/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-System_Command/PEAR-System_Command-1.0.ebuild,v 1.1 2002/07/19 17:45:42 rphillips Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="PEAR::System_Command is a commandline execution interface" +HOMEPAGE="http://pear.php.net/package-info.php?pacid=74" +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="virtual/php" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/ + doins Command.php +} diff --git a/dev-php/PEAR-System_Command/files/digest-PEAR-System_Command-1.0 b/dev-php/PEAR-System_Command/files/digest-PEAR-System_Command-1.0 new file mode 100644 index 000000000000..b0f6637f2ba2 --- /dev/null +++ b/dev-php/PEAR-System_Command/files/digest-PEAR-System_Command-1.0 @@ -0,0 +1 @@ +MD5 d468d8f9b2c7009ccc3af0fa158958f0 System_Command-1.0.tgz 5114 |