public inbox for gentoo-pms@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-pms] [PATCH] pkg_setup() can rely on packages common to DEPEND & RDEPEND.
@ 2011-08-12 18:03 Michał Górny
  2011-08-13  5:18 ` Ciaran McCreesh
  0 siblings, 1 reply; 17+ messages in thread
From: Michał Górny @ 2011-08-12 18:03 UTC (permalink / raw
  To: gentoo-pms; +Cc: Michał Górny

We can basically assume PM merges either DEPEND or RDEPEND to that point
(depending on whether we're merging source ebuild or binary package).
---
 dependencies.tex |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dependencies.tex b/dependencies.tex
index abcb820..e9c73d5 100644
--- a/dependencies.tex
+++ b/dependencies.tex
@@ -10,7 +10,8 @@
         \multicolumn{1}{c}{\textbf{Phase function}} &
         \multicolumn{1}{c}{\textbf{Satisfied dependency classes}} \\
         \midrule
-	\t{pkg\_pretend}, \t{pkg\_setup}, \t{pkg\_info}, \t{pkg\_nofetch} & None (ebuilds can rely only on the packages in the system set) \\
+	\t{pkg\_pretend}, \t{pkg\_info}, \t{pkg\_nofetch} & None (ebuilds can rely only on the packages in the system set) \\
+	\t{pkg\_setup} & packages common to \t{DEPEND} and \t{RDEPEND} \\
     \t{src\_unpack}, \t{src\_prepare}, \t{src\_configure}, \t{src\_compile}, \t{src\_test}, \t{src\_install} & \t{DEPEND} \\
     \t{pkg\_preinst}, \t{pkg\_postinst}, \t{pkg\_prerm}, \t{pkg\_postrm} & \t{RDEPEND} (unless the particular dependency results in a circular dependency, in which case it may be installed later) \\
 	\t{pkg\_config} & \t{RDEPEND}, \t{PDEPEND} \\
-- 
1.7.6




^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2011-08-15  7:54 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-12 18:03 [gentoo-pms] [PATCH] pkg_setup() can rely on packages common to DEPEND & RDEPEND Michał Górny
2011-08-13  5:18 ` Ciaran McCreesh
2011-08-13  7:33   ` Michał Górny
2011-08-13  7:31     ` Ciaran McCreesh
2011-08-13  8:14       ` Michał Górny
2011-08-13  8:14         ` Ciaran McCreesh
2011-08-13  8:38           ` Ulrich Mueller
2011-08-13  8:41             ` Ciaran McCreesh
2011-08-13 10:10               ` Ulrich Mueller
2011-08-13 10:23                 ` Ciaran McCreesh
2011-08-15  6:12                   ` Ulrich Mueller
2011-08-15  6:46                     ` Ciaran McCreesh
2011-08-15  7:09                       ` Ulrich Mueller
2011-08-15  7:10                         ` Ciaran McCreesh
2011-08-15  7:43                           ` Ulrich Mueller
2011-08-15  7:50                             ` Ciaran McCreesh
2011-08-13  8:10   ` Ulrich Mueller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox