From 2f653f03c381cd6c4b1c7fc3aa7b25901fc8b47f Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Mon, 28 Dec 2020 10:12:24 +0100 Subject: eclass: [QA] Revert multiple meaningless doc changes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Revert multiple meaningless eclass documentation changes, notably adding a lot of placeholders and documenting implementation details. These changes were aimed at silencing (valid) documentation warnings without actually providing valuable documentation to the end users. While some of these changes were beneficial, it would take a lot of effort to review them all and the author is unwilling to fix his mistakes. Signed-off-by: Michał Górny --- eclass/php-pear-r2.eclass | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'eclass/php-pear-r2.eclass') diff --git a/eclass/php-pear-r2.eclass b/eclass/php-pear-r2.eclass index cd4625fdacc2..d3887492047d 100644 --- a/eclass/php-pear-r2.eclass +++ b/eclass/php-pear-r2.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: php-pear-r2.eclass @@ -39,8 +39,7 @@ RDEPEND=">=dev-php/pear-1.8.1" # @ECLASS-VARIABLE: PEAR-P # @INTERNAL -# @DESCRIPTION: -# Combines PHP_PEAR_PKG_NAME and PEAR_PV +# @DESCRIPTION: Combines PHP_PEAR_PKG_NAME and PEAR_PV PEAR_P="${PHP_PEAR_PKG_NAME}-${PEAR_PV}" # @ECLASS-VARIABLE: PHP_PEAR_DOMAIN -- cgit v1.2.3-65-gdbad