Update
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
DIST hasufell-binhost--net-libs--miniupnpc-2.0.20161216--C.14750.1482681162.322547.C.tar.bz2 102295 SHA256 8a38a94b35bb19a92702bc4f5b00de6b25d3ffaaab45aaf8a2987bc8a61a6a46 SHA512 60d541be874e4dc4abddfa591e2eca38c2e82a212822daa692adce99dc24e77ab6a2a4b1e41779f99edca59a8c74b8706d5c7ab3ba278994da56c03fe79118e4 WHIRLPOOL ffe1db9461e3a2e290776709e6f81a23a8f28432113506256a19ba10f7464b24ddf3d91dcd969ed9eef83876efc378a62c2802e11c46f0e5b0aa3b00b6408d8d
|
||||
PBIN miniupnpc-2.0.20161216.pbin-1+exheres-0 2990 SHA256 2a9a21bf6bdf3df4d5f1578320e262f954d0912247a438ef9f9112da7c31b7f8 SHA512 b9d7b11c0eba44e492b2fb8674e6d3ae5e0e5116554519bf93ad702fb181bc04d4a79b79acf7c884866404f3d794c0b3917ddeaa46fc80a26aa543d7e3e813fd WHIRLPOOL 654fe7d155902f54bbb19297fe6d3ad052086d8cbc209caae6d004c416790ba383d651f377589428c16ef7107d8bf5c2e3473f8c33f61f6601a9f0977b3b994f
|
||||
DIST hasufell-binhost--net-libs--miniupnpc-2.1--C.21021.1532055237.256262.C.tar.bz2 103867 SHA256 220dc508664346acd33a8b95619d8043544e5b1d8ecba0f39b6c3029de8aba06 SHA512 0e1dfb6295f12736ae274889cbbfb7de1eaf7f0c12fed28b4686c26141e9d2ee7e00ca139bea40e524a4dae0f7282d0616d0e897d9cde5e06e561debdb177c6c WHIRLPOOL 337b5631bcba49dc8728fc57f38722d7aa93e4f71f8d8f12d9f11130ae33b2a7c37e9d9c020ff205785de3dbf313371c1bcf676495a5eee6dd348f0bf3858183
|
||||
PBIN miniupnpc-2.1.pbin-1+exheres-0 3080 SHA256 c0e41f6314524ad52119782eacde98958177d70f857401774881ae7944c8bdcb SHA512 b58b16060261d72684d97485eae542f9dc75efbb0c23ab843fdca8cc7eed0aa0d9cac5ebcd1abc2ebf3dc0e19b21fce91a32386a2c6939bf890fe546748c1c09 WHIRLPOOL e3cdb6b85aa4feb11817565319ae7711b68aaa364251b370753497c50cebf82140574a21b202161fd42af2ec3cd9f90df48811dd2ed93052dd93b4d2d4d888ea
|
||||
|
||||
@@ -1,19 +1,19 @@
|
||||
# Created by paludis-3.0.0 on Sun Dec 25 16:52:42 CET 2016
|
||||
# Created by paludis-3.0.0 on Fri Jul 20 04:53:57 CEST 2018
|
||||
CHOST="x86_64-pc-linux-gnu"
|
||||
DEPENDENCIES="( build+run: python? ( python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.3? ( dev-lang/python:3.3 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) ) ) [[ defined-in = [ python.exlib ] ]] ( build: python? ( dev-python/setuptools[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DEPENDENCIES="( build+run: python? ( python_abis:2.7? ( dev-lang/python:2.7 ) python_abis:3.4? ( dev-lang/python:3.4 ) python_abis:3.5? ( dev-lang/python:3.5 ) python_abis:3.6? ( dev-lang/python:3.6 ) python_abis:3.7? ( dev-lang/python:3.7 ) ) ) [[ defined-in = [ python.exlib ] ]] ( build: python? ( dev-python/setuptools[python_abis:*(-)?] ) ) [[ defined-in = [ setup-py.exlib ] ]]"
|
||||
DESCRIPTION=" The MiniUPnP project is a library and a daemon. The library is aimed to enable applications to use the capabilities of a UPnP Internet Gateway Device present on the network to forward ports. The daemon adds the UPnP Internet Gateway Device functionality to a NAT gateway running OpenBSD/NetBSD/FreeBSD/Solaris with PF/IPF or Linux 2.4.x/2.6.x with netfilter. One of its most interesting features is to enforce some permissions to allow or deny redirections, bringing some security to UPnP. Newer versions also support the NAT-PMP protocol from Apple."
|
||||
EAPI="pbin-1+exheres-0"
|
||||
HOMEPAGE="https://miniupnp.tuxfamily.org"
|
||||
INHERITED=" python setup-py miniupnpc"
|
||||
MYOPTIONS="( ( python [[ description = [ Adds support/bindings for the Python language ] ]] python? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.3 [[ description = [ Use Python ABI 3.3 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
MYOPTIONS="( ( python [[ description = [ Adds support/bindings for the Python language ] ]] python? ( python_abis: ( 2.7 [[ description = [ Use Python ABI 2.7 ] ]] 3.4 [[ description = [ Use Python ABI 3.4 ] ]] 3.5 [[ description = [ Use Python ABI 3.5 ] ]] 3.6 [[ description = [ Use Python ABI 3.6 ] ]] 3.7 [[ description = [ Use Python ABI 3.7 ] ]] ) [[ number-selected = [ exactly-one ] ]] ) ) [[ defined-in = [ python.exlib ] ]] ) "
|
||||
PLATFORMS="~amd64 ~arm ~armv7"
|
||||
LICENCES="BSD-3"
|
||||
SLOT="0"
|
||||
DOWNLOADS="https://miniupnp.tuxfamily.org/files/miniupnpc-2.0.20161216.tar.gz"
|
||||
DOWNLOADS="https://miniupnp.tuxfamily.org/files/miniupnpc-2.1.tar.gz"
|
||||
OPTIONS="python python_abis:2.7 "
|
||||
GENERATED_USING="paludis-3.0.0"
|
||||
GENERATED_TIME="1482681162"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
GENERATED_TIME="1532055237"
|
||||
SUBOPTIONS="AMD64_CPU_FEATURES ANT_DATA_TYPES ANT_SCRIPTING ANT_TASKS APACHE_MODULES ARM_CPU_FEATURES COCKPIT_COMPONENTS CONTRIB_MODULES COURIER_MODULES ENCODINGS EPIPHANY_EXTENSIONS EXTENSIONS FPRINT_DRIVERS GCC_VERSION GIT_REMOTE_HELPERS GSTREAMER_PLUGINS IM_PROTOCOLS INPUT_DRIVERS KDE_PARTS KIPI_PLUGINS KOPETE_PLUGINS LIBC LINGUAS LUA_ABIS MODULES MULTIBUILD_C NGINX_MODULES NUT_DRIVERS P2P_NETWORKS PCSC_DRIVERS PHP_ABIS PHP_EXTENSIONS PLATFORM PLUGINS POSTGRESQL_EXTENSIONS PROVIDERS PYTHON_ABIS RUBY_ABIS TARGETS VALA_ABIS VIDEO_DRIVERS X86_CPU_FEATURES"
|
||||
HIDDEN_SUBOPTIONS="ARM_CPU_FEATURES LIBC MULTIBUILD_C PLATFORM X86_CPU_FEATURES"
|
||||
ASFLAGS=""
|
||||
CBUILD=""
|
||||
@@ -28,7 +28,7 @@ LIBCXXFLAGS=""
|
||||
GENERATED_FROM_REPOSITORY="net"
|
||||
PLATFORMS="~amd64 ~arm ~armv7"
|
||||
BINARY_PLATFORMS="~amd64"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--net-libs--miniupnpc-2.0.20161216--C.14750.1482681162.322547.C.tar.bz2"
|
||||
BINARY_URI="mirror://hasufell-binhost/hasufell-binhost--net-libs--miniupnpc-2.1--C.21021.1532055237.256262.C.tar.bz2"
|
||||
SUMMARY="UPnP client library and a simple UPnP client"
|
||||
BUGS_TO=""
|
||||
REMOTE_IDS=""
|
||||
Reference in New Issue
Block a user