commit: fa3bb0237627b3251d751dc312599415146129c2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Thu Sep 19 18:08:29 2024 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> 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 <floppym <AT> 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}
