From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E6298138AE9 for ; Tue, 26 Dec 2017 22:42:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0ACC2E0D12; Tue, 26 Dec 2017 22:42:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D913AE0D12 for ; Tue, 26 Dec 2017 22:42:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D617F33BF55 for ; Tue, 26 Dec 2017 22:41:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 99D40AE8B for ; Tue, 26 Dec 2017 22:41:58 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1514328110.723ad95a0da111b4ac31472389d9d95c3ef9ca15.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/ X-VCS-Repository: repo/gentoo X-VCS-Files: eclass/mysql_fx.eclass eclass/php-pear-r1.eclass X-VCS-Directories: eclass/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 723ad95a0da111b4ac31472389d9d95c3ef9ca15 X-VCS-Branch: master Date: Tue, 26 Dec 2017 22:41:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6fbb4e49-8a2c-4674-b7c9-dd76de228bab X-Archives-Hash: 7d1b0e9c0b83ab6e6e2b6d79e2a5ab02 commit: 723ad95a0da111b4ac31472389d9d95c3ef9ca15 Author: Justin Lecher gentoo org> AuthorDate: Tue Dec 26 12:20:51 2017 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Dec 26 22:41:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=723ad95a eclass: Fix eclass documentation syntax to fix manpage generation Signed-off-by: Justin Lecher gentoo.org> eclass/mysql_fx.eclass | 6 +++--- eclass/php-pear-r1.eclass | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eclass/mysql_fx.eclass b/eclass/mysql_fx.eclass index 9d1e5967f67..02c6f846f0f 100644 --- a/eclass/mysql_fx.eclass +++ b/eclass/mysql_fx.eclass @@ -6,10 +6,10 @@ # Do not use it in new series. # @ECLASS: mysql_fx.eclass -# @AUTHOR: Francesco Riosa (Retired) # @MAINTAINER: -# - MySQL Team -# - Luca Longinotti +# - MySQL Team +# - Luca Longinotti +# @AUTHOR: Francesco Riosa (Retired) # @BLURB: This eclass provides some helper functions for mysql ebuilds # @DESCRIPTION: # This eclass providers helpers to build mysql servers including patching diff --git a/eclass/php-pear-r1.eclass b/eclass/php-pear-r1.eclass index aac801f79d4..d565f07a095 100644 --- a/eclass/php-pear-r1.eclass +++ b/eclass/php-pear-r1.eclass @@ -51,7 +51,6 @@ fix_PEAR_PV() { } # @ECLASS-VARIABLE: PEAR_PV -# @DEFAULT: PV with _rc->RC, _beta->b, _alpha->a, _pre->pre, _p->p # @DESCRIPTION: # Set in ebuild if the eclass ${PV} mangling breaks SRC_URI for alpha/beta/rc versions [[ -z "${PEAR_PV}" ]] && fix_PEAR_PV