From d039b7fe0b086f18f959ff7309500ec2b286fca7 Mon Sep 17 00:00:00 2001 From: Filip Kobierski Date: Mon, 12 May 2025 12:43:20 +0200 Subject: [PATCH] net-proxy/piper: drop 1.14-r0 Signed-off-by: Filip Kobierski Part-of: https://github.com/gentoo/gentoo/pull/42047 Closes: https://github.com/gentoo/gentoo/pull/42047 Signed-off-by: Sam James --- net-proxy/piper/piper-1.14.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 net-proxy/piper/piper-1.14.ebuild diff --git a/net-proxy/piper/piper-1.14.ebuild b/net-proxy/piper/piper-1.14.ebuild deleted file mode 100644 index 7312876bd3dc8..0000000000000 --- a/net-proxy/piper/piper-1.14.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit flag-o-matic toolchain-funcs - -DESCRIPTION="A tool for manipulating SOCKS5 servers" -HOMEPAGE="http://www.qwirx.com/" -SRC_URI="http://www.qwirx.com/piper/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -src_compile() { - append-flags -g -Wall - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" -} - -src_install() { - dobin piper - dodoc README -}