mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-22 23:01:02 +02:00
proxenet: v0.4.1 bump
This commit is contained in:
parent
31ada94ebc
commit
a5ecbd0adc
5 changed files with 20 additions and 10 deletions
|
|
@ -1 +1 @@
|
|||
DIST proxenet-0.3.1.tar.gz 545023 SHA256 fb703035bd79132bafb195e838a5a217a0a4093e58c1921a96dd2ec9178740d3 SHA512 9f1bb5730cd57990b83adbad1cb4ffdc5bc0635be0f0c5e1b131440587dd88e21d994acd446ca7e68dca3e1786dfa8a173acb2254de33c820912f1c272de1cb1 WHIRLPOOL 6c4c541e26d4a62432e6daebac30380bfe0016879ee1ba3d41949568aec414aca7551db8c53920a971905b9397f4ad2fbd0374a700a19d0a5379bdeb637f7508
|
||||
DIST proxenet-0.4.1.tar.gz 981587 SHA256 6cfb3090c32ab47712df5ff222b3b763aa384995c6ba01b9f69eea97545a263f SHA512 1b28c9bb11eb5fa2784972c95c56c69a0fcfe9a87d3636ea487eb3b400fbed323326cb7aaf0ea27a4f92884bca459b3079276decd99e724c055a02d7b50fbb75 WHIRLPOOL 9d4f906d834a9b02625677290f53f731a0e98c3620247c33997ab2c0e4bea6bc4b891056574fce9f1f455f12b40ea3eb048a2fd945206d9adead6268341cefe6
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
# $Header: blshkv Exp $
|
||||
# $Id$
|
||||
|
||||
EAPI=5
|
||||
|
||||
|
|
@ -15,17 +15,24 @@ SLOT="0"
|
|||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="net-libs/polarssl"
|
||||
DEPEND="net-libs/mbedtls"
|
||||
RDEPEND="${DEPEND}
|
||||
net-proxy/proxenet-plugins"
|
||||
|
||||
CMAKE_IN_SOURCE_BUILD=1
|
||||
|
||||
src_prepare() {
|
||||
sed -i -e "s|/opt/proxenet/misc/openssl.cnf|./openssl.cnf|" keys/proxenet-setup-ca.sh
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
# local mycmakeargs=(
|
||||
# -DCMAKE_SKIP_INSTALL_RPATH:BOOL=YES
|
||||
# -DCMAKE_SKIP_RPATH:BOOL=YES
|
||||
# )
|
||||
|
||||
#https://github.com/hugsy/proxenet/issues/41
|
||||
local mycmakeargs=(
|
||||
-DUSE_JAVA_PLUGIN:BOOL=NO
|
||||
)
|
||||
cmake-utils_src_configure
|
||||
cd ./keys
|
||||
emake keys
|
||||
|
|
@ -33,7 +40,7 @@ src_configure() {
|
|||
|
||||
src_install() {
|
||||
insinto /usr/share/${PN}
|
||||
cp {proxenet,control-client.py,control-web.py} "${D}/usr/share/${PN}/"
|
||||
cp {proxenet,proxenet-control-cli.py,proxenet-control-web.py} "${D}/usr/share/${PN}/"
|
||||
doins -r keys
|
||||
dodir /usr/share/${PN}/proxenet-plugins/autoload
|
||||
dobin "${FILESDIR}/${PN}"
|
||||
|
|
@ -35,6 +35,8 @@
|
|||
~dev-python/blinker-1.3
|
||||
~dev-python/itsdangerous-0.22
|
||||
|
||||
=dev-python/netlib-0.11*
|
||||
|
||||
#required by wapiti
|
||||
~dev-python/requests-1.2.3
|
||||
~dev-python/charade-1.0.3
|
||||
|
|
|
|||
|
|
@ -163,7 +163,7 @@ dev-ruby/tzinfo-data
|
|||
~dev-ruby/rubinius-debugger-2.0.3
|
||||
~dev-ruby/rubinius-developer_tools-2.0.0
|
||||
~dev-ruby/rubinius-profiler-2.0.1
|
||||
~dev-ruby/rubyntlm-0.5.3
|
||||
=dev-ruby/rubyntlm-0.6*
|
||||
~dev-ruby/sdoc-0.3.20
|
||||
~dev-ruby/shoulda-matchers-2.3.0
|
||||
~dev-ruby/shoulda-matchers-2.6.0
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
~net-proxy/bdfproxy-0.3.9
|
||||
net-proxy/3proxy
|
||||
net-proxy/dansguardian
|
||||
net-proxy/dante
|
||||
|
|
@ -5,12 +6,12 @@ net-proxy/haproxy
|
|||
net-proxy/havp
|
||||
net-proxy/http-replicator
|
||||
net-proxy/httpush
|
||||
~net-proxy/mitmproxy-0.10.1
|
||||
=net-proxy/mitmproxy-0.11*
|
||||
net-proxy/ntlmaps
|
||||
~net-proxy/ratproxy-1.58
|
||||
net-proxy/pingtunnel
|
||||
net-proxy/piper
|
||||
~net-proxy/proxenet-0.3.1
|
||||
~net-proxy/proxenet-0.4.1
|
||||
~net-proxy/proxenet-plugins-9999
|
||||
net-proxy/squid
|
||||
net-proxy/squidclamav
|
||||
|
|
|
|||
Loading…
Reference in a new issue