public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2012-11-07 13:43 Michael Palimaka
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Palimaka @ 2012-11-07 13:43 UTC (permalink / raw
  To: gentoo-commits

commit:     533ce1f43c681906b67afc34f49d5802a103b5cd
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  7 13:40:56 2012 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Nov  7 13:40:56 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=533ce1f4

bug #414087: add missing word in 'install functions reference'.

---
 function-reference/install-functions/text.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 167a043..534d635 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -5,7 +5,7 @@
 <body>
 
 <p>
-The following functions, which are all provided <c>ebuild.sh</c> and the standard
+The following functions, which are all provided by <c>ebuild.sh</c> and the standard
 library, handle various install-related tasks. <c>${D}</c> is automatically handled
 for all of these functions.
 </p>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2013-02-10  3:26 Mike Gilbert
  0 siblings, 0 replies; 23+ messages in thread
From: Mike Gilbert @ 2013-02-10  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     d0ac737563e55a1c8e11ab51a4f583268de44853
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 10 03:24:35 2013 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sun Feb 10 03:24:35 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=d0ac7375

Describe the "into" function

---
 function-reference/install-functions/text.xml |   19 ++++++++++++++++---
 1 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 534d635..1feb198 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -27,10 +27,23 @@ the first is the source name, the second the name to use when installing.
   </tr>
   <tr>
     <ti>
+      <c>into</c>
+    </ti>
+    <ti>
+      Change install location for
+      <c>dobin</c>, <c>newbin</c>,
+      <c>dosbin</c>, <c>newsbin</c>,
+      <c>doman</c>, <c>newman</c>,
+      <c>doinfo</c>, <c>newinfo</c>,
+      <c>dolib</c>, <c>newlib</c>
+    </ti>
+  </tr>
+  <tr>
+    <ti>
       <c>insinto</c>
     </ti>
     <ti>
-      Change install location for <c>doins</c>, <c>newins</c> etc
+      Change install location for <c>doins</c>, <c>newins</c>
     </ti>
   </tr>
   <tr>
@@ -38,7 +51,7 @@ the first is the source name, the second the name to use when installing.
       <c>exeinto</c>
     </ti>
     <ti>
-      Change install location for <c>doexe</c>, <c>newexe</c> etc
+      Change install location for <c>doexe</c>, <c>newexe</c>
     </ti>
   </tr>
   <tr>
@@ -46,7 +59,7 @@ the first is the source name, the second the name to use when installing.
       <c>docinto</c>
     </ti>
     <ti>
-      Change install location for <c>dodoc</c>, <c>newdoc</c> etc
+      Change install location for <c>dodoc</c>, <c>newdoc</c>
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-08-18  3:26 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-08-18  3:26 UTC (permalink / raw
  To: gentoo-commits

commit:     c3252db78941acb0a2b9a481e8d9e58e7a41dea8
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Aug 17 05:17:34 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Aug 18 03:24:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c3252db7

function-reference/install-functions: add doheader and update dodoc

Add doheader and add install location to dodoc.

Minor edits by the committer to use a singular form of 'header files'
to be consistent with the rest of the section.

 function-reference/install-functions/text.xml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 1feb198..66a8629 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -123,7 +123,7 @@ the first is the source name, the second the name to use when installing.
       <c>dodoc</c>
     </ti>
     <ti>
-      Install a documentation file
+      Install a documentation file into <c>/usr/share/doc/${PF}</c>
     </ti>
   </tr>
   <tr>
@@ -152,6 +152,14 @@ the first is the source name, the second the name to use when installing.
   </tr>
   <tr>
     <ti>
+      <c>doheader</c>
+    </ti>
+    <ti>
+      Install a header file into <c>/usr/include</c>
+    </ti>
+  </tr>
+  <tr>
+    <ti>
       <c>dohtml</c>
     </ti>
     <ti>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-10-03 13:45 Mike Gilbert
  0 siblings, 0 replies; 23+ messages in thread
From: Mike Gilbert @ 2016-10-03 13:45 UTC (permalink / raw
  To: gentoo-commits

commit:     38a0a3642a40300af4a16199a5acd2bfee7f49c4
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 13:37:55 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 13:44:50 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=38a0a364

install-functions: Fix the description of 'into'

Thanks to ulm for the corrected list of functions.

Bug: https://bugs.gentoo.org/596032

 function-reference/install-functions/text.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 66a8629..1d18b24 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -33,9 +33,9 @@ the first is the source name, the second the name to use when installing.
       Change install location for
       <c>dobin</c>, <c>newbin</c>,
       <c>dosbin</c>, <c>newsbin</c>,
-      <c>doman</c>, <c>newman</c>,
-      <c>doinfo</c>, <c>newinfo</c>,
-      <c>dolib</c>, <c>newlib</c>
+      <c>dolib</c>,
+      <c>dolib.a</c>, <c>newlib.a</c>,
+      <c>dolib.so</c>, <c>newlib.so</c>
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-10-03 14:52 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2016-10-03 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     72d04a446170e7ccb05521920dbfc4eea49fd533
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 14:50:19 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 14:50:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=72d04a44

function-reference/install-functions: Add newheader.

Bug: 596038

 function-reference/install-functions/text.xml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 3e96f2b..fcc827d 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -312,6 +312,14 @@ the first is the source name, the second the name to use when installing.
   </tr>
   <tr>
     <ti>
+      <c>newheader</c>
+    </ti>
+    <ti>
+      Install a header file using the second argument as the name
+    </ti>
+  </tr>
+  <tr>
+    <ti>
       <c>newinitd</c>
     </ti>
     <ti>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-10-03 14:52 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2016-10-03 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     2cd81375a441aaa28555aa5c7b09864e8863c669
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct  3 14:48:19 2016 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Oct  3 14:48:19 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=2cd81375

function-reference/install-functions: Remove trailing full stops in table.

According to style guide:
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo/xml/htdocs/doc/en/xml-guide.xml?revision=1.72&view=markup#l1159

 function-reference/install-functions/text.xml | 26 +++++++++++++-------------
 1 file changed, 13 insertions(+), 13 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 1d18b24..3e96f2b 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -67,7 +67,7 @@ the first is the source name, the second the name to use when installing.
       <c>insopts</c>
     </ti>
     <ti>
-      Specify arguments passed to <c>install</c> (eg <c>-s</c>, <c>-m644</c>).
+      Specify arguments passed to <c>install</c> (eg <c>-s</c>, <c>-m644</c>)
     </ti>
   </tr>
   <tr>
@@ -267,7 +267,7 @@ the first is the source name, the second the name to use when installing.
       <c>keepdir</c>
     </ti>
     <ti>
-      Create a directory with an empty <c>.keep</c> file in it.
+      Create a directory with an empty <c>.keep</c> file in it
     </ti>
   </tr>
   <tr>
@@ -275,7 +275,7 @@ the first is the source name, the second the name to use when installing.
       <c>newbin</c>
     </ti>
     <ti>
-      Install a binary using the second argument as the name.
+      Install a binary using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -283,7 +283,7 @@ the first is the source name, the second the name to use when installing.
       <c>newconfd</c>
     </ti>
     <ti>
-      Install an <c>/etc/conf.d</c> entry using the second argument as the name.
+      Install an <c>/etc/conf.d</c> entry using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -291,7 +291,7 @@ the first is the source name, the second the name to use when installing.
       <c>newdoc</c>
     </ti>
     <ti>
-      Install a documentation file using the second argument as the name.
+      Install a documentation file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -299,7 +299,7 @@ the first is the source name, the second the name to use when installing.
       <c>newenvd</c>
     </ti>
     <ti>
-      Install an <c>/etc/env.d</c> file using the second argument as the name.
+      Install an <c>/etc/env.d</c> file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -307,7 +307,7 @@ the first is the source name, the second the name to use when installing.
       <c>newexe</c>
     </ti>
     <ti>
-      Install an executable file using the second argument as the name.
+      Install an executable file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -315,7 +315,7 @@ the first is the source name, the second the name to use when installing.
       <c>newinitd</c>
     </ti>
     <ti>
-      Install an <c>/etc/init.d</c> file using the second argument as the name.
+      Install an <c>/etc/init.d</c> file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -323,7 +323,7 @@ the first is the source name, the second the name to use when installing.
       <c>newins</c>
     </ti>
     <ti>
-      Install a miscellaneous file using the second argument as the name.
+      Install a miscellaneous file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -331,7 +331,7 @@ the first is the source name, the second the name to use when installing.
       <c>newlib.a</c>
     </ti>
     <ti>
-      Install a <c>.a</c> library file using the second argument as the name.
+      Install a <c>.a</c> library file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -339,7 +339,7 @@ the first is the source name, the second the name to use when installing.
       <c>newlib.so</c>
     </ti>
     <ti>
-      Install a <c>.so</c> library file using the second argument as the name.
+      Install a <c>.so</c> library file using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -347,7 +347,7 @@ the first is the source name, the second the name to use when installing.
       <c>newman</c>
     </ti>
     <ti>
-      Install a manual page using the second argument as the name.
+      Install a manual page using the second argument as the name
     </ti>
   </tr>
   <tr>
@@ -355,7 +355,7 @@ the first is the source name, the second the name to use when installing.
       <c>newsbin</c>
     </ti>
     <ti>
-      Install an <c>sbin</c> file using the second argument as the name.
+      Install an <c>sbin</c> file using the second argument as the name
     </ti>
   </tr>
 </table>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-10-04 12:02 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-10-04 12:02 UTC (permalink / raw
  To: gentoo-commits

commit:     7535ebe6282c0b66c4aaa716917c67c151a07f3c
Author:     Manuel Rüger <manuel <AT> rueg <DOT> eu>
AuthorDate: Mon Sep 26 17:01:45 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Tue Oct  4 11:58:17 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7535ebe6

Update keepdir description

Provide a better description for the .keep file

 function-reference/install-functions/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index fcc827d..2d13749 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -267,7 +267,9 @@ the first is the source name, the second the name to use when installing.
       <c>keepdir</c>
     </ti>
     <ti>
-      Create a directory with an empty <c>.keep</c> file in it
+      Create a directory which will be preserved by the package
+      manager (This is typically accomplished by inserting an empty
+      <c>.keep_${CATEGORY}_${PN}-${SLOT%/*}</c> file in the directory)
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-11-30  5:29 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-11-30  5:29 UTC (permalink / raw
  To: gentoo-commits

commit:     7aaea52be77d25a4adad322627d79e1d699330b5
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Thu Nov 17 19:46:35 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Nov 30 05:25:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7aaea52b

function-reference/install-functions: differentiate doexe and dobin better

Gentoo-Bug: 586632

 function-reference/install-functions/text.xml | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index fec68ba..614a8df 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -99,7 +99,9 @@ the first is the source name, the second the name to use when installing.
       <c>dobin</c>
     </ti>
     <ti>
-      Install a binary
+      Install a binary into <c>/usr/bin</c>, set the file mode to 0755
+      and set the ownership to superuser or its equivalent on the
+      system or installation at hand.
     </ti>
   </tr>
   <tr>
@@ -139,7 +141,9 @@ the first is the source name, the second the name to use when installing.
       <c>doexe</c>
     </ti>
     <ti>
-      Install an executable
+      Install an executable into the location provided by <c>exeinto</c>,
+      by default with mode 0755 or with the install options set by
+      <c>exeopts</c>
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-12-07 19:46 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-12-07 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     318842a1c2cb45242cbe8d6d56683ee22f5da2ad
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Dec  7 19:21:25 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 19:24:12 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=318842a1

function-reference/install-functions: document dodoc -r

 function-reference/install-functions/text.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 614a8df..e2337c1 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -125,7 +125,9 @@ the first is the source name, the second the name to use when installing.
       <c>dodoc</c>
     </ti>
     <ti>
-      Install a documentation file into <c>/usr/share/doc/${PF}</c>
+      Install a documentation file into <c>/usr/share/doc/${PF}</c>.
+      For EAPI 4 and above, the <c>-r</c> option allows directories to
+      be installed recursively.
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-12-07 19:46 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-12-07 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     1a48702c2fee32c801dfba3176f89d599c7336de
Author:     Wim Muskee <wimmuskee <AT> gmail <DOT> com>
AuthorDate: Wed Dec  7 19:38:18 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Dec  7 19:38:18 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=1a48702c

function-reference/install-function: document einstalldocs

 function-reference/install-functions/text.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index e2337c1..9ef0d95 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -132,6 +132,17 @@ the first is the source name, the second the name to use when installing.
   </tr>
   <tr>
     <ti>
+      <c>einstalldocs</c>
+    </ti>
+    <ti>
+      Installs the files and directories specified by the <c>DOCS</c>
+      and <c>HTML_DOCS</c> variables into <c>/usr/share/doc/${PF}</c>
+      recursively using <c>dodoc -r</c>. <b>Note</b>: Approved in EAPI
+      6.
+    </ti>
+  </tr>
+  <tr>
+    <ti>
       <c>doenvd</c>
     </ti>
     <ti>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2016-12-08 16:47 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2016-12-08 16:47 UTC (permalink / raw
  To: gentoo-commits

commit:     0c32c62a1a251a902461ac9c5bc7bed0d8ef2c6a
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Thu Dec  8 16:45:15 2016 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Thu Dec  8 16:46:22 2016 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=0c32c62a

function-reference/install-functions: suggest einstalldocs over dohtml #591476

 function-reference/install-functions/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 9ef0d95..415fbd7 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -173,7 +173,8 @@ the first is the source name, the second the name to use when installing.
     </ti>
     <ti>
       Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
-      <b>Note</b>: Deprecated in EAPI 6.
+      <b>Note</b>: Deprecated in EAPI 6, switch to <c>einstalldocs</c>
+      instead
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2017-06-21 17:28 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2017-06-21 17:28 UTC (permalink / raw
  To: gentoo-commits

commit:     505c8f3c2d4d35156aea7d4c615188f258176885
Author:     Moritz Schlarb <moschlar <AT> metalabs <DOT> de>
AuthorDate: Sat Jun 10 06:53:39 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 17:24:18 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=505c8f3c

function-reference/install-functions: mention the recursive option for helpers

Mention recursive installing for `doins` et. al.

Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=384941

 function-reference/install-functions/text.xml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 415fbd7..6523521 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -164,7 +164,8 @@ the first is the source name, the second the name to use when installing.
       <c>doheader</c>
     </ti>
     <ti>
-      Install a header file into <c>/usr/include</c>
+      Install a header file into <c>/usr/include</c>.
+      The <c>-r</c> option allows directories to be installed recursively.
     </ti>
   </tr>
   <tr>
@@ -173,6 +174,7 @@ the first is the source name, the second the name to use when installing.
     </ti>
     <ti>
       Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
+      The <c>-r</c> option allows directories to be installed recursively.
       <b>Note</b>: Deprecated in EAPI 6, switch to <c>einstalldocs</c>
       instead
     </ti>
@@ -198,7 +200,8 @@ the first is the source name, the second the name to use when installing.
       <c>doins</c>
     </ti>
     <ti>
-      Install a miscellaneous file
+      Install a miscellaneous file.
+      The <c>-r</c> option allows directories to be installed recursively.
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2017-08-28 20:01 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2017-08-28 20:01 UTC (permalink / raw
  To: gentoo-commits

commit:     dd8078107236415fd8c5ea461f0119dd1e285a4c
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 26 17:08:23 2017 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 20:00:20 2017 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=dd807810

install-functions: Verbosely explain dosym target parameter

It is a common misconception that dosym takes two paths, both of them
interpreted relatively to ${ED}. To avoid that, explicitly explain
that the first parameter is interpreted as a verbatim symlink target.

 function-reference/install-functions/text.xml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 6523521..c1392bf 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -257,7 +257,11 @@ the first is the source name, the second the name to use when installing.
       <c>dosym</c>
     </ti>
     <ti>
-      Create a symlink from the second parameter to the first parameter
+      Create a symlink to the target specified as the first parameter,
+      at the path specified by the second parameter. Note that
+      the target is interpreted <e>verbatim</e>; it needs to either
+      specify a relative path or an absolute path including
+      <c>${EPREFIX}</c>.
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2018-06-22 18:25 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2018-06-22 18:25 UTC (permalink / raw
  To: gentoo-commits

commit:     97aea4d9a36ee06d82e64de9ce415741b41483d8
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 16 21:25:20 2018 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Fri Jun 22 18:23:59 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=97aea4d9

function-reference/install-functions: add ban notes about libopts and dolib

 function-reference/install-functions/text.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index c1392bf..b6bd181 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -89,6 +89,7 @@ the first is the source name, the second the name to use when installing.
   <tr>
     <ti>
       <c>libopts</c>
+      <b>Note:</b> Banned in EAPI=7
     </ti>
     <ti>
       Specify arguments passed to <c>install</c> for libraries
@@ -207,6 +208,7 @@ the first is the source name, the second the name to use when installing.
   <tr>
     <ti>
       <c>dolib</c>
+      <b>Note:</b> Banned in EAPI=7
     </ti>
     <ti>
       Install a library file


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2018-08-01 22:59 Göktürk Yüksek
  0 siblings, 0 replies; 23+ messages in thread
From: Göktürk Yüksek @ 2018-08-01 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     5334a50837431d67a196a7848623e01401b3c5eb
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 26 17:23:11 2018 +0000
Commit:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Wed Aug  1 22:57:52 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=5334a508

install-functions: refer to ${ED} instead of ${D}

Since EAPI 3, the install functions use ${ED} instead of ${D}.

 function-reference/install-functions/text.xml | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index b6bd181..1134164 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -5,9 +5,8 @@
 <body>
 
 <p>
-The following functions, which are all provided by <c>ebuild.sh</c> and the standard
-library, handle various install-related tasks. <c>${D}</c> is automatically handled
-for all of these functions.
+The following functions are provided by the package manager to handle various
+install-related tasks. <c>${ED}</c> is prepended automatically to the install location.
 </p>
 
 <p>
@@ -271,7 +270,7 @@ the first is the source name, the second the name to use when installing.
       <c>fowners</c>
     </ti>
     <ti>
-      Call <c>chown</c> on the specified files in <c>${D}</c>
+      Call <c>chown</c> on the specified files in <c>${ED}</c>
     </ti>
   </tr>
   <tr>
@@ -279,7 +278,7 @@ the first is the source name, the second the name to use when installing.
       <c>fperms</c>
     </ti>
     <ti>
-      Call <c>chmod</c> on the specified files in <c>${D}</c>
+      Call <c>chmod</c> on the specified files in <c>${ED}</c>
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2018-10-24 13:01 Brian Evans
  0 siblings, 0 replies; 23+ messages in thread
From: Brian Evans @ 2018-10-24 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     e9a60c0e885eb466dd3251ee33ab309f592ecd1d
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 15:20:59 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 12:56:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=e9a60c0e

install-functions: mark dohtml as banned with EAPI=7

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 function-reference/install-functions/text.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 24552a7..e42b4f6 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -176,7 +176,8 @@ the first is the source name, the second the name to use when installing.
       Installs HTML document files into <c>/usr/share/doc/${PF}/html</c>
       The <c>-r</c> option allows directories to be installed recursively.
       <b>Note</b>: Deprecated in EAPI 6, switch to <c>einstalldocs</c>
-      instead
+      instead.
+      <b>Note:</b> Banned in EAPI=7
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2018-10-24 13:01 Brian Evans
  0 siblings, 0 replies; 23+ messages in thread
From: Brian Evans @ 2018-10-24 13:01 UTC (permalink / raw
  To: gentoo-commits

commit:     7cb1e1f8abbf1db100e3685cd9d1093c2a788a03
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 17 15:13:36 2018 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Wed Oct 24 12:56:37 2018 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=7cb1e1f8

install-functions: Update domo and add dostrip for EAPI=7

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 function-reference/install-functions/text.xml | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 1134164..24552a7 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -242,7 +242,8 @@ the first is the source name, the second the name to use when installing.
       <c>domo</c>
     </ti>
     <ti>
-      Install a Gettext <c>.mo</c> file
+      Install a Gettext <c>.mo</c> file<br>
+      (EAPI=7) No longer looks at the value of <c>into</c>
     </ti>
   </tr>
   <tr>
@@ -387,6 +388,17 @@ the first is the source name, the second the name to use when installing.
       Install an <c>sbin</c> file using the second argument as the name
     </ti>
   </tr>
+  <tr>
+    <ti>
+      <c>dostrip</c>
+    </ti>
+    <ti>
+      Introduced with EAPI=7, controls the stripping of executables.
+      Normally executed to exclude from stripping.
+      Eg. <c>dostrip -x /path/to/important.so</c>.  May also be used to include binaries
+      to strip when <c>RESTRICT=strip</c> without the -x option.
+    </ti>
+  </tr>
 </table>
 
 </body>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2019-11-22 22:45 Michael Orlitzky
  0 siblings, 0 replies; 23+ messages in thread
From: Michael Orlitzky @ 2019-11-22 22:45 UTC (permalink / raw
  To: gentoo-commits

commit:     401ad3ebcf88837618fa559c5cea7666a4b30435
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 25 00:39:30 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 13:31:16 2019 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=401ad3eb

function-reference/install-functions: clarify dodir/keepdir usage.

The existing "Install Functions Reference" documentation on dodir()
and keepdir() is a bit wishy-washy. What developers really want to
know is, when do I use one, and when do I use the other?

This commit updates the descriptions of those two functions to provide
that information. If the directory will be non-empty, dodir() is fine.
Otherwise, keepdir() should be used. Some rationale for the existence
of the keepdir() function is also provided for the skeptical developer
who might otherwise find it superfluous.

This change mirrors an update to the ebuild(5) man page in portage.

Closes: https://bugs.gentoo.org/451472
Reported-by: Matthew Schultz <mattsch <AT> gmail.com>
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>

 function-reference/install-functions/text.xml | 16 ++++++++++++----
 1 file changed, 12 insertions(+), 4 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 2b0cbf2..06bc241 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -117,7 +117,9 @@ the first is the source name, the second the name to use when installing.
       <c>dodir</c>
     </ti>
     <ti>
-      Install a directory
+      Install a directory that will be non-empty when the package is
+      merged. For directories that will be empty, please use
+      <c>keepdir</c> instead.
     </ti>
   </tr>
   <tr>
@@ -288,9 +290,15 @@ the first is the source name, the second the name to use when installing.
       <c>keepdir</c>
     </ti>
     <ti>
-      Create a directory which will be preserved by the package
-      manager (This is typically accomplished by inserting an empty
-      <c>.keep_${CATEGORY}_${PN}-${SLOT%/*}</c> file in the directory)
+      Install a directory that will be empty when the package is
+      merged. This is like <c>dodir</c>, but for empty directories
+      instead. <uri
+      link="https://projects.gentoo.org/pms/7/pms.html#x1-14200013.2.2">The
+      handling of empty directories is undefined by the package
+      manager specification</uri>, and the <c>keepdir</c> function
+      exists to ensure that the (otherwise empty) directory is
+      tracked. This is accomplished by installing a hidden file
+      prefixed with <c>.keep</c> to the directory in question.
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2020-02-24  8:14 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2020-02-24  8:14 UTC (permalink / raw
  To: gentoo-commits

commit:     054fc8a60b07ce387de5d2cf5467e937431d8183
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 20 19:17:03 2020 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Feb 24 07:12:39 2020 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=054fc8a6

function-reference/install-functions: Explain that *into creates the dir.

Closes: https://bugs.gentoo.org/710318
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 7e0b540..da2af83 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -15,6 +15,10 @@ targets. The <c>new*</c> functions take exactly two arguments (except as noted)
 the first is the source name, the second the name to use when installing.
 </p>
 
+<p>
+The <c>*into</c> functions create the directory if it does not already exist.
+</p>
+
 <table>
   <tr>
     <th>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2022-01-17 16:52 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2022-01-17 16:52 UTC (permalink / raw
  To: gentoo-commits

commit:     59830bf240718914323abcd7e77260e7a2858080
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 22 15:56:47 2021 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 17 16:52:09 2022 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=59830bf2

function-reference/install-functions: be more specific about dobin location

Bug: https://bugs.gentoo.org/586632
Suggested-by: Sebastian Pipping <sping <AT> gentoo.org>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index da2af83..fcb8941 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -103,9 +103,10 @@ The <c>*into</c> functions create the directory if it does not already exist.
       <c>dobin</c>
     </ti>
     <ti>
-      Install a binary into <c>/usr/bin</c>, set the file mode to 0755
-      and set the ownership to superuser or its equivalent on the
-      system or installation at hand.
+      Install a binary into subdirectory <c>bin</c> of the location provided
+      by <c>into</c> (resulting in <c>/usr/bin</c> by default) with mode 0755
+      and with ownership set to superuser or its equivalent on the system or
+      installation at hand
     </ti>
   </tr>
   <tr>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2023-04-29 15:29 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2023-04-29 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     caa3e98b1431ceeead2924302bcc997d6214ba69
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Thu Apr 27 19:07:06 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 29 15:26:18 2023 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=caa3e98b

function-reference/install-functions: add note about paths to dostrip

Found this extremely unintuitive especially compared to the
documentation on the `dosym` function which is much clearer.

Closes: https://bugs.gentoo.org/888817
Signed-off-by: Matoro Mahri <matoro <AT> users.noreply.github.com>
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 9fbdcbe..6961784 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -431,6 +431,7 @@ The <c>*into</c> functions create the directory if it does not already exist.
       Normally executed to exclude from stripping.
       Eg. <c>dostrip -x /path/to/important.so</c>.  May also be used to include binaries
       to strip when <c>RESTRICT=strip</c> without the -x option.
+      Provided paths are relative to <c>${ED}</c>, even if they begin with a slash.
     </ti>
   </tr>
 </table>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2023-05-27 18:51 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2023-05-27 18:51 UTC (permalink / raw
  To: gentoo-commits

commit:     ada952e76ffe339d2e0a7b822a4786e26bb7fdfd
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 15:30:28 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat May 27 18:50:34 2023 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ada952e7

function-reference/install-functions: Reword dostrip documentation

As a followup to the previous change, use a better path for the
example and reword. No longer mention EAPI 7 because all older EAPIs
are deprecated.

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 6961784..0602c80 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -427,11 +427,11 @@ The <c>*into</c> functions create the directory if it does not already exist.
       <c>dostrip</c>
     </ti>
     <ti>
-      Introduced with EAPI=7, controls the stripping of executables.
-      Normally executed to exclude from stripping.
-      Eg. <c>dostrip -x /path/to/important.so</c>.  May also be used to include binaries
-      to strip when <c>RESTRICT=strip</c> without the -x option.
-      Provided paths are relative to <c>${ED}</c>, even if they begin with a slash.
+      Controls stripping of executables. Normally used to exclude from
+      stripping, e.g. <c>dostrip -x /usr/$(get_libdir)/important.so</c>.
+      May also be used without the <c>-x</c> option to include binaries to
+      strip when <c>RESTRICT=strip</c> is set. Provided paths are relative
+      to <c>${ED}</c>, even if they begin with a slash.
     </ti>
   </tr>
 </table>


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

* [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/
@ 2023-10-21 19:06 Ulrich Müller
  0 siblings, 0 replies; 23+ messages in thread
From: Ulrich Müller @ 2023-10-21 19:06 UTC (permalink / raw
  To: gentoo-commits

commit:     c97926baf8da7cf327509a0cd8718ca2bb9db56e
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 21 07:54:31 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 21 19:05:40 2023 +0000
URL:        https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c97926ba

function-reference/install-functions: Mention dosym -r option

Closes: https://bugs.gentoo.org/916017
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 function-reference/install-functions/text.xml | 15 ++++++++++-----
 1 file changed, 10 insertions(+), 5 deletions(-)

diff --git a/function-reference/install-functions/text.xml b/function-reference/install-functions/text.xml
index 0602c80..0d37980 100644
--- a/function-reference/install-functions/text.xml
+++ b/function-reference/install-functions/text.xml
@@ -278,11 +278,16 @@ The <c>*into</c> functions create the directory if it does not already exist.
       <c>dosym</c>
     </ti>
     <ti>
-      Create a symlink to the target specified as the first parameter,
-      at the path specified by the second parameter. Note that
-      the target is interpreted <e>verbatim</e>; it needs to either
-      specify a relative path or an absolute path including
-      <c>${EPREFIX}</c>.
+      <p>
+      Create a symlink to the target specified as the first parameter, at the
+      path specified by the second parameter. With option <c>-r</c> (EAPI 8),
+      an absolute path specified for the target will be converted to a path
+      relative to the link location.
+      </p>
+      <p>
+      Note: Without option <c>-r</c>, an absolute link target is interpreted
+      <e>verbatim</e>, i.e. it must include <c>${EPREFIX}</c> when applicable.
+      </p>
     </ti>
   </tr>
   <tr>


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

end of thread, other threads:[~2023-10-21 19:06 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-24 13:01 [gentoo-commits] proj/devmanual:master commit in: function-reference/install-functions/ Brian Evans
  -- strict thread matches above, loose matches on Subject: below --
2023-10-21 19:06 Ulrich Müller
2023-05-27 18:51 Ulrich Müller
2023-04-29 15:29 Ulrich Müller
2022-01-17 16:52 Ulrich Müller
2020-02-24  8:14 Ulrich Müller
2019-11-22 22:45 Michael Orlitzky
2018-10-24 13:01 Brian Evans
2018-08-01 22:59 Göktürk Yüksek
2018-06-22 18:25 Ulrich Müller
2017-08-28 20:01 Göktürk Yüksek
2017-06-21 17:28 Göktürk Yüksek
2016-12-08 16:47 Göktürk Yüksek
2016-12-07 19:46 Göktürk Yüksek
2016-12-07 19:46 Göktürk Yüksek
2016-11-30  5:29 Göktürk Yüksek
2016-10-04 12:02 Göktürk Yüksek
2016-10-03 14:52 Ulrich Müller
2016-10-03 14:52 Ulrich Müller
2016-10-03 13:45 Mike Gilbert
2016-08-18  3:26 Göktürk Yüksek
2013-02-10  3:26 Mike Gilbert
2012-11-07 13:43 Michael Palimaka

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