diff options
author | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-30 10:22:04 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@gentoo.org> | 2006-09-30 10:22:04 +0000 |
commit | 1ac32f2689acd9677f8baa2477a4f02cc58741e1 (patch) | |
tree | b2a6f3232f369aacadd451bf41c107383a524a84 /dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild | |
parent | Cleaning up orphaned manifests. (diff) | |
download | historical-1ac32f2689acd9677f8baa2477a4f02cc58741e1.tar.gz historical-1ac32f2689acd9677f8baa2477a4f02cc58741e1.tar.bz2 historical-1ac32f2689acd9677f8baa2477a4f02cc58741e1.zip |
Call 'pear clear-cache' for bug #142601.
Package-Manager: portage-2.1.2_pre2
Diffstat (limited to 'dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild')
-rw-r--r-- | dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild index 505f684fdb80..9e6f710380d0 100644 --- a/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild +++ b/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.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.4.11.ebuild,v 1.6 2006/09/29 05:53:47 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-PEAR/PEAR-PEAR-1.4.11.ebuild,v 1.7 2006/09/30 10:22:04 sebastian Exp $ inherit depend.php @@ -124,6 +124,8 @@ pkg_postinst() { ewarn "from /usr/lib/php to /usr/share/php." fi + pear clear-cache + # Update PEAR/PECL channels as needed, add new ones to the list if needed pearchans="pear.php.net pecl.php.net components.ez.no pear.phpdb.org pear.phing.info pear.symfony-project.com pear.phpunit.de pear.php-baustelle.de" |