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 CA65F1387FD for ; Sun, 8 Jun 2014 17:39:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 661A4E0962; Sun, 8 Jun 2014 17:39:06 +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 00B3FE0962 for ; Sun, 8 Jun 2014 17:39:05 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0599333FE6B for ; Sun, 8 Jun 2014 17:39:05 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id ED3CD181A9 for ; Sun, 8 Jun 2014 17:39:02 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1402249062.d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7.floppym@gentoo> Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/ X-VCS-Repository: proj/devmanual X-VCS-Files: ebuild-writing/eapi/text.xml X-VCS-Directories: ebuild-writing/eapi/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7 X-VCS-Branch: master Date: Sun, 8 Jun 2014 17:39:02 +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: af1fcba3-93bf-47b1-b16e-c992f78a42e6 X-Archives-Hash: 9a38c6610317d2ee2fa02365b7813ecb commit: d38d6b5e7537e6f35ef9b494b7a705d9df6b62c7 Author: Mike Gilbert gentoo org> AuthorDate: Sun Jun 8 17:37:42 2014 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sun Jun 8 17:37:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=d38d6b5e ebuild-writing/eapi: Replace REPLACED_BY with REPLACED_BY_VERSION --- ebuild-writing/eapi/text.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml index 1ee4026..3faab22 100644 --- a/ebuild-writing/eapi/text.xml +++ b/ebuild-writing/eapi/text.xml @@ -646,7 +646,7 @@ REQUIRED_USE="|| ( foo bar baz )" when using it in these phases.

- The REPLACED_BY variable contains the single version + The REPLACED_BY_VERSION variable contains the single version (PVR) of this package that is replacing us, if we are being uninstalled as part of an install, or an empty string otherwise. It is valid in pkg_prerm and pkg_postrm.