commit: d039b7fe0b086f18f959ff7309500ec2b286fca7 Author: Filip Kobierski <fkobi <AT> pm <DOT> me> AuthorDate: Mon May 12 10:43:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed May 21 21:43:51 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d039b7fe
net-proxy/piper: drop 1.14-r0 Signed-off-by: Filip Kobierski <fkobi <AT> pm.me> Part-of: https://github.com/gentoo/gentoo/pull/42047 Closes: https://github.com/gentoo/gentoo/pull/42047 Signed-off-by: Sam James <sam <AT> gentoo.org> net-proxy/piper/piper-1.14.ebuild | 25 ------------------------- 1 file changed, 25 deletions(-) diff --git a/net-proxy/piper/piper-1.14.ebuild b/net-proxy/piper/piper-1.14.ebuild deleted file mode 100644 index 7312876bd3dc..000000000000 --- 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 -}