summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYixun Lan <dlan@gentoo.org>2021-08-05 16:09:05 +0800
committerYixun Lan <dlan@gentoo.org>2021-08-05 16:10:03 +0800
commit9b849f25c6d9340c751d1e2d7678c41971db119c (patch)
treea89ca5aa815ddf0d19b4ba361561ab385b04afc3 /app-misc
parentapp-misc/tmate: keyword ~riscv (diff)
downloadgentoo-9b849f25c6d9340c751d1e2d7678c41971db119c.tar.gz
gentoo-9b849f25c6d9340c751d1e2d7678c41971db119c.tar.bz2
gentoo-9b849f25c6d9340c751d1e2d7678c41971db119c.zip
app-misc/tmate: drop old
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/tmate/Manifest1
-rw-r--r--app-misc/tmate/tmate-2.3.1.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/app-misc/tmate/Manifest b/app-misc/tmate/Manifest
index 29bd9018a67b..d441076d15a0 100644
--- a/app-misc/tmate/Manifest
+++ b/app-misc/tmate/Manifest
@@ -1,2 +1 @@
-DIST tmate-2.3.1.tar.gz 611136 BLAKE2B bbcfb137cb9e712bbe3c36b2d57e6f1ea5a68c884e6e6ccd252315bca689b1bbec7a53cd131f0f36a6bab5b1defd3acb26bb458684894c81d676d2585db4790b SHA512 98531e3a3c1cc4da11894e8298df560fd58f1ede6a81ac8cb5f8cbea86f5c21672a016977dab801ec06e14f6c718a64599a9e32740934fcd4c0a155f92710520
DIST tmate-2.4.0.tar.gz 614179 BLAKE2B 9864f71255ceafb10cfd622346ef7d2db2a124d13599a7c8ae81e83950ba56216193e02633a9becd90fd430c6ddff66df763fe2733d58f45b02c74c8fb8f7fc4 SHA512 92d2ca354b295678bfc2747ca83a45ebafeaec40ebac94bd94c4926af4f820b3f3a087f365147f41c80d1c8ad032f52c697a2421839c39315d84f98f7eccada6
diff --git a/app-misc/tmate/tmate-2.3.1.ebuild b/app-misc/tmate/tmate-2.3.1.ebuild
deleted file mode 100644
index 7386182a40c9..000000000000
--- a/app-misc/tmate/tmate-2.3.1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools
-
-DESCRIPTION="Instant terminal sharing"
-HOMEPAGE="https://tmate.io/"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug static-libs"
-
-SRC_URI="https://github.com/tmate-io/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-RDEPEND="
- sys-libs/zlib[static-libs?]
- sys-libs/libutempter[static-libs?]
- dev-libs/libevent[static-libs?]
- dev-libs/msgpack[static-libs?]
- >=net-libs/libssh-0.6.0[static-libs?]
- dev-libs/openssl:0=[static-libs?]
-"
-DEPEND="${RDEPEND}"
-BDEPEND="virtual/pkgconfig"
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- local myeconfargs=(
- $(use_enable debug)
- )
- econf "${myeconfargs[@]}"
-}