commit:     32eaaf86a3da67667570f8b6132e9865ad69e6b9
Author:     Petru Ciobanu <scantlight <AT> gmail <DOT> com>
AuthorDate: Thu Oct 21 07:40:48 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Oct 24 04:06:08 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32eaaf86

net-vpn/openfortivpn: Remove old versions

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Petru Ciobanu <scantlight <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/22651
Signed-off-by: Sam James <sam <AT> gentoo.org>

 net-vpn/openfortivpn/Manifest                   |  2 --
 net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild | 36 -------------------------
 net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild | 36 -------------------------
 3 files changed, 74 deletions(-)

diff --git a/net-vpn/openfortivpn/Manifest b/net-vpn/openfortivpn/Manifest
index e3eeaba4628..73e25fd1ef9 100644
--- a/net-vpn/openfortivpn/Manifest
+++ b/net-vpn/openfortivpn/Manifest
@@ -1,5 +1,3 @@
-DIST openfortivpn-1.13.2.tar.gz 82977 BLAKE2B 
5daf2fdacaf2f9c3bc0a4bc3fc26543ed0ab424b70d2795e7b3d74b38cba53b1a8a9823564198ea5292b63f872c12f17ed3f65111a7024faee19640fff765cd7
 SHA512 
6be456784618d0af26190bad4af20a5f7163d3d984e3317fa3aac04b605ddd39f8973b192cf35fc8a371bf5ca4cbff8f644991b0cc031f558bf7881066fe8ec2
-DIST openfortivpn-1.15.0.tar.gz 157951 BLAKE2B 
051dbc5ab5c003926fa4424b9c69e899bc9602aabab7749953743d1d81e0ebd90ebdf157921cabc016cf93263279eab111ed1b9763fb4ba50a11f463659be2dd
 SHA512 
8ec6454c197925a031a454e3983ed98d93d48514d86ebb09483157872e299d9c6b36a966ac6c67cd85d203223460998cdc0e6af9d5389357d4a55789aa5e2083
 DIST openfortivpn-1.16.0.tar.gz 163878 BLAKE2B 
003460ca6012b90ddea41b1fe533c3b6899fa8528ef656e6d1b4a200f01d3a476749405294fc2c3c4ba489a41d7e72738d540632922fe2ae2d2344f5fc5750e3
 SHA512 
bd57bc076f89604077c0c6f538090b33707e2534f83ae7e01ee0604b044b2f1083b65f7d0241fb4fc38eabe8462689137c66bf59dac12b21408b8453f5b2cc5a
 DIST openfortivpn-1.17.0.tar.gz 166943 BLAKE2B 
f6372eac056ce0b9c1d3ea46d6af3d5da2323ecc96273b37efb9eccb13d31f607b1bc5843b2d33b3a722901530109a6cf0b270d6d4e31433045e6bca6041279a
 SHA512 
fb92e07468c6a4232977506eb42e416a32612a0bd78b705588c66e7ae68c712e2d245ee4eac6806dfb7cab5fcf10739ed9002358a425a8dbb75fb1cdc15e4c98
 DIST openfortivpn-1.17.1.tar.gz 167127 BLAKE2B 
4b8f9fb82c4f7c8ffcecf9f14c576d73c999712b7b183b74f9d60d59c67017080a3d16d95ae74fa7f07188e9b28bdf8384f9b41ea7a4ce8e24813044d27216b9
 SHA512 
9d8be1043833bfa0eba6e4032c767946e88d079d329f8039964ea659c4dffb54a5a3b2a6431b66bd86590eaca8bf598a110c368714ecd7ea00312ee97f329085

diff --git a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
deleted file mode 100644
index db3015c68b8..00000000000
--- a/net-vpn/openfortivpn/openfortivpn-1.13.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="
-       net-dialup/ppp
-       dev-libs/openssl:0=
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~PPP ~PPP_ASYNC"
-
-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
-}

diff --git a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild 
b/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
deleted file mode 100644
index 0c64cdfd137..00000000000
--- a/net-vpn/openfortivpn/openfortivpn-1.15.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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="
-       net-dialup/ppp
-       dev-libs/openssl:0=
-"
-RDEPEND="${DEPEND}"
-
-CONFIG_CHECK="~PPP ~PPP_ASYNC"
-
-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