From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0D8B2138A1A for ; Sat, 22 Nov 2014 18:24:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2C7E0958; Sat, 22 Nov 2014 18:24:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35BF4E0958 for ; Sat, 22 Nov 2014 18:24:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5AEA5340563 for ; Sat, 22 Nov 2014 18:24:18 +0000 (UTC) Received: by oystercatcher.gentoo.org (Postfix, from userid 2276) id 117E9AB04; Sat, 22 Nov 2014 18:24:17 +0000 (UTC) From: "Andreas HAttel (dilfridge)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, dilfridge@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog perl-module.eclass X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog perl-module.eclass X-VCS-Directories: eclass X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas HAttel Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20141122182417.117E9AB04@oystercatcher.gentoo.org> Date: Sat, 22 Nov 2014 18:24:17 +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: 1e06e3cb-1add-46cd-bab3-c2a5ed343f9c X-Archives-Hash: f9d58f059aa4d21119fbc37e8318484e dilfridge 14/11/22 18:24:17 Modified: ChangeLog perl-module.eclass Log: Make calling perl-module_pkg_prerm trigger a real warning Revision Changes Path 1.1439 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1439&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1439&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1438&r2=1.1439 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1438 retrieving revision 1.1439 diff -u -r1.1438 -r1.1439 --- ChangeLog 22 Nov 2014 02:38:21 -0000 1.1438 +++ ChangeLog 22 Nov 2014 18:24:17 -0000 1.1439 @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1438 2014/11/22 02:38:21 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1439 2014/11/22 18:24:17 dilfridge Exp $ + + 22 Nov 2014; Andreas K. Huettel perl-module.eclass: + Make calling perl-module_pkg_prerm trigger a real warning 22 Nov 2014; Sebastian Pipping python-r1.eclass: Fix docs about REQUIRED_USE in python-r1 (bug #530086) 1.157 eclass/perl-module.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.157&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?rev=1.157&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/perl-module.eclass?r1=1.156&r2=1.157 Index: perl-module.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v retrieving revision 1.156 retrieving revision 1.157 diff -u -r1.156 -r1.157 --- perl-module.eclass 21 Nov 2014 01:21:44 -0000 1.156 +++ perl-module.eclass 22 Nov 2014 18:24:17 -0000 1.157 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.156 2014/11/21 01:21:44 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/perl-module.eclass,v 1.157 2014/11/22 18:24:17 dilfridge Exp $ # @ECLASS: perl-module.eclass # @MAINTAINER: @@ -362,7 +362,7 @@ # It does not do anything. Deprecated, to be removed. perl-module_pkg_prerm() { debug-print-function $FUNCNAME "$@" - eqawarn "perl-module.eclass: perl-module_pkg_prerm does not do anything and will be removed. Please remove the call." + ewarn "perl-module.eclass: perl-module_pkg_prerm does not do anything and will be removed. Please remove the call." } # @FUNCTION: perl-module_pkg_postrm