Gentoo Archives: gentoo-commits

From: Conrad Kostecki <conikost@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sstp-client/
Date: Sat, 17 Apr 2021 19:20:35
Message-Id: 1618687172.aeefb4b81676789b20aad4e7a32692947512b7d9.conikost@gentoo
1 commit: aeefb4b81676789b20aad4e7a32692947512b7d9
2 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 17 18:35:13 2021 +0000
4 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 17 19:19:32 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aeefb4b8
7
8 net-misc/sstp-client: drop old version
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
12
13 net-misc/sstp-client/Manifest | 1 -
14 net-misc/sstp-client/sstp-client-1.0.10-r1.ebuild | 55 ----------------------
15 net-misc/sstp-client/sstp-client-1.0.12.ebuild | 56 -----------------------
16 3 files changed, 112 deletions(-)
17
18 diff --git a/net-misc/sstp-client/Manifest b/net-misc/sstp-client/Manifest
19 index d13f214b2a6..5bbc71ccec9 100644
20 --- a/net-misc/sstp-client/Manifest
21 +++ b/net-misc/sstp-client/Manifest
22 @@ -1,2 +1 @@
23 -DIST sstp-client-1.0.10.tar.gz 3012713 BLAKE2B 6b924c9fef4df26a9aa93dd5670cae4dbfe020f2c1bfc955f88f229414b5295864c25637bddf3b80d522dd514a4f3042522f9615fe660165b4417d6ea832e4bf SHA512 8f3e4b1b4d795015230b3a1b8aabf7d5fddd89be511bd6a59c22e5414520a392ba430f66f30aa2b982f084955e0085b0ea66d5acf5fd00414dc37c2c52a78cb7
24 DIST sstp-client-1.0.12.tar.gz 468683 BLAKE2B 4bb97465ee29eb6dd816a69b45c53e58e9de2cd5d7b5c9e39ea4ebbb3c3de0c21b3d95317114ae8c93bc3be359300bd6a55fa0512540bf25405fb47f8fb4e736 SHA512 d29128e59977fa844b0f2b02580284bb4e909994e5616c4dfa150b7a9807d0f34219355abe8c315c60c5f2482e3255824ce7e05566dbea9a7f13a1739d46468f
25
26 diff --git a/net-misc/sstp-client/sstp-client-1.0.10-r1.ebuild b/net-misc/sstp-client/sstp-client-1.0.10-r1.ebuild
27 deleted file mode 100644
28 index b3afe6c3dfb..00000000000
29 --- a/net-misc/sstp-client/sstp-client-1.0.10-r1.ebuild
30 +++ /dev/null
31 @@ -1,55 +0,0 @@
32 -# Copyright 1999-2021 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit autotools linux-info user
38 -
39 -DESCRIPTION="A client implementation of Secure Socket Tunneling Protocol (SSTP)"
40 -HOMEPAGE="http://sstp-client.sourceforge.net/"
41 -SRC_URI="mirror://sourceforge/sstp-client/${P}.tar.gz"
42 -
43 -LICENSE="GPL-2+-with-openssl-exception"
44 -SLOT="0"
45 -KEYWORDS="amd64 ~arm ~arm64 x86"
46 -IUSE="static"
47 -
48 -RDEPEND=">=dev-libs/libevent-2.0.10
49 - dev-libs/openssl:0
50 - net-dialup/ppp:="
51 -DEPEND="${RDEPEND}
52 - virtual/pkgconfig"
53 -
54 -CONFIG_CHECK="~NETFILTER_NETLINK"
55 -DOCS=( AUTHORS ChangeLog DEVELOPERS INSTALL NEWS README TODO USING )
56 -
57 -pkg_setup() {
58 - enewgroup sstpc
59 - enewuser sstpc -1 -1 -1 sstpc
60 -}
61 -
62 -src_prepare() {
63 - # set proper examples dir, --docdir overriding in src_configure does not work
64 - sed -i -e "/^docdir/s:@PACKAGE@:${PF}/examples:" Makefile.am || die 'sed on Makefile.am failed'
65 -
66 - default
67 - eautoreconf
68 -}
69 -
70 -src_configure() {
71 - local PPPD_VER="$(best_version net-dialup/ppp)"
72 - PPPD_VER=${PPPD_VER#*/*-} # reduce it to ${PV}-${PR}
73 - PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision
74 - econf \
75 - --enable-ppp-plugin \
76 - --enable-group=sstpc \
77 - --enable-user=sstpc \
78 - --with-pppd-plugin-dir="/usr/$(get_libdir)/pppd/${PPPD_VER}" \
79 - --with-runtime-dir="/run/sstpc" \
80 - $(use_enable static)
81 -}
82 -
83 -src_install() {
84 - default
85 - find "${D}" -name '*.la' -delete || die
86 -}
87
88 diff --git a/net-misc/sstp-client/sstp-client-1.0.12.ebuild b/net-misc/sstp-client/sstp-client-1.0.12.ebuild
89 deleted file mode 100644
90 index 767cbdd4709..00000000000
91 --- a/net-misc/sstp-client/sstp-client-1.0.12.ebuild
92 +++ /dev/null
93 @@ -1,56 +0,0 @@
94 -# Copyright 1999-2019 Gentoo Authors
95 -# Distributed under the terms of the GNU General Public License v2
96 -
97 -EAPI=6
98 -
99 -inherit autotools linux-info user
100 -
101 -DESCRIPTION="A client implementation of Secure Socket Tunneling Protocol (SSTP)"
102 -HOMEPAGE="http://sstp-client.sourceforge.net/"
103 -SRC_URI="mirror://sourceforge/sstp-client/${P}.tar.gz"
104 -
105 -LICENSE="GPL-2+-with-openssl-exception"
106 -SLOT="0"
107 -KEYWORDS="~amd64 ~arm ~arm64 ~x86"
108 -IUSE="static"
109 -
110 -RDEPEND=">=dev-libs/libevent-2.0.10
111 - dev-libs/openssl:0=
112 - net-dialup/ppp:="
113 -DEPEND="${RDEPEND}
114 - virtual/pkgconfig"
115 -
116 -CONFIG_CHECK="~NETFILTER_NETLINK"
117 -
118 -PATCHES=( "${FILESDIR}/${P}-remove-network-test.patch"
119 - "${FILESDIR}/${P}-fix-example.patch"
120 -)
121 -DOCS=( AUTHORS ChangeLog DEVELOPERS NEWS README TODO USING )
122 -
123 -pkg_setup() {
124 - enewgroup sstpc
125 - enewuser sstpc -1 -1 -1 sstpc
126 -}
127 -
128 -src_prepare() {
129 - default
130 - eautoreconf
131 -}
132 -
133 -src_configure() {
134 - local PPPD_VER="$(best_version net-dialup/ppp)"
135 - PPPD_VER=${PPPD_VER#*/*-} # reduce it to ${PV}-${PR}
136 - PPPD_VER=${PPPD_VER%%[_-]*} # main version without beta/pre/patch/revision
137 - econf \
138 - --enable-ppp-plugin \
139 - --enable-group=sstpc \
140 - --enable-user=sstpc \
141 - --with-pppd-plugin-dir="/usr/$(get_libdir)/pppd/${PPPD_VER}" \
142 - --with-runtime-dir="/run/sstpc" \
143 - $(use_enable static)
144 -}
145 -
146 -src_install() {
147 - default
148 - find "${D}" -name '*.la' -delete || die
149 -}