commit:     52f9f253e53d4f0eae46b071c87ff242ff9dfc44
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 22 06:37:55 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 25 18:10:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52f9f253

net-misc/shmux: Drop 1.0.2 (r0), EAPI5--, overshadowed by 1.0.2-r1

Closes: https://bugs.gentoo.org/783729
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/shmux/shmux-1.0.2.ebuild | 38 --------------------------------------
 1 file changed, 38 deletions(-)

diff --git a/net-misc/shmux/shmux-1.0.2.ebuild 
b/net-misc/shmux/shmux-1.0.2.ebuild
deleted file mode 100644
index 2d94277728f..00000000000
--- a/net-misc/shmux/shmux-1.0.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit autotools epatch
-
-DESCRIPTION="Program for executing the same command on 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
-"
-DEPEND="${RDEPEND}
-       virtual/awk"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-tinfo.patch
-       eautoreconf
-}
-
-src_configure() {
-       econf $(use_with pcre)
-}
-
-src_install() {
-       dobin src/shmux
-       doman shmux.1
-       dodoc CHANGES
-}

Reply via email to