summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2003-03-01 05:05:49 +0000
committerMike Frysinger <vapier@gentoo.org>2003-03-01 05:05:49 +0000
commitde2dd0368eba0f9923bed9b30768c617db5c9af2 (patch)
treeb487f280b25a0208237677c9c4f9e9741c7216b5 /dev-php/PEAR-Net_Socket
parenttouchups (diff)
downloadhistorical-de2dd0368eba0f9923bed9b30768c617db5c9af2.tar.gz
historical-de2dd0368eba0f9923bed9b30768c617db5c9af2.tar.bz2
historical-de2dd0368eba0f9923bed9b30768c617db5c9af2.zip
touchups
Diffstat (limited to 'dev-php/PEAR-Net_Socket')
-rw-r--r--dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild13
1 files changed, 6 insertions, 7 deletions
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
index 1019875c8497..b654c9bcc3e3 100644
--- 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
@@ -1,20 +1,19 @@
# Copyright 1999-2003 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.6 2003/02/13 11:29:19 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild,v 1.7 2003/03/01 05:05:49 vapier Exp $
P=${PN/PEAR-//}-${PV}
-DESCRIPTION="Net_Socket is a class interface to TCP sockets."
+DESCRIPTION="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 ~alpha ~sparc"
+KEYWORDS="x86 ~ppc ~alpha ~sparc"
+
DEPEND="virtual/php"
-RDEPEND="${DEPEND}"
-S=${WORKDIR}/${P}
-src_install () {
+src_install() {
insinto /usr/lib/php/Net
doins Socket.php
}
-