summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Phillips <rphillips@gentoo.org>2003-01-13 16:25:07 +0000
committerRyan Phillips <rphillips@gentoo.org>2003-01-13 16:25:07 +0000
commit1c6f834faad1cc02b888efccf3459a4d96a922dc (patch)
treeccc654ed92c0c867f8d8485f6ab8fb0ee782bbd6 /dev-php
parentenable on alpha (diff)
downloadgentoo-2-1c6f834faad1cc02b888efccf3459a4d96a922dc.tar.gz
gentoo-2-1c6f834faad1cc02b888efccf3459a4d96a922dc.tar.bz2
gentoo-2-1c6f834faad1cc02b888efccf3459a4d96a922dc.zip
added support for 3rd party scripts
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/php/ChangeLog5
-rw-r--r--dev-php/php/php-4.3.0-r2.ebuild8
2 files changed, 11 insertions, 2 deletions
diff --git a/dev-php/php/ChangeLog b/dev-php/php/ChangeLog
index ae3c670fc834..1d975a7a345d 100644
--- a/dev-php/php/ChangeLog
+++ b/dev-php/php/ChangeLog
@@ -1,6 +1,6 @@
# ChangeLog for dev-php/php
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.27 2003/01/13 08:54:19 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/ChangeLog,v 1.28 2003/01/13 16:25:07 rphillips Exp $
13 Jan 2003; Daniel Ahlberg <aliz@genoto.org> php-4.3.0-r2.ebuild :
Added ppc and sparc keyword becuse this is a security update.
@@ -9,6 +9,9 @@
*php-4.3.0-r2 (8 Jan 2003)
+ 13 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
+ Added install of 3rd party scripts (phpize, etc)
+
8 Jan 2003; Ryan Phillips <rphillips@gentoo.org> php-4.3.0-r2.ebuild :
Changed freetype use var to truetype
diff --git a/dev-php/php/php-4.3.0-r2.ebuild b/dev-php/php/php-4.3.0-r2.ebuild
index 9e13f0e69d2f..f9a1351a9bae 100644
--- a/dev-php/php/php-4.3.0-r2.ebuild
+++ b/dev-php/php/php-4.3.0-r2.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2002 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
# Update: Roman Weber <gentoo@gonzo.ch>
-# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.3 2003/01/13 08:54:19 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/php/php-4.3.0-r2.ebuild,v 1.4 2003/01/13 16:25:07 rphillips Exp $
IUSE="truetype postgres tiff libwww nls jpeg readline ssl oci8 mysql X gdbm curl imap xml2 xml cjk pdflib qt snmp crypt flash odbc ldap berkdb freetds firebird pam"
@@ -202,6 +202,12 @@ src_install() {
doins php.ini
dosym /usr/lib/php/extensions/no-debug-non-zts-20020429 /etc/php4/lib
+ #install scripts
+ exeinto /usr/bin
+ doexe ${S}/pear/scripts/phpize
+ doexe ${S}/pear/scripts/php-config
+ doexe ${S}/pear/scripts/phpextdist
+
# This fixes the permission from world writeable to the correct one.
# - novell@kiruna.se
}