From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-788620-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 70841138A3F for <garchives@archives.gentoo.org>; Thu, 2 Apr 2015 16:11:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC0EE093D; Thu, 2 Apr 2015 16:10:55 +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 E83A1E0940 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A7C43408D3 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:53 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93B8A15121 for <gentoo-commits@lists.gentoo.org>; Thu, 2 Apr 2015 16:10:47 +0000 (UTC) From: "Ulrich Müller" <ulm@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" <ulm@gentoo.org> Message-ID: <1427569298.244ffa0bd3893ce4e42bd444edeb92cdc6565ba9.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-6 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: appendices.tex eapi-cheatsheet.tex ebuild-env-commands.tex pms.bib X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 244ffa0bd3893ce4e42bd444edeb92cdc6565ba9 X-VCS-Branch: eapi-6 Date: Thu, 2 Apr 2015 16:10:47 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 74fc9f0e-7896-4efa-bdd9-94c067ac29e7 X-Archives-Hash: fadb8cd56ff79d0fefff1964a79cd745 Message-ID: <20150402161047.0ohw5FiaSiGFEBcwq4zfSwxm5MFw0nde-yKb1ftqf9M@z> commit: 244ffa0bd3893ce4e42bd444edeb92cdc6565ba9 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Mar 28 19:01:38 2015 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Mar 28 19:01:38 2015 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=244ffa0b Update URIs, Gentoo sites use https now. https://archives.gentoo.org/gentoo-dev/message/48af7446531860f964097b2dacba15aa appendices.tex | 2 +- eapi-cheatsheet.tex | 4 ++-- ebuild-env-commands.tex | 3 ++- pms.bib | 4 ++-- 4 files changed, 7 insertions(+), 6 deletions(-) diff --git a/appendices.tex b/appendices.tex index fcadf21..4d0ae12 100644 --- a/appendices.tex +++ b/appendices.tex @@ -3,7 +3,7 @@ The \t{metadata.xml} file is used to contain extra package- or category-level information beyond what is stored in ebuild metadata. Its exact format is strictly beyond the scope of this document, -and is described in the DTD file located at \url{http://www.gentoo.org/dtd/metadata.dtd}. +and is described in the DTD file located at \url{https://www.gentoo.org/dtd/metadata.dtd}. \chapter{Unspecified Items} diff --git a/eapi-cheatsheet.tex b/eapi-cheatsheet.tex index cf13bf2..bbde806 100644 --- a/eapi-cheatsheet.tex +++ b/eapi-cheatsheet.tex @@ -23,7 +23,7 @@ \title{EAPI Cheat Sheet} \author{Gentoo PMS team\thanks{% - \url{http://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}}} + \url{https://wiki.gentoo.org/wiki/Project:Package_Manager_Specification}}} \ifthenelse{\equal{\VCDateISO}{}} { \date{Version \version{}, generated on: \\\today} @@ -61,7 +61,7 @@ built from the same checkout as this overview. % Please report mistakes in or enhancements to this document via the - % Gentoo bug tracking system\footnote{\url{http://bugs.gentoo.org/}} + % Gentoo bug tracking system\footnote{\url{https://bugs.gentoo.org/}} % to the original author or the PMS team. This document is released under the Creative Commons diff --git a/ebuild-env-commands.tex b/ebuild-env-commands.tex index 7d3c33b..62346ba 100644 --- a/ebuild-env-commands.tex +++ b/ebuild-env-commands.tex @@ -25,7 +25,8 @@ The following commands must always be available in the ebuild environment: \begin{compactitem} \item All builtin commands in GNU bash, version 3.2\footnote{The required bash version was retroactively updated from 3.0 to 3.2 in November 2009 - (see \url{http://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).\label{fn:bash3.2}}. + (see \url{https://www.gentoo.org/proj/en/council/meeting-logs/20091109.txt}).% + \label{fn:bash3.2}}. \item \t{sed} must be available, and must support all forms of invocations valid for GNU sed version 4 or later. \item \t{patch} must be available, and must support all inputs valid for GNU patch. diff --git a/pms.bib b/pms.bib index 5038e16..88885e2 100644 --- a/pms.bib +++ b/pms.bib @@ -3,7 +3,7 @@ title = {{GLEP} 37: Virtuals deprecation}, year = 2005, month = Apr, - howpublished = "\url{http://wiki.gentoo.org/wiki/GLEP:37}" + howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:37}" } @misc{Glep44, @@ -11,5 +11,5 @@ title = {{GLEP} 44: Manifest2 format}, year = 2005, month = Dec, - howpublished = "\url{http://wiki.gentoo.org/wiki/GLEP:44}" + howpublished = "\url{https://wiki.gentoo.org/wiki/GLEP:44}" }