commit:     9cdabd24c854b7d45e33a6510f947c5c473241a4
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 15 14:55:33 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Sep 15 15:10:29 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cdabd24

net-misc/shmux: drop 1.0.2-r1

Closes: https://bugs.gentoo.org/867202
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-misc/shmux/Manifest                      |  1 -
 net-misc/shmux/files/shmux-1.0.2-tinfo.patch | 11 -------
 net-misc/shmux/shmux-1.0.2-r1.ebuild         | 43 ----------------------------
 3 files changed, 55 deletions(-)

diff --git a/net-misc/shmux/Manifest b/net-misc/shmux/Manifest
index a59f0132c083..bd34272f776b 100644
--- a/net-misc/shmux/Manifest
+++ b/net-misc/shmux/Manifest
@@ -1,2 +1 @@
-DIST shmux-1.0.2.tgz 110473 BLAKE2B 
7dcd08c37d0d8d3ee2dfccc89ee9f2c187c97278ba7adfa8e30bd5b86981d3a4b3513dfc884926000cede0b813a922e121c49db75ca4e0ff4efde2b4b9e6480b
 SHA512 
d114678827d4fc203f0d18b4a4e02f8b56efdf490df0aef32756a020c755b387468a88fea7266249445a862d7ed9374640432e5807fa57bca5a7d559d7e67a8a
 DIST shmux-1.0.3.tgz 116613 BLAKE2B 
3d46edf3633e7d91a7fdb65e578c4541b2de35c885f1f449bdf347d3e3107ae014e6771e54b11f996a2783b303950f6ca66b46c3ef98586b932dc2fe4cb2f9ed
 SHA512 
fb1dbb9701913fb97fb82914b9ae277703aec48cafdf74bcaa4a194ba242b62aff34e004507d6931475f320f89d62ed465360c0bc5cf2ff45abe7482b3127197

diff --git a/net-misc/shmux/files/shmux-1.0.2-tinfo.patch 
b/net-misc/shmux/files/shmux-1.0.2-tinfo.patch
deleted file mode 100644
index 802d5973bdc7..000000000000
--- a/net-misc/shmux/files/shmux-1.0.2-tinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -27,7 +27,7 @@
- fi
- 
- # Checks for libraries.
--AC_SEARCH_LIBS([tgetent], [termcap curses ncurses])
-+AC_SEARCH_LIBS([tgetent], [termcap tinfo curses ncurses])
- AC_SEARCH_LIBS([basename], [gen])
- if test "x$with_pcre" != "xno"; then
-    AC_SEARCH_LIBS([pcre_compile], [pcre], ,

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 81f1b69d314e..000000000000
--- a/net-misc/shmux/shmux-1.0.2-r1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# 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
-}

Reply via email to