summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2007-09-02 17:49:20 +0000
committerMarkus Ullmann <jokey@gentoo.org>2007-09-02 17:49:20 +0000
commit2fb53047482ce4f0e86aafec90805d3a0aabaf67 (patch)
tree481800db99f9bf0de99fab0b8a1d4652836a590c /eclass/php-pear-lib-r1.eclass
parentAdded xulrunner to mplayerplug-in as an alternative to the mozilla apps for b... (diff)
downloadgentoo-2-2fb53047482ce4f0e86aafec90805d3a0aabaf67.tar.gz
gentoo-2-2fb53047482ce4f0e86aafec90805d3a0aabaf67.tar.bz2
gentoo-2-2fb53047482ce4f0e86aafec90805d3a0aabaf67.zip
Cleanup and more doc'ification of php eclasses
Diffstat (limited to 'eclass/php-pear-lib-r1.eclass')
-rw-r--r--eclass/php-pear-lib-r1.eclass19
1 files changed, 13 insertions, 6 deletions
diff --git a/eclass/php-pear-lib-r1.eclass b/eclass/php-pear-lib-r1.eclass
index 95b95ec85adf..430edceab02f 100644
--- a/eclass/php-pear-lib-r1.eclass
+++ b/eclass/php-pear-lib-r1.eclass
@@ -1,13 +1,17 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.11 2007/03/22 20:12:56 chtekk Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/php-pear-lib-r1.eclass,v 1.12 2007/09/02 17:49:20 jokey Exp $
#
# Author: Luca Longinotti <chtekk@gentoo.org>
-# Maintained by the PHP Team <php-bugs@gentoo.org>
-#
-# The php-pear-lib-r1 eclass provides means for an easy installation of PEAR
-# based libraries, such as Creole, Jargon, Phing etc., while retaining
-# the functionality to put the libraries into version-dependant directories.
+
+# @ECLASS: php-pear-lib-r1.eclass
+# @MAINTAINER:
+# Gentoo PHP team <php-bugs@gentoo.org>
+# @BLURB: Provides means for an easy installation of PEAR-based libraries.
+# @DESCRIPTION:
+# This class provides means for an easy installation of PEAR-based libraries,
+# such as Creole, Jargon, Phing etc., while retaining the functionality to put
+# the libraries into version-dependant directories.
inherit depend.php
@@ -16,6 +20,9 @@ EXPORT_FUNCTIONS src_install
DEPEND="dev-lang/php >=dev-php/PEAR-PEAR-1.4.6"
RDEPEND="${DEPEND}"
+# @FUNCTION: php-pear-lib-r1_src_install
+# @DESCRIPTION:
+# Takes care of standard install for PEAR-based libraries.
php-pear-lib-r1_src_install() {
has_php