public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/proxytunnel/
Date: Tue, 19 Dec 2023 21:41:38 +0000 (UTC)	[thread overview]
Message-ID: <1703022094.b2d8cae942bf8aacb8f3c36554e0bca2294f0525.candrews@gentoo> (raw)

commit:     b2d8cae942bf8aacb8f3c36554e0bca2294f0525
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 19 21:40:39 2023 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Dec 19 21:41:34 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b2d8cae9

net-misc/proxytunnel: drop 1.11.1

Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/proxytunnel/Manifest                  |  1 -
 net-misc/proxytunnel/proxytunnel-1.11.1.ebuild | 45 --------------------------
 2 files changed, 46 deletions(-)

diff --git a/net-misc/proxytunnel/Manifest b/net-misc/proxytunnel/Manifest
index 60112e8fb086..a26c3700e9fb 100644
--- a/net-misc/proxytunnel/Manifest
+++ b/net-misc/proxytunnel/Manifest
@@ -1,2 +1 @@
-DIST proxytunnel-1.11.1.tar.gz 55935 BLAKE2B fb24dcf5351eb252d7ba661c667cab25066592f6b7356360225d1492fcb621a39954062ebeb63c5cc1b9b66499538d69b8412ee6a770c88257f4ef0397f627c0 SHA512 2cc59285ca63beb063f3408655f31b2e9748f11cfff70e39b07dc3381348dd92c71a66974e83d360565ea107e53d830a57bc375e940a51388ced406ec5907006
 DIST proxytunnel-1.12.0.tar.gz 57664 BLAKE2B 3d5090a7f8f38fc928d68222e703913fcaade652c4d3cbf28b68682923c3558a7b3e17f00893a60b0cea4e27af185b50cf1ab52064e5125922c50716d5d9c0b7 SHA512 1a448728f49b34a3c6de2a876bfbd57b0f328f9f901db70cf8e6570eef81d2c26a0e0dbdfd566f683cea2d1b4816c01abc7049e5688b0335078034ec3f102b83

diff --git a/net-misc/proxytunnel/proxytunnel-1.11.1.ebuild b/net-misc/proxytunnel/proxytunnel-1.11.1.ebuild
deleted file mode 100644
index abdb6f3ed56f..000000000000
--- a/net-misc/proxytunnel/proxytunnel-1.11.1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2023 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 ~ia64 ~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
-}


             reply	other threads:[~2023-12-19 21:41 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19 21:41 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-10 14:03 [gentoo-commits] repo/gentoo:master commit in: net-misc/proxytunnel/ Craig Andrews
2025-03-10 14:03 Craig Andrews
2024-03-25 16:15 Craig Andrews
2024-03-25 16:15 Craig Andrews
2024-02-06 18:48 Craig Andrews
2023-12-19 21:41 Craig Andrews
2023-10-17 13:05 Craig Andrews
2023-10-17 13:05 Craig Andrews
2023-09-05 12:53 Craig Andrews
2021-06-04 14:54 Craig Andrews
2021-01-29 14:53 Craig Andrews
2020-09-09 19:22 Craig Andrews
2020-09-09 16:52 Craig Andrews
2020-09-09 16:52 Craig Andrews
2020-05-07 17:40 Craig Andrews
2020-05-07 17:40 Craig Andrews
2018-11-08 14:42 Craig Andrews
2016-06-27 14:35 Mike Frysinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1703022094.b2d8cae942bf8aacb8f3c36554e0bca2294f0525.candrews@gentoo \
    --to=candrews@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox