summaryrefslogtreecommitdiff
path: root/net-misc/balance/balance-3.57.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /net-misc/balance/balance-3.57.ebuild
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'net-misc/balance/balance-3.57.ebuild')
-rw-r--r--net-misc/balance/balance-3.57.ebuild33
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}
-}