commit:     cdae2573496a4830b716fd8724b77404d3c55830
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Fri May  5 14:49:57 2023 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Fri May  5 14:49:57 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdae2573

net-vpn/ocserv: drop 1.0.1-r1, 1.1.3

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 net-vpn/ocserv/Manifest               |  2 -
 net-vpn/ocserv/ocserv-1.0.1-r1.ebuild | 83 -----------------------------------
 net-vpn/ocserv/ocserv-1.1.3.ebuild    | 82 ----------------------------------
 3 files changed, 167 deletions(-)

diff --git a/net-vpn/ocserv/Manifest b/net-vpn/ocserv/Manifest
index 6ecf2f227674..2352ae6b3fde 100644
--- a/net-vpn/ocserv/Manifest
+++ b/net-vpn/ocserv/Manifest
@@ -1,3 +1 @@
-DIST ocserv-1.0.1.tar.xz 787800 BLAKE2B 
655a2a6e1434a5b31b157e0f73df3d6d04011c06fd5a1f39f1152752abdc837974c739bc0694a804a1e96b4e219c78c5cf1a58040bbcdcad3e326d0c9e584c7b
 SHA512 
953e1b6084f68f8627b5383e28b5fcde987881e66feac645a40fa37d895f0711b171c9029c3703773dfbd5432d747f92c71af9240c2df3381599902a7d5fe880
-DIST ocserv-1.1.3.tar.xz 833320 BLAKE2B 
bdf92683df55cd26bc102327b233703eefd58ea18ef71ccfc383e06b7fdd78ca59d605ef3517f430f3a20e8d4ab2c3f8abf2684cedd2eb0aeefe10c688faab15
 SHA512 
1138bd530e41f215f75e967aa293e80504a0ffc3384184832910b7bf8dc2049a637c1d8bef0221b6abb3e6510e51fba3c45d43901c0d2e4c0f180e72c0804628
 DIST ocserv-1.1.6.tar.xz 839744 BLAKE2B 
3b3591588d9a5be4e723df739a5d8b4c33d78d536ecb169263c83cf8bedfdaab1a3d06e6dc11544acbede135626d37d98f2bc26b95ff80abb3f0e99f4688b7f6
 SHA512 
d1c5e5cf0e84aab168ed51516534df8b2968194dd1421f33563c61b3e47d5d79ebe9e6ffbf7cbcc9ff1242fae05151024f70ef586d063bec0b3eec00050bfdfa

