diff options
author | Aaron Bauman <bman@gentoo.org> | 2018-06-02 20:10:15 -0400 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2018-06-02 22:58:41 -0400 |
commit | 80f88b701739da2ca305b613390f7b076b1f02b5 (patch) | |
tree | a4dc19eac8ce743ec62b62323a622ea8b4e74f4d /net-proxy/3proxy | |
parent | sci-libs/cxsparse: drop old EAPI (diff) | |
download | gentoo-80f88b701739da2ca305b613390f7b076b1f02b5.tar.gz gentoo-80f88b701739da2ca305b613390f7b076b1f02b5.tar.bz2 gentoo-80f88b701739da2ca305b613390f7b076b1f02b5.zip |
net-proxy/3proxy: drop old EAPI
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'net-proxy/3proxy')
-rw-r--r-- | net-proxy/3proxy/3proxy-0.5.3k.ebuild | 57 | ||||
-rw-r--r-- | net-proxy/3proxy/Manifest | 1 |
2 files changed, 0 insertions, 58 deletions
diff --git a/net-proxy/3proxy/3proxy-0.5.3k.ebuild b/net-proxy/3proxy/3proxy-0.5.3k.ebuild deleted file mode 100644 index 4556a25a3474..000000000000 --- a/net-proxy/3proxy/3proxy-0.5.3k.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=0 - -inherit toolchain-funcs eutils - -DESCRIPTION="really tiny cross-platform proxy servers set" -HOMEPAGE="http://www.security.nnov.ru/soft/3proxy/" -SRC_URI="http://www.security.nnov.ru/soft/3proxy/${PV}/${P}.tgz" - -LICENSE="3proxy" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="" - -S="${WORKDIR}" - -src_unpack() { - unpack ${A} - - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - LN="$(tc-getCC)" \ - -f Makefile.unix \ - || die "emake failed" -} - -src_install() { - local x - - pushd src - dobin 3proxy || die "dobin 3proxy failed" - for x in proxy socks ftppr pop3p tcppm udppm mycrypt dighosts ; do - newbin ${x} ${PN}-${x} || die "newbin ${x} failed" - [[ -f ${S}/man/${x}.8 ]] \ - && newman "${S}"/man/${x}.8 ${PN}-${x}.8 - done - popd - - doman "${S}"/man/3proxy*.[38] - - cd "${S}" - dodoc Changelog Readme Release.notes - dohtml -r doc/html/* - docinto cfg - dodoc cfg/*.{txt,sample} - docinto cfg/sql - dodoc cfg/sql/*.{cfg,sql} -} diff --git a/net-proxy/3proxy/Manifest b/net-proxy/3proxy/Manifest index d6c16bd03080..120f5c7f4106 100644 --- a/net-proxy/3proxy/Manifest +++ b/net-proxy/3proxy/Manifest @@ -1,2 +1 @@ -DIST 3proxy-0.5.3k.tgz 190797 BLAKE2B c8c043166a927e24880735b7d5f17645ac5b93804649bc5009d3fc027cfcc01f5a28f468da0dfc3e367f42874b777806a082cc37e8f95942801378ef66d64e34 SHA512 d709d57fc7c1a31ab190dd4692a93d9a4866a0cfea4cb6d2ff8dc8f8a3ec2ff674496a4c63854580a933948a6f899db2cc21e5b82a6f854bc236e5779014ae00 DIST 3proxy-0.8.9.tar.gz 497006 BLAKE2B c57e98eb586dfacefd530e091fecbee274d8104698ca082b71ea0607294199cb7db63fc32787236b7e797c928a7ba4f7bafa3ef35551bef76aacfbdf1f259fff SHA512 35153882fec7077b05b23f9cea91443126a8a9faf9818915612e0739196a8bd1f00e0bcefb339a86bad10bb0c1b9891bd06847934787f4758ec55e6cc2e9e815 |