diff options
author | Mats Lidell <matsl@gentoo.org> | 2022-11-20 14:44:12 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2022-11-20 14:45:13 +0100 |
commit | 36bccec4b34e976786b2efd003db627ab8d8be9a (patch) | |
tree | c4644ac9bc44a1a86ae41d18996b4548075bf587 /app-xemacs | |
parent | sys-libs/binutils-libs: drop 2.39-r1 (diff) | |
download | gentoo-36bccec4b34e976786b2efd003db627ab8d8be9a.tar.gz gentoo-36bccec4b34e976786b2efd003db627ab8d8be9a.tar.bz2 gentoo-36bccec4b34e976786b2efd003db627ab8d8be9a.zip |
app-xemacs/tramp: add 1.58
Signed-off-by: Mats Lidell <matsl@gentoo.org>
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/tramp/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.58.ebuild | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index cc1fc9681781..9732b9db31df 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1 +1,2 @@ DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d SHA512 1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560 +DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d SHA512 7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44 diff --git a/app-xemacs/tramp/tramp-1.58.ebuild b/app-xemacs/tramp/tramp-1.58.ebuild new file mode 100644 index 000000000000..18357df8f2c0 --- /dev/null +++ b/app-xemacs/tramp/tramp-1.58.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +SLOT="0" +DESCRIPTION="Remote shell-based file editing" +XEMACS_PKG_CAT="standard" + +XEMACS_EXPERIMENTAL="true" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/vc +app-xemacs/efs +app-xemacs/dired +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/ediff +app-xemacs/sh-script +app-xemacs/edebug +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86" + +inherit xemacs-packages |