diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:31:18 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-11-18 14:31:18 +0000 |
commit | b461fbb6e2982e81ab2886a933c32d9171d63534 (patch) | |
tree | 299b0143b9049ab26216170c32ce4131def00ded /dev-php | |
parent | finalizations (diff) | |
download | gentoo-2-b461fbb6e2982e81ab2886a933c32d9171d63534.tar.gz gentoo-2-b461fbb6e2982e81ab2886a933c32d9171d63534.tar.bz2 gentoo-2-b461fbb6e2982e81ab2886a933c32d9171d63534.zip |
Bug 6609 - long overdue
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Net_Socket/ChangeLog | 9 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild | 20 | ||||
-rw-r--r-- | dev-php/PEAR-Net_Socket/files/digest-PEAR-Net_Socket-1.0.1 | 1 |
3 files changed, 30 insertions, 0 deletions
diff --git a/dev-php/PEAR-Net_Socket/ChangeLog b/dev-php/PEAR-Net_Socket/ChangeLog new file mode 100644 index 000000000000..91807376af3c --- /dev/null +++ b/dev-php/PEAR-Net_Socket/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for <CATEGORY>/<PACKAGE_NAME> +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.1 2002/11/18 14:31:18 mcummings Exp $ + +*PEAR-Net_Socket-1.0.1 (18 Nov 2002) + + 18 Nov 2002; <mcummings@gentoo.org> PEAR-Net_Socket-1.0.1.ebuild : + Initial import. Ebuild submitted by Nathan 'Nato' Uno + <nigel_ebuilds@unos.net> in bug 6609 diff --git a/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild new file mode 100644 index 000000000000..7d6ff8479536 --- /dev/null +++ b/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild @@ -0,0 +1,20 @@ +# 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-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild,v 1.1 2002/11/18 14:31:18 mcummings Exp $ + +P=${PN/PEAR-//}-${PV} +DESCRIPTION="Net_Socket is a class interface to TCP sockets." +HOMEPAGE="http://pear.php.net/package-info.php?pacid=64" +SRC_URI="http://pear.php.net/get/${P}.tgz" +LICENSE="PHP" +SLOT="0" +KEYWORDS="x86 ppc sparc" +DEPEND="virtual/php" +RDEPEND="${DEPEND}" +S=${WORKDIR}/${P} + +src_install () { + insinto /usr/lib/php/ + doins Socket.php +} + diff --git a/dev-php/PEAR-Net_Socket/files/digest-PEAR-Net_Socket-1.0.1 b/dev-php/PEAR-Net_Socket/files/digest-PEAR-Net_Socket-1.0.1 new file mode 100644 index 000000000000..ce4507cef968 --- /dev/null +++ b/dev-php/PEAR-Net_Socket/files/digest-PEAR-Net_Socket-1.0.1 @@ -0,0 +1 @@ +MD5 f2b5f199a8586b855a549c2dccfbbd81 Net_Socket-1.0.1.tgz 3513 |