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 BEEDB1382C5 for ; Mon, 29 Jun 2020 17:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 018F7E0883; Mon, 29 Jun 2020 17:35:20 +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 DD3B6E0883 for ; Mon, 29 Jun 2020 17:35:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 C11D434ED5E for ; Mon, 29 Jun 2020 17:35:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3901821D for ; Mon, 29 Jun 2020 17:35:17 +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: <1593446889.01c81d95476ce0cc44aa485c36c953ca135ba410.ulm@gentoo> Subject: [gentoo-commits] proj/pms:master commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 01c81d95476ce0cc44aa485c36c953ca135ba410 X-VCS-Branch: master Date: Mon, 29 Jun 2020 17:35:17 +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: 19b092c0-bd53-4a2d-9aee-b14e13991134 X-Archives-Hash: 525d3a4787d3c05705fca1facfa5e99d commit: 01c81d95476ce0cc44aa485c36c953ca135ba410 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 29 16:08:09 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 29 16:08:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=01c81d95 Revert "pms.cls: Another workaround for tex4ht." The workaround for gitinfo2/eso-pic is no longer needed (and won't work anyway, as we no longer load gitinfo2 in the documentclasshook). This reverts commit e9536369d4c032f088683bd8fddfe30d12c3dcc8. Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 2 -- 1 file changed, 2 deletions(-) diff --git a/pms.cls b/pms.cls index d7dc8e8..88dbb89 100644 --- a/pms.cls +++ b/pms.cls @@ -62,8 +62,6 @@ \RequirePackage[scaled=.90]{helvet} \setboolean{TEX4HT-HACKS}{false} \else - % Prevent implicit loading of eso-pic (by gitinfo2) - \@namedef{ver@eso-pic.sty}{9999/12/31} \setboolean{TEX4HT-HACKS}{true} \fi 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 63E4E13835A for ; Thu, 13 May 2021 11:42:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D22DE08C3; Thu, 13 May 2021 11:42:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 F2CD6E08C3 for ; Thu, 13 May 2021 11:42:27 +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 00185340D38 for ; Thu, 13 May 2021 11:42:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7B335778 for ; Thu, 13 May 2021 11:42:25 +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: <1593446889.01c81d95476ce0cc44aa485c36c953ca135ba410.ulm@gentoo> Subject: [gentoo-commits] proj/pms:eapi-8 commit in: / X-VCS-Repository: proj/pms X-VCS-Files: pms.cls X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 01c81d95476ce0cc44aa485c36c953ca135ba410 X-VCS-Branch: eapi-8 Date: Thu, 13 May 2021 11:42:25 +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: b1001a85-5850-479d-95a7-dd84a993db1f X-Archives-Hash: 39647b49f1e445b60fb18480ae4af544 Message-ID: <20210513114225.xE35wjMAPhKFLljYn7wX9O_GftoZxR_Po9RyTcc7vqg@z> commit: 01c81d95476ce0cc44aa485c36c953ca135ba410 Author: Ulrich Müller gentoo org> AuthorDate: Mon Jun 29 16:08:09 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jun 29 16:08:09 2020 +0000 URL: https://gitweb.gentoo.org/proj/pms.git/commit/?id=01c81d95 Revert "pms.cls: Another workaround for tex4ht." The workaround for gitinfo2/eso-pic is no longer needed (and won't work anyway, as we no longer load gitinfo2 in the documentclasshook). This reverts commit e9536369d4c032f088683bd8fddfe30d12c3dcc8. Signed-off-by: Ulrich Müller gentoo.org> pms.cls | 2 -- 1 file changed, 2 deletions(-) diff --git a/pms.cls b/pms.cls index d7dc8e8..88dbb89 100644 --- a/pms.cls +++ b/pms.cls @@ -62,8 +62,6 @@ \RequirePackage[scaled=.90]{helvet} \setboolean{TEX4HT-HACKS}{false} \else - % Prevent implicit loading of eso-pic (by gitinfo2) - \@namedef{ver@eso-pic.sty}{9999/12/31} \setboolean{TEX4HT-HACKS}{true} \fi