diff --git a/net-vpn/ocserv/ocserv-1.0.1-r1.ebuild 
b/net-vpn/ocserv/ocserv-1.0.1-r1.ebuild
deleted file mode 100644
index 30ecafc2b9cc..000000000000
--- a/net-vpn/ocserv/ocserv-1.0.1-r1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Openconnect SSL VPN server"
-HOMEPAGE="https://ocserv.gitlab.io/www/index.html";
-SRC_URI="ftp://ftp.infradead.org/pub/ocserv/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 arm arm64 ppc64 x86"
-IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       virtual/pkgconfig
-       test? (
-               net-libs/gnutls[tools(+)]
-               net-libs/socket_wrapper
-               net-vpn/openconnect
-               sys-libs/nss_wrapper
-               sys-libs/uid_wrapper
-       )
-"
-DEPEND="
-       dev-libs/libnl:3=
-       dev-libs/libev:0=
-       >=dev-libs/nettle-2.7:0=
-       dev-libs/pcl:0=
-       dev-libs/protobuf-c:0=
-       >=net-libs/gnutls-3.3.0:0=
-       net-libs/http-parser:0=
-       sys-libs/readline:0=
-       sys-libs/talloc:0=
-       virtual/libcrypt:=
-       geoip? ( dev-libs/geoip:0= )
-       kerberos? ( virtual/krb5 )
-       lz4? ( app-arch/lz4:0= )
-       otp? ( sys-auth/oath-toolkit:0= )
-       pam? ( sys-libs/pam:0= )
-       radius? ( net-dialup/freeradius-client:0= )
-       seccomp? ( sys-libs/libseccomp:0= )
-       systemd? ( sys-apps/systemd:0= )
-       tcpd? ( sys-apps/tcp-wrappers:0= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local myconf=(
-               --without-root-tests
-               --without-docker-tests
-               --without-nuttcp-tests
-
-               $(use_enable seccomp)
-               $(use_enable systemd)
-
-               $(use_with geoip)
-               $(use_with kerberos gssapi)
-               $(use_with lz4)
-               $(use_with otp liboath)
-               $(use_with radius)
-               $(use_with tcpd libwrap)
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-
-       dodoc doc/sample.{config,passwd}
-       use otp && dodoc doc/sample.otp
-
-       doinitd "${FILESDIR}"/ocserv
-
-       if use systemd; then
-               systemd_dounit 
doc/systemd/socket-activated/ocserv.{service,socket}
-       else
-               systemd_dounit doc/systemd/standalone/ocserv.service
-       fi
-}

diff --git a/net-vpn/ocserv/ocserv-1.1.3.ebuild 
b/net-vpn/ocserv/ocserv-1.1.3.ebuild
deleted file mode 100644
index 459da4219219..000000000000
--- a/net-vpn/ocserv/ocserv-1.1.3.ebuild
+++ /dev/null
@@ -1,82 +0,0 @@
-# Copyright 2019-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit systemd
-
-DESCRIPTION="Openconnect SSL VPN server"
-HOMEPAGE="https://ocserv.gitlab.io/www/index.html";
-SRC_URI="ftp://ftp.infradead.org/pub/ocserv/${P}.tar.xz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="geoip kerberos +lz4 otp pam radius +seccomp systemd tcpd test"
-RESTRICT="!test? ( test )"
-
-BDEPEND="
-       virtual/pkgconfig
-       test? (
-               net-libs/gnutls[tools(+)]
-               net-libs/socket_wrapper
-               net-vpn/openconnect
-               sys-libs/nss_wrapper
-               sys-libs/uid_wrapper
-       )
-"
-DEPEND="
-       dev-libs/libnl:3=
-       dev-libs/libev:0=
-       >=dev-libs/nettle-2.7:0=
-       dev-libs/pcl:0=
-       dev-libs/protobuf-c:0=
-       >=net-libs/gnutls-3.3.0:0=
-       net-libs/http-parser:0=
-       sys-libs/readline:0=
-       sys-libs/talloc:0=
-       virtual/libcrypt:=
-       geoip? ( dev-libs/geoip:0= )
-       kerberos? ( virtual/krb5 )
-       lz4? ( app-arch/lz4:0= )
-       otp? ( sys-auth/oath-toolkit:0= )
-       pam? ( sys-libs/pam:0= )
-       radius? ( net-dialup/freeradius-client:0= )
-       seccomp? ( sys-libs/libseccomp:0= )
-       systemd? ( sys-apps/systemd:0= )
-       tcpd? ( sys-apps/tcp-wrappers:0= )
-"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-       local myconf=(
-               --without-root-tests
-               --without-nuttcp-tests
-
-               $(use_enable seccomp)
-               $(use_enable systemd)
-
-               $(use_with geoip)
-               $(use_with kerberos gssapi)
-               $(use_with lz4)
-               $(use_with otp liboath)
-               $(use_with radius)
-               $(use_with tcpd libwrap)
-       )
-       econf "${myconf[@]}"
-}
-
-src_install() {
-       default
-
-       dodoc doc/sample.{config,passwd}
-       use otp && dodoc doc/sample.otp
-
-       doinitd "${FILESDIR}"/ocserv
-
-       if use systemd; then
-               systemd_dounit 
doc/systemd/socket-activated/ocserv.{service,socket}
-       else
-               systemd_dounit doc/systemd/standalone/ocserv.service
-       fi
-}

Reply via email to