From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QVIgS-0006Gj-Mz for garchives@archives.gentoo.org; Sat, 11 Jun 2011 07:32:41 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12021E0504; Sat, 11 Jun 2011 07:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 6301BE0504 for ; Sat, 11 Jun 2011 07:32:31 +0000 (UTC) Received: from pomiocik.lan (87-205-62-108.adsl.inetia.pl [87.205.62.108]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: mgorny) by smtp.gentoo.org (Postfix) with ESMTPSA id D4BBF2AC001; Sat, 11 Jun 2011 07:32:27 +0000 (UTC) Date: Sat, 11 Jun 2011 09:32:45 +0200 From: =?UTF-8?B?TWljaGHFgiBHw7Nybnk=?= To: gentoo-pms@lists.gentoo.org Subject: [gentoo-pms] Rephrasing *DEPEND Message-ID: <20110611093245.5d9d266c@pomiocik.lan> Organization: Gentoo X-Mailer: Claws Mail 3.7.9 (GTK+ 2.24.4; x86_64-pc-linux-gnu) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Package Manager Specification discussions X-BeenThere: gentoo-pms@gentoo.org X-BeenThere: gentoo-pms@lists.gentoo.org Mime-Version: 1.0 Content-Type: multipart/signed; micalg=PGP-SHA256; boundary="Sig_/ZGLWEDuIKaa7HyT0WehTMNU"; protocol="application/pgp-signature" X-Archives-Salt: X-Archives-Hash: edf6940f0247659ae106cb6129d1fd75 --Sig_/ZGLWEDuIKaa7HyT0WehTMNU Content-Type: multipart/mixed; boundary="MP_/nwrqkp9+=4WYkYq4_PF5+7=" --MP_/nwrqkp9+=4WYkYq4_PF5+7= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline After last discussion on #gentoo-portage, I'm submitting a proposal on rephrasing *DEPEND descriptions in the PMS. The idea is to state better when and whether these are actually installed. --=20 Best regards, Micha=C5=82 G=C3=B3rny --MP_/nwrqkp9+=4WYkYq4_PF5+7= Content-Type: text/x-patch Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=0001-Rephrase-DEPEND-to-state-when-and-whether-they-are-i.patch =46rom 9ccce508cb853fa11808b803ef3910fe4cf50f56 Mon Sep 17 00:00:00 2001 From: =3D?UTF-8?q?Micha=3DC5=3D82=3D20G=3DC3=3DB3rny?=3D Date: Sat, 11 Jun 2011 09:32:03 +0200 Subject: [PATCH] Rephrase *DEPEND to state when and whether they are installed. --- dependencies.tex | 13 ++++++++----- 1 files changed, 8 insertions(+), 5 deletions(-) diff --git a/dependencies.tex b/dependencies.tex index f6318d8..ccf8282 100644 --- a/dependencies.tex +++ b/dependencies.tex @@ -6,11 +6,14 @@ There are three classes of dependencies supported by ebuilds: =20 \begin{compactitem} -\item Build dependencies (\t{DEPEND}). These must be installed and usable = before the ebuild - is installed. -\item Runtime dependencies (\t{RDEPEND}). These must be installed and usab= le before the ebuild - is treated as usable. -\item Post dependencies (\t{PDEPEND}). These must be installed at some poi= nt. +\item Build dependencies (\t{DEPEND}). These must be installed and usable = before any of + the ebuild \t{src\_*} phase functions is executed. They may not be instal= led at all + if a binary package is merged. +\item Runtime dependencies (\t{RDEPEND}). These must be installed and usab= le before + any of the files installed by the ebuild is treated as usable. They must = be installed + before any of the ebuild \t{pkg\_*} functions are called. +\item Post dependencies (\t{PDEPEND}). These must be installed at some poi= nt before + the system is rebooted after installing the ebuild. \end{compactitem} =20 In addition, \t{SRC\_URI}, \t{HOMEPAGE}, \t{PROVIDE}, \t{RESTRICT}, \t{PRO= PERTIES}, \t{LICENSE} and --=20 1.7.5.3 --MP_/nwrqkp9+=4WYkYq4_PF5+7=-- --Sig_/ZGLWEDuIKaa7HyT0WehTMNU Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.17 (GNU/Linux) iJwEAQEIAAYFAk3zGiEACgkQfXuS5UK5QB0/5QP/ax14KwS/G4/DO6RCbutwWWez cnQ/otsBvp2HAgbbVst+8/H/VcayMnHO4bx5/Hjts9IxYv94cPaJoNbTNMY2ZDAK EGsNYm1V1mSq0T+bJXXFoDH5B7MB70k8Pc+jWRkkOd6cVDfWbIs6cEbmTjDjVZHA 069hByNFPBbDOLv4mv4= =S1Ty -----END PGP SIGNATURE----- --Sig_/ZGLWEDuIKaa7HyT0WehTMNU--