From cf7807d7aea23a99a144afceaba961cfed652b5f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 11 Mar 2025 01:49:36 +0000 Subject: gentoo auto-resync : 11:03:2025 - 01:49:36 --- net-misc/proxytunnel/Manifest | 4 +-- net-misc/proxytunnel/proxytunnel-1.12.2.ebuild | 45 -------------------------- net-misc/proxytunnel/proxytunnel-1.12.3.ebuild | 45 ++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 net-misc/proxytunnel/proxytunnel-1.12.2.ebuild create mode 100644 net-misc/proxytunnel/proxytunnel-1.12.3.ebuild (limited to 'net-misc/proxytunnel') diff --git a/net-misc/proxytunnel/Manifest b/net-misc/proxytunnel/Manifest index a90c2e9f23b4..1530e33308a1 100644 --- a/net-misc/proxytunnel/Manifest +++ b/net-misc/proxytunnel/Manifest @@ -1,4 +1,4 @@ -DIST proxytunnel-1.12.2.tar.gz 58973 BLAKE2B ffa518278660c816b27ae6c497d744d6588ba9be29fab2ce254bcbc4695fc8e5339e836da541c6aed7a73c2d1e5207f529ca9b818ddbf02b699856d43bb85a57 SHA512 b336e24e9243900999f7253032d666322404377e62d56e2365c13008f242dcc8f7c7c3075d362a9ee29d424aa698feca7d973f839362a40314caa984ee8ad352 -EBUILD proxytunnel-1.12.2.ebuild 1093 BLAKE2B bb5086e928e51c615e008498f5eea24f9410125608285efaf564962353e15749cba0bde1759e0ddbaef66a81213a65d85e46d96f4c2ad750c54b92f2713790f1 SHA512 888f5cf61ff628a61ebb201b991c3ff56246a11c2edb27ce40af6f07cdb5093fbc9ee455e8f1aa48aa45aa9f92fcf0e13fe07f7c8d3c8d0a676a5049d1ad8c13 +DIST proxytunnel-1.12.3.tar.gz 59674 BLAKE2B 0f42fd6e2ebe76ca990f093b5adb95d02c27198bb47a8bc15882670c2e4672ae2122a555addbbb17a9fc42da92a726e4c486ae81bea3ad39ee6b3f48e7ac65a3 SHA512 3a72278c1781e1ef1f49bc3b618adc1bc7957c1db5d30cd5fd9ac1a8e05d971f62cbfce87f40a837eadee92e7ba8dba8b45068c249eb9087a3d6a2241401c5d2 +EBUILD proxytunnel-1.12.3.ebuild 1093 BLAKE2B 92bcdb6800f121de473f2df4ddbeff6d3c6b869066d0f527fc9e8cb42a1a0efd870be82961bdce28b3130c91c10a491ff3a85a91e9ac96d4f698eb804b4aa747 SHA512 0d715e358cc0b6527a28d93f2d8a2d8a2fa1a1fdfa91121991c86e07e17190b31aee1e9ff0d126ced1349d3cd725db062ec9f380a10fca5a58505d4d45488b0d EBUILD proxytunnel-9999.ebuild 1093 BLAKE2B 0a1d6079bc7ad088298180e7bf7426a38631b428db370470237267fb4b676bd20ea3e52ea34e6969ae72c47f2d733f4f3a4ec1c259afc1c10703963771c06dcf SHA512 ceaed968a3a7959358c0a975d9007f4e2cd4bde09f2f758550892dc6fc00a160f8b61b814db2cf93fba8df60dc24a4544658991e2a00208b5ddb9883560752c1 MISC metadata.xml 718 BLAKE2B 886c8e0a950db2f3ba3d643089ebc02861ff82ae4011ada4bbb61ea5b926bf258d6332f95b13b12885a9a88effb1283c69df7c955d56b5e58742aad92e6a1ab7 SHA512 59d08a8785e6bbe0e2e8bdd48ef78c91e697159da4761d418ba265ab3886796ffdea605595689eb75ead2f96d11ccfd1004051bbcfdef6a94250c5c3db7d1cae diff --git a/net-misc/proxytunnel/proxytunnel-1.12.2.ebuild b/net-misc/proxytunnel/proxytunnel-1.12.2.ebuild deleted file mode 100644 index 57f8fc5f3705..000000000000 --- a/net-misc/proxytunnel/proxytunnel-1.12.2.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="Connect stdin and stdout to a server via an HTTPS proxy" -HOMEPAGE="https://github.com/proxytunnel/proxytunnel/ https://proxytunnel.sourceforge.net/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="static" - -RDEPEND="dev-libs/openssl:=" -DEPEND="${RDEPEND} - app-text/asciidoc - app-text/xmlto - " -BDEPEND="virtual/pkgconfig" - -DOCS=( CHANGES CREDITS INSTALL.md KNOWN_ISSUES LICENSE.txt README.md RELNOTES TODO ) - -if [[ ${PV} == *9999 ]] ; then - EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" - inherit git-r3 -else - SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" -fi - -src_prepare() { - default - sed -i -e 's/libssl/libssl libcrypto/' Makefile || die "Sed failed!" -} - -src_compile() { - use static && append-ldflags -static - emake CC="$(tc-getCC)" -} - -src_install() { - emake install prefix="${EPREFIX}"/usr DESTDIR="${D}" - einstalldocs -} diff --git a/net-misc/proxytunnel/proxytunnel-1.12.3.ebuild b/net-misc/proxytunnel/proxytunnel-1.12.3.ebuild new file mode 100644 index 000000000000..84798d91c0ac --- /dev/null +++ b/net-misc/proxytunnel/proxytunnel-1.12.3.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic toolchain-funcs + +DESCRIPTION="Connect stdin and stdout to a server via an HTTPS proxy" +HOMEPAGE="https://github.com/proxytunnel/proxytunnel/ https://proxytunnel.sourceforge.net/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="static" + +RDEPEND="dev-libs/openssl:=" +DEPEND="${RDEPEND} + app-text/asciidoc + app-text/xmlto + " +BDEPEND="virtual/pkgconfig" + +DOCS=( CHANGES CREDITS INSTALL.md KNOWN_ISSUES LICENSE.txt README.md RELNOTES TODO ) + +if [[ ${PV} == *9999 ]] ; then + EGIT_REPO_URI="https://github.com/${PN}/${PN}.git" + inherit git-r3 +else + SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" +fi + +src_prepare() { + default + sed -i -e 's/libssl/libssl libcrypto/' Makefile || die "Sed failed!" +} + +src_compile() { + use static && append-ldflags -static + emake CC="$(tc-getCC)" +} + +src_install() { + emake install prefix="${EPREFIX}"/usr DESTDIR="${D}" + einstalldocs +} -- cgit v1.2.3