summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@gentoo.org>2006-01-09 15:46:28 +0000
committerSebastian Bergmann <sebastian@gentoo.org>2006-01-09 15:46:28 +0000
commitbf53e793df7efdbd560a3991c544d44b0e601e94 (patch)
tree8ca572e7d3d7428d8c8c36a3cd971d5dcdf69df3 /dev-php
parentStable on sparc wrt #118389 (diff)
downloadhistorical-bf53e793df7efdbd560a3991c544d44b0e601e94.tar.gz
historical-bf53e793df7efdbd560a3991c544d44b0e601e94.tar.bz2
historical-bf53e793df7efdbd560a3991c544d44b0e601e94.zip
Install /etc/pear.conf.
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-PEAR/ChangeLog6
-rw-r--r--dev-php/PEAR-PEAR/Manifest11
-rw-r--r--dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild5
-rw-r--r--dev-php/PEAR-PEAR/files/pear.conf2
4 files changed, 17 insertions, 7 deletions
diff --git a/dev-php/PEAR-PEAR/ChangeLog b/dev-php/PEAR-PEAR/ChangeLog
index cc8d2bb24892..4d299116cef1 100644
--- a/dev-php/PEAR-PEAR/ChangeLog
+++ b/dev-php/PEAR-PEAR/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-PEAR
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.28 2006/01/09 14:15:37 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/ChangeLog,v 1.29 2006/01/09 15:46:28 sebastian Exp $
+
+ 09 Jan 2006; Sebastian Bergmann <sebastian@gentoo.org> +files/pear.conf,
+ PEAR-PEAR-1.3.6-r2.ebuild:
+ Install /etc/pear.conf.
*PEAR-PEAR-1.3.6-r2 (09 Jan 2006)
diff --git a/dev-php/PEAR-PEAR/Manifest b/dev-php/PEAR-PEAR/Manifest
index a2a62e73f1a7..6a9b5d8701f1 100644
--- a/dev-php/PEAR-PEAR/Manifest
+++ b/dev-php/PEAR-PEAR/Manifest
@@ -1,16 +1,17 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
-MD5 c85ca68dccc076d59a27ed7aeec242da ChangeLog 4300
+MD5 6a6cdfaa9e0ef275cee38d03659ddd30 ChangeLog 4431
MD5 368b25bb1b27f216958924161fe9494f PEAR-PEAR-1.3.5.ebuild 474
-MD5 be3c98911498d2c8c7826013eed4a965 PEAR-PEAR-1.3.6-r2.ebuild 2906
+MD5 cda709b09dfe788433b4c50e3c44fd85 PEAR-PEAR-1.3.6-r2.ebuild 2952
MD5 3554c88b634f100ef42729557e042fea files/digest-PEAR-PEAR-1.3.5 59
MD5 a45f9f575771a1da01952ec0e31fab74 files/digest-PEAR-PEAR-1.3.6-r2 250
+MD5 67ac78dbb7fb5d6def0e927a238d0aba files/pear.conf 248
MD5 c58d07ca1c1235bbad9bccaec96fc062 metadata.xml 157
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (GNU/Linux)
-iD4DBQFDwnCmaGfFFLhbXWkRAn+MAJ4nwuRGhd+sL0qoRLNNj79+F/MEYwCWNsFX
-CCl90WNwQ1Bb4fNeerbKGQ==
-=hmQQ
+iD8DBQFDwoX6aGfFFLhbXWkRAuHEAJoDtEjy+zlxtZOlWyP/KHEe8h1qMACbBPRA
+Z1hwwfMTCVu1SVtvfIWRviA=
+=5CiG
-----END PGP SIGNATURE-----
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild
index 2bca4ad9e1fb..8d6d288b40c7 100644
--- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild
+++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild,v 1.1 2006/01/09 14:15:37 sebastian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.3.6-r2.ebuild,v 1.2 2006/01/09 15:46:28 sebastian Exp $
inherit depend.php
@@ -81,6 +81,9 @@ src_install() {
doins -r Archive Console OS PEAR XML *.php
dobin pear
+ insinto /etc
+ doins "${FILESDIR}/pear.conf"
+
keepdir "${PEAR_CACHEDIR}"
fperms 755 "${PEAR_CACHEDIR}"
}
diff --git a/dev-php/PEAR-PEAR/files/pear.conf b/dev-php/PEAR-PEAR/files/pear.conf
new file mode 100644
index 000000000000..e243d8176707
--- /dev/null
+++ b/dev-php/PEAR-PEAR/files/pear.conf
@@ -0,0 +1,2 @@
+#PEAR_Config 0.9
+a:6:{s:7:"doc_dir";s:19:"/usr/share/php/docs";s:8:"data_dir";s:19:"/usr/share/php/data";s:8:"test_dir";s:20:"/usr/share/php/tests";s:7:"bin_dir";s:8:"/usr/bin";s:7:"php_bin";s:12:"/usr/bin/php";s:7:"php_dir";s:14:"/usr/share/php";} \ No newline at end of file