commit:     d49b3ab24fbdf385b845357970dbce7b3934574f
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 29 14:39:32 2025 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue Dec  2 02:50:14 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d49b3ab2

net-vpn/openfortivpn: drop 1.22.1

Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>

 net-vpn/openfortivpn/Manifest                   |  1 -
 net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild | 41 -------------------------
 2 files changed, 42 deletions(-)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index 1cb517c78297..5d4b25de2e73 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1,2 +1 @@
-DIST openfortivpn-1.22.1.tar.gz 171440 BLAKE2B 
cd8024985f9242799bd42708e46b6080b75cf1b1281d0f9c29f767dc83e7f6a9338fa271e82f3c73fe94ab05d8d309fe7a78f5270b036bc33d9d19d873609b05
 SHA512 
a6d3342689c733534c37f023f5a25dfc5bbb00bc3a0f9531b7cef1dc2825b48dc00ba68798a760316e644eefde98355fba8f1673c17af51f876c5b2a54828e37
 DIST openfortivpn-1.23.1.tar.gz 175670 BLAKE2B 
f1fb1d0a93bb1f123bc1198bb3940a2527e6bfa90e9993238de71c9348a3e4d534cbe5bcd40007befaead0c0537d9b5c1ba3809f1738dc98a294f287cd3bb7b2
 SHA512 
68870ccf9922e0d53df26aad3510066de32edc25089067e5e5deb928518f64eba22f49c870212c0abbd6e0d80cd7516c43c8829ec56a72470f95b75296641c70

diff --git a/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild
deleted file mode 100644
index 8d8282936bb3..000000000000
--- a/net-vpn/openfortivpn/openfortivpn-1.22.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit autotools linux-info
-
-DESCRIPTION="Fortinet compatible VPN client"
-HOMEPAGE="https://github.com/adrienverge/openfortivpn";
-SRC_URI="https://github.com/adrienverge/openfortivpn/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3-with-openssl-exception openssl"
-SLOT="0"
-KEYWORDS="amd64"
-
-DEPEND="
-       dev-libs/openssl:=
-       net-dialup/ppp
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~PPP ~PPP_ASYNC"
-
-PATCHES=(
-       
"${FILESDIR}"/${PN}-1.02.3-systemd_substitute_bin_and_sysconfig_dirs.patch
-       "${FILESDIR}"/${PN}-1.20.3-pppd-ipcp-accept-remote.patch
-)
-
-src_prepare() {
-       default
-
-       sed -i 's/-Werror//g' Makefile.am || die "Failed to remove -Werror from 
Makefile.am"
-
-       eautoreconf
-}
-
-src_install() {
-       default
-
-       keepdir /etc/openfortivpn
-}

Reply via email to