summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/shmux/shmux-1.0.2-r1.ebuild')
-rw-r--r--net-misc/shmux/shmux-1.0.2-r1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/net-misc/shmux/shmux-1.0.2-r1.ebuild b/net-misc/shmux/shmux-1.0.2-r1.ebuild
deleted file mode 100644
index 39ebd0040cc8..000000000000
--- a/net-misc/shmux/shmux-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="run the same command across many hosts in parallel"
-HOMEPAGE="http://web.taranis.org/shmux/"
-SRC_URI="http://web.taranis.org/${PN}/dist/${P}.tgz"
-
-LICENSE="shmux"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="pcre"
-RESTRICT="test"
-
-RDEPEND="
- pcre? ( dev-libs/libpcre )
- sys-libs/ncurses:0=
-"
-
-DEPEND="
- ${RDEPEND}
- virtual/awk"
-
-PATCHES=( "${FILESDIR}"/${P}-tinfo.patch )
-
-DOCS=( CHANGES )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf $(use_with pcre)
-}
-
-src_install() {
- emake DESTDIR="${D}" install
- einstalldocs
-}