Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/pms:eapi-6 commit in: /
Date: Thu, 02 Apr 2015 16:11:03
Message-Id: 1427569298.244ffa0bd3893ce4e42bd444edeb92cdc6565ba9.ulm@gentoo
1 commit: 244ffa0bd3893ce4e42bd444edeb92cdc6565ba9
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 28 19:01:38 2015 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 28 19:01:38 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=244ffa0b
7
8 Update URIs, Gentoo sites use https now.
9
10 https://archives.gentoo.org/gentoo-dev/message/48af7446531860f964097b2dacba15aa
11
12 appendices.tex | 2 +-
13 eapi-cheatsheet.tex | 4 ++--
14 ebuild-env-commands.tex | 3 ++-
15 pms.bib | 4 ++--
16 4 files changed, 7 insertions(+), 6 deletions(-)
17
18 diff --git a/appendices.tex b/appendices.tex
19 index fcadf21..4d0ae12 100644
20 --- a/appendices.tex
21 +++ b/appendices.tex
22 @@ -3,7 +3,7 @@
23
24 The \t{metadata.xml} file is used to contain extra package- or category-level information beyond
25 what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document,
26 -and is described in the DTD file located at \url{http://www.gentoo.org/dtd/metadata.dtd}.
27 +and is described in the DTD file located at \url{https://www.gentoo.org/dtd/metadata.dtd}.
28
29 \chapter{Unspecified Items}
30
31
32 diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex
33 index cf13bf2..bbde806 100644
34 --- a/eapi-cheatsheet.tex
35 +++ b/eapi-cheatsheet.tex
36 @@ -23,7 +23,7 @@
37
38 \title{EAPI Cheat Sheet}
39 \author{Gentoo PMS team\thanks{%
40 - \url{http://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}}}
41 + \url{https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}}}
42 \ifthenelse{\equal{\VCDateISO}{}}
43 {
44 \date{Version \version{}, generated on: \\\today}
45 @@ -61,7 +61,7 @@
46 built from the same checkout as this overview.
47
48 % Please report mistakes in or enhancements to this document via the
49 - % Gentoo bug tracking system\footnote{\url{http://bugs.gentoo.org/}}
50 + % Gentoo bug tracking system\footnote{\url{https://bugs.gentoo.org/}}
51 % to the original author or the PMS team.
52
53 This document is released under the Creative Commons
54
55 diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex
56 index 7d3c33b..62346ba 100644
57 --- a/ebuild-env-commands.tex
58 +++ b/ebuild-env-commands.tex
59 @@ -25,7 +25,8 @@ The following commands must always be available in the ebuild environment:
60 \begin{compactitem}
61 \item All builtin commands in GNU bash, version 3.2\footnote{The required bash version was
62 retroactively updated from 3.0 to 3.2 in November 2009
63 - (see \url{http://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).\label{fn:bash3.2}}.
64 + (see \url{https://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).%
65 + \label{fn:bash3.2}}.
66 \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed
67 version 4 or later.
68 \item \t{patch} must be available, and must support all inputs valid for GNU patch.
69
70 diff --git a/pms.bib b/pms.bib
71 index 5038e16..88885e2 100644
72 --- a/pms.bib
73 +++ b/pms.bib
74 @@ -3,7 +3,7 @@
75 title = {{GLEP} 37: Virtuals deprecation},
76 year = 2005,
77 month = Apr,
78 - howpublished = "\url{http://wiki.gentoo.org/wiki/GLEP:37}"
79 + howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:37}"
80 }
81
82 @misc{Glep44,
83 @@ -11,5 +11,5 @@
84 title = {{GLEP} 44: Manifest2 format},
85 year = 2005,
86 month = Dec,
87 - howpublished = "\url{http://wiki.gentoo.org/wiki/GLEP:44}"
88 + howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:44}"
89 }