net-misc/sstp-client: drop 1.0.17, 1.0.18

Bug: https://bugs.gentoo.org/870865
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel
2024-10-26 23:23:42 +02:00
parent 9ca7be15bb
commit 374e97d71c
3 changed files with 0 additions and 131 deletions

View File

@@ -1,3 +1,2 @@
DIST sstp-client-1.0.17.tar.gz 482831 BLAKE2B d19c752b3f061401f89eb46bd52091e3ab0a3c931c6646a55c1ee0e6dd7e9c501fba14b7c870a2514cb72fb0fd1d8bc89538562d4d99b9d58a081e0917734f5d SHA512 eff18eb894b2c96d46315b5ac7530fe50e8dd6e6c29ea946cd0e7c05c56416e85088fc65650fb77c05e3a747cb0b4e3575af5457515d240161027910abae9775
DIST sstp-client-1.0.18-ppp-2.5.0-patches.tar.xz 7244 BLAKE2B 4249787feb98d71f81d50ac4f02cf38f8cd21501bfffc0ec65ba262db5c5ccf3bc3ba728f676e7156e6105181c2706c5bfc242b66c6db63cc39e82a6e4add56a SHA512 ed99b6de0ea57ff80ca175b329b00334cad7ca535fd6465f318bf5db0994a1a9aec6f7026bebcf9087a1d21ecac8a8a3a027e346ca541582470b0570273d4cd7
DIST sstp-client-1.0.18.tar.gz 477886 BLAKE2B 3a2929a5245a703c36b9bf6c17b7f65d911446a8a44b95894fd990ccf5ad01a98e4b5e843681e4643ff4b28a57de359a98ef42f9bb378d52c6829297970399b6 SHA512 e0dd0fe57b65c2001737222159e58b11177a8f1cb64564e520fad2199c0581d0550a00f49c921be74039dec59062233b4716f8b624a0e4cb48bdf8df9272f93c

View File

@@ -1,65 +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="Client implementation of Secure Socket Tunneling Protocol (SSTP)"
HOMEPAGE="https://sstp-client.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/sstp-client/${P}.tar.gz"
LICENSE="GPL-2+-with-openssl-exception"
SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 x86"
IUSE="static"
DEPEND="dev-libs/libevent:=
dev-libs/openssl:=
net-dialup/ppp:="
RDEPEND="${DEPEND}
acct-group/sstpc
acct-user/sstpc"
BDEPEND="virtual/pkgconfig"
CONFIG_CHECK="~NETFILTER_NETLINK"
PATCHES=(
"${FILESDIR}/${PN}-1.0.12-remove-network-test.patch"
"${FILESDIR}/${PN}-1.0.12-fix-example.patch"
"${FILESDIR}/${PN}-1.0.17-fix-bashism-configure.ac.patch"
)
DOCS=( AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING )
src_prepare() {
default
eautoreconf
}
src_configure() {
local PPPD_VER="$(best_version net-dialup/ppp)"
# Reduce it to ${PV}-${PR}
PPPD_VER=${PPPD_VER#*/*-}
# Main version without beta/pre/patch/revision
PPPD_VER=${PPPD_VER%%[_-]*}
local myeconfargs=(
--enable-ppp-plugin
--enable-group=sstpc
--enable-user=sstpc
--with-pppd-plugin-dir="/usr/$(get_libdir)/pppd/${PPPD_VER}"
--with-runtime-dir="/run/sstpc"
$(use_enable static)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}

View File

@@ -1,65 +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="Client implementation of Secure Socket Tunneling Protocol (SSTP)"
HOMEPAGE="https://sstp-client.sourceforge.net/"
SRC_URI="https://downloads.sourceforge.net/sstp-client/${P}.tar.gz"
LICENSE="GPL-2+-with-openssl-exception"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE="static"
DEPEND="dev-libs/libevent:=
dev-libs/openssl:=
net-dialup/ppp:="
RDEPEND="${DEPEND}
acct-group/sstpc
acct-user/sstpc"
BDEPEND="virtual/pkgconfig"
CONFIG_CHECK="~NETFILTER_NETLINK"
PATCHES=(
"${FILESDIR}/${PN}-1.0.12-remove-network-test.patch"
"${FILESDIR}/${PN}-1.0.12-fix-example.patch"
"${FILESDIR}/${PN}-1.0.18-includes.patch"
)
DOCS=( AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING )
src_prepare() {
default
eautoreconf
}
src_configure() {
local PPPD_VER="$(best_version net-dialup/ppp)"
# Reduce it to ${PV}-${PR}
PPPD_VER=${PPPD_VER#*/*-}
# Main version without beta/pre/patch/revision
PPPD_VER=${PPPD_VER%%[_-]*}
local myeconfargs=(
--enable-ppp-plugin
--enable-group=sstpc
--enable-user=sstpc
--with-pppd-plugin-dir="/usr/$(get_libdir)/pppd/${PPPD_VER}"
--with-runtime-dir="/run/sstpc"
$(use_enable static)
)
econf "${myeconfargs[@]}"
}
src_install() {
default
find "${ED}" -name '*.la' -delete || die
}