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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A2149158083 for ; Thu, 19 Sep 2024 18:14:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95C98E29A3; Thu, 19 Sep 2024 18:14:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61A20E29A5 for ; Thu, 19 Sep 2024 18:14:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 574B034312C for ; Thu, 19 Sep 2024 18:14:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1EBA27EF for ; Thu, 19 Sep 2024 18:14:41 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1726769317.fa3bb0237627b3251d751dc312599415146129c2.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/ppp/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/ppp/ppp-2.5.1.ebuild X-VCS-Directories: net-dialup/ppp/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: fa3bb0237627b3251d751dc312599415146129c2 X-VCS-Branch: master Date: Thu, 19 Sep 2024 18:14:41 +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: 1d3a299d-e64e-4d54-b1a6-657bb53f610a X-Archives-Hash: 5a6c47ff5d9af6a74cb89fecc12be034 commit: fa3bb0237627b3251d751dc312599415146129c2 Author: Mike Gilbert gentoo org> AuthorDate: Thu Sep 19 18:08:29 2024 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Thu Sep 19 18:08:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa3bb023 net-dialup/ppp: remove workaround for pppgetpass.8 Signed-off-by: Mike Gilbert gentoo.org> net-dialup/ppp/ppp-2.5.1.ebuild | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/net-dialup/ppp/ppp-2.5.1.ebuild b/net-dialup/ppp/ppp-2.5.1.ebuild index 706d0b21237a..a09b7f10794b 100644 --- a/net-dialup/ppp/ppp-2.5.1.ebuild +++ b/net-dialup/ppp/ppp-2.5.1.ebuild @@ -7,10 +7,7 @@ inherit autotools linux-info pam tmpfiles DESCRIPTION="Point-to-Point Protocol (PPP)" HOMEPAGE="https://ppp.samba.org/" -SRC_URI=" - https://download.samba.org/pub/ppp/${P}.tar.gz - https://raw.githubusercontent.com/ppp-project/ppp/${P}/contrib/pppgetpass/pppgetpass.8 -" +SRC_URI="https://download.samba.org/pub/ppp/${P}.tar.gz" LICENSE="BSD GPL-2" SLOT="0/${PV}" @@ -115,12 +112,9 @@ src_install() { newsbin contrib/pppgetpass/pppgetpass.vt pppgetpass fi - newtmpfiles "${FILESDIR}/pppd.tmpfiles" pppd.conf + doman contrib/pppgetpass/pppgetpass.8 - # Missing from upstream tarball - # https://github.com/ppp-project/ppp/pull/412 - #doman contrib/pppgetpass/pppgetpass.8 - doman "${DISTDIR}/pppgetpass.8" + newtmpfiles "${FILESDIR}/pppd.tmpfiles" pppd.conf insinto /etc/ppp/radius doins pppd/plugins/radius/etc/{dictionary*,issue,port-id-map,radiusclient.conf,realms,servers}