From 6e879aec0e9af7894661b52c930fc92974177c6e Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 6 Mar 2024 15:35:39 -0500 Subject: net-dialup/ppp: drop 2.5.0-r3, 2.5.0-r4 Signed-off-by: Mike Gilbert --- net-dialup/ppp/ppp-2.5.0-r3.ebuild | 115 ----------------------------------- net-dialup/ppp/ppp-2.5.0-r4.ebuild | 120 ------------------------------------- 2 files changed, 235 deletions(-) delete mode 100644 net-dialup/ppp/ppp-2.5.0-r3.ebuild delete mode 100644 net-dialup/ppp/ppp-2.5.0-r4.ebuild (limited to 'net-dialup/ppp') diff --git a/net-dialup/ppp/ppp-2.5.0-r3.ebuild b/net-dialup/ppp/ppp-2.5.0-r3.ebuild deleted file mode 100644 index eb638501c713..000000000000 --- a/net-dialup/ppp/ppp-2.5.0-r3.ebuild +++ /dev/null @@ -1,115 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-info pam tmpfiles - -PATCH_TARBALL_NAME="${PN}-2.4.9-patches-03" -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" - -LICENSE="BSD GPL-2" -SLOT="0/${PV}" -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" -IUSE="activefilter atm gtk pam systemd" - -DEPEND=" - dev-libs/openssl:0= - virtual/libcrypt:= - activefilter? ( net-libs/libpcap ) - atm? ( net-dialup/linux-atm ) - gtk? ( x11-libs/gtk+:2 ) - pam? ( sys-libs/pam ) - systemd? ( sys-apps/systemd ) -" -RDEPEND="${DEPEND} - !