From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3A23113997D for ; Mon, 11 Nov 2019 08:19:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0F055E09AE; Mon, 11 Nov 2019 08:19:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E526DE09AE for ; Mon, 11 Nov 2019 08:19:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5D89234CB76 for ; Mon, 11 Nov 2019 08:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0479E72F for ; Mon, 11 Nov 2019 08:19:13 +0000 (UTC) From: "Ulrich Müller" 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" Message-ID: <1573061350.b72617efdf52ad9cb67a0492ef4ef978e364c4c3.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.bib X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b72617efdf52ad9cb67a0492ef4ef978e364c4c3 X-VCS-Branch: master Date: Mon, 11 Nov 2019 08:19:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b49c6520-4310-48d7-b811-97127098584d X-Archives-Hash: 204c06cab76fb8b1888e34b359744bd0 commit: b72617efdf52ad9cb67a0492ef4ef978e364c4c3 Author: Ulrich Müller gentoo org> AuthorDate: Wed Nov 6 17:29:10 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Nov 6 17:29:10 2019 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=b72617ef pms.bib: Use last date listed in Post-History for GLEPs. This seems to be a closer substitute for the publication date than the "Created" field used until now. Signed-off-by: Ulrich Müller gentoo.org> pms.bib | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pms.bib b/pms.bib index 5bd52a2..e505418 100644 --- a/pms.bib +++ b/pms.bib @@ -1,31 +1,31 @@ @manual{Glep37, author = {Jason Stubbs}, title = {{GLEP} 37: Virtuals deprecation}, - year = 2005, - month = Apr, + year = 2006, + month = Sep, url = {https://www.gentoo.org/glep/glep-0037.html} } @manual{Glep44, author = {Marius Mauch}, title = {{GLEP} 44: Manifest2 format}, - year = 2005, - month = Dec, + year = 2006, + month = Sep, url = {https://www.gentoo.org/glep/glep-0044.html} } @manual{Glep55, author = {Piotr Jaroszyński}, title = {{GLEP} 55: Use {EAPI}-suffixed ebuilds}, - year = 2007, - month = Dec, + year = 2009, + month = May, url = {https://www.gentoo.org/glep/glep-0055.html} } @manual{Glep68, author = {Michał Górny}, title = {{GLEP} 68: Package and category metadata}, - year = 2016, - month = Apr, + year = 2018, + month = Feb, url = {https://www.gentoo.org/glep/glep-0068.html} }