From ef0b13e288a205155963b9776d55a72237c68912 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Fri, 28 Apr 2023 23:48:53 -0400 Subject: net-dialup/ppp: drop 2.5.0 Signed-off-by: Mike Gilbert --- net-dialup/ppp/ppp-2.5.0.ebuild | 113 ---------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 net-dialup/ppp/ppp-2.5.0.ebuild (limited to 'net-dialup') diff --git a/net-dialup/ppp/ppp-2.5.0.ebuild b/net-dialup/ppp/ppp-2.5.0.ebuild deleted file mode 100644 index bae82377db29..000000000000 --- a/net-dialup/ppp/ppp-2.5.0.ebuild +++ /dev/null @@ -1,113 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit linux-info pam - -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} - !