summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-27 19:10:03 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-27 19:10:03 +0000
commit1e341887afec8068ff18144cc5cd6979b9adafee (patch)
treee49d310e2d16fb6bf3868677dfbed8eb7c0da747 /dev-php/PEAR-Net_Socket
parentNew version (diff)
downloadgentoo-2-1e341887afec8068ff18144cc5cd6979b9adafee.tar.gz
gentoo-2-1e341887afec8068ff18144cc5cd6979b9adafee.tar.bz2
gentoo-2-1e341887afec8068ff18144cc5cd6979b9adafee.zip
changed install directory
Diffstat (limited to 'dev-php/PEAR-Net_Socket')
-rw-r--r--dev-php/PEAR-Net_Socket/ChangeLog6
-rw-r--r--dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Net_Socket/ChangeLog b/dev-php/PEAR-Net_Socket/ChangeLog
index 850381781756..1f5a0b766e01 100644
--- a/dev-php/PEAR-Net_Socket/ChangeLog
+++ b/dev-php/PEAR-Net_Socket/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-php/PEAR-Net_Socket
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.5 2002/12/13 10:56:43 blizzy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/ChangeLog,v 1.6 2003/01/27 19:10:03 rphillips Exp $
06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords
@@ -11,6 +11,10 @@
*PEAR-Net_Socket-1.0.1 (18 Nov 2002)
+ 27 Jan 2003; Ryan Phillips <rpillips@gentoo.org> PEAR-Net_Socket-1.0.1.ebuild :
+ Changed install directory
+
+
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
index a7900d082099..9d99239d4c79 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,6 +1,6 @@
# 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.4 2002/12/09 04:21:12 manson Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Net_Socket/PEAR-Net_Socket-1.0.1.ebuild,v 1.5 2003/01/27 19:10:03 rphillips Exp $
P=${PN/PEAR-//}-${PV}
DESCRIPTION="Net_Socket is a class interface to TCP sockets."
@@ -14,7 +14,7 @@ RDEPEND="${DEPEND}"
S=${WORKDIR}/${P}
src_install () {
- insinto /usr/lib/php/
+ insinto /usr/lib/php/Net
doins Socket.php
}