diff options
author | Sam James <sam@gentoo.org> | 2022-04-17 20:05:38 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-17 20:16:55 +0100 |
commit | 66740a6e3fe4b3862b047f1d4893684bf08a9bf6 (patch) | |
tree | ba3d20c8cc430b074ae61b76c521269fcf2a9d77 /net-misc | |
parent | net-mail/cyrus-imapd: drop 3.0.13-r4, 3.0.14-r4, 3.0.15-r4 (diff) | |
download | gentoo-66740a6e3fe4b3862b047f1d4893684bf08a9bf6.tar.gz gentoo-66740a6e3fe4b3862b047f1d4893684bf08a9bf6.tar.bz2 gentoo-66740a6e3fe4b3862b047f1d4893684bf08a9bf6.zip |
net-misc/balance: drop 3.57
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc')
-rw-r--r-- | net-misc/balance/balance-3.57.ebuild | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/net-misc/balance/balance-3.57.ebuild b/net-misc/balance/balance-3.57.ebuild deleted file mode 100644 index 2252401cdb41..000000000000 --- a/net-misc/balance/balance-3.57.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="TCP Load Balancing Port Forwarder" -HOMEPAGE="http://www.inlab.de/balance.html" -SRC_URI="http://www.inlab.de/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=( "${FILESDIR}"/${P}-Makefile.patch ) - -src_prepare() { - default - - tc-export CC -} - -src_install() { - default - - #autocreated on program start, if missing - rmdir "${D}"/var/run/${PN} -} |