Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/proxytunnel/
Date: Wed, 09 Sep 2020 16:52:56
Message-Id: 1599670363.c149d6658bda44a73b13011c1d9a6510a8988790.candrews@gentoo
1 commit: c149d6658bda44a73b13011c1d9a6510a8988790
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Sep 9 16:47:20 2020 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Sep 9 16:52:43 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c149d665
7
8 net-misc/proxytunnel: Cleanup old versions
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 net-misc/proxytunnel/Manifest | 2 -
14 .../proxytunnel/proxytunnel-1.10.20200507.ebuild | 45 --------------------
15 net-misc/proxytunnel/proxytunnel-1.9.1-r2.ebuild | 49 ----------------------
16 3 files changed, 96 deletions(-)
17
18 diff --git a/net-misc/proxytunnel/Manifest b/net-misc/proxytunnel/Manifest
19 index ba25b04cc5c..ef12592d2ee 100644
20 --- a/net-misc/proxytunnel/Manifest
21 +++ b/net-misc/proxytunnel/Manifest
22 @@ -1,3 +1 @@
23 -DIST proxytunnel-1.10.20200507.tar.gz 52286 BLAKE2B fca86840c4240137e6cf92a289344c39a8ab4066fb3efe83007ea75c9e42ebd746ce3e326d2351af38ac580c18d139a8d4f956af828862ae4f4e89eb3bd19fa0 SHA512 8727a686dcca9e38e5327207f29824daeddf9ce9a4fccdef6c6bd41019eb3901d4b84e724cbf9ba615115151ea434a597e9290ce302ba6df41e99d2f0b484e01
24 DIST proxytunnel-1.10.20200907.tar.gz 54711 BLAKE2B 79b5fc459ece793997b4407679498af29c53aa495802259f95ec600665fca815f9e43cafcbf1d0407c4f7184c21e7dae3f899413dbeeaf0924034e1bbd26cddb SHA512 f04570e87a0fda024661135b6598f87f1d7407c368fe3453300a655fefedb66ade96a742223de08b500ba9fc1fdc2e6519005ea38529ceaa3c1815f5012fca84
25 -DIST proxytunnel-1.9.1.tar.gz 48025 BLAKE2B 5a844d8fdbb9a1eae9c40c7621086b873ae89813b7c596da4416efcb777a8110ad7d224a0efa2e193cfbbb82dbfe69d44d4dd36db080b8e902630a464a85b953 SHA512 819dd11bc13fc279d2d475b89909c0eea414ff71d772d4bfed742dd8d425669dc502f2c22d983bb8c58e426a2bc7209526cb21492ca5f8e92ea1b9ea961fcfdc
26
27 diff --git a/net-misc/proxytunnel/proxytunnel-1.10.20200507.ebuild b/net-misc/proxytunnel/proxytunnel-1.10.20200507.ebuild
28 deleted file mode 100644
29 index cbc33dfb1f6..00000000000
30 --- a/net-misc/proxytunnel/proxytunnel-1.10.20200507.ebuild
31 +++ /dev/null
32 @@ -1,45 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=7
37 -
38 -inherit flag-o-matic toolchain-funcs
39 -
40 -DESCRIPTION="Connect stdin and stdout to a server via an HTTPS proxy"
41 -HOMEPAGE="https://github.com/proxytunnel/proxytunnel/ https://proxytunnel.sourceforge.net/"
42 -
43 -LICENSE="GPL-2"
44 -SLOT="0"
45 -IUSE="static"
46 -
47 -RDEPEND="dev-libs/openssl:="
48 -DEPEND="${RDEPEND}
49 - app-text/asciidoc
50 - app-text/xmlto
51 - "
52 -BDEPEND="virtual/pkgconfig"
53 -
54 -DOCS=( CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES TODO )
55 -
56 -if [[ ${PV} == *9999 ]] ; then
57 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
58 - inherit git-r3
59 -else
60 - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
61 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
62 -fi
63 -
64 -src_prepare() {
65 - default
66 - sed -i -e 's/libssl/libssl libcrypto/' Makefile || die "Sed failed!"
67 -}
68 -
69 -src_compile() {
70 - use static && append-ldflags -static
71 - emake CC="$(tc-getCC)"
72 -}
73 -
74 -src_install() {
75 - emake install prefix="${EPREFIX}"/usr DESTDIR="${D}"
76 - einstalldocs
77 -}
78
79 diff --git a/net-misc/proxytunnel/proxytunnel-1.9.1-r2.ebuild b/net-misc/proxytunnel/proxytunnel-1.9.1-r2.ebuild
80 deleted file mode 100644
81 index 0e62845f44f..00000000000
82 --- a/net-misc/proxytunnel/proxytunnel-1.9.1-r2.ebuild
83 +++ /dev/null
84 @@ -1,49 +0,0 @@
85 -# Copyright 1999-2020 Gentoo Authors
86 -# Distributed under the terms of the GNU General Public License v2
87 -
88 -EAPI=7
89 -
90 -inherit flag-o-matic toolchain-funcs
91 -
92 -DESCRIPTION="Connect stdin and stdout to a server via an HTTPS proxy"
93 -HOMEPAGE="https://github.com/proxytunnel/proxytunnel/ https://proxytunnel.sourceforge.net/"
94 -
95 -LICENSE="GPL-2"
96 -SLOT="0"
97 -IUSE="static"
98 -
99 -RDEPEND="dev-libs/openssl:="
100 -DEPEND="${RDEPEND}
101 - app-text/asciidoc
102 - app-text/xmlto
103 - "
104 -BDEPEND="virtual/pkgconfig"
105 -
106 -DOCS=( CHANGES CREDITS INSTALL KNOWN_ISSUES LICENSE.txt README RELNOTES TODO )
107 -PATCHES=(
108 - "${FILESDIR}"/${PN}-allowTLS.patch
109 - "${FILESDIR}"/${P}-gcc-10.patch
110 -)
111 -
112 -if [[ ${PV} == *9999 ]] ; then
113 - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git"
114 - inherit git-r3
115 -else
116 - SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
117 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
118 -fi
119 -
120 -src_prepare() {
121 - default
122 - sed -i -e 's/libssl/libssl libcrypto/' Makefile || die "Sed failed!"
123 -}
124 -
125 -src_compile() {
126 - use static && append-ldflags -static
127 - emake CC="$(tc-getCC)"
128 -}
129 -
130 -src_install() {
131 - emake install prefix="${EPREFIX}"/usr DESTDIR="${D}"
132 - einstalldocs
133 -}