diff options
author | Mats Lidell <matsl@gentoo.org> | 2024-11-29 15:51:35 +0100 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2024-11-29 16:00:44 +0100 |
commit | 2704a25ba5a7e255a41ed2062bc4f13cac595450 (patch) | |
tree | f6dadc9766363786bfa1e85123151ed0d0f358c0 /app-xemacs | |
parent | app-cdr/nrg2iso: drop 0.4-r3 (diff) | |
download | gentoo-2704a25ba5a7e255a41ed2062bc4f13cac595450.tar.gz gentoo-2704a25ba5a7e255a41ed2062bc4f13cac595450.tar.bz2 gentoo-2704a25ba5a7e255a41ed2062bc4f13cac595450.zip |
app-xemacs/tramp: add 1.58-r1
Repackaged 1.58 while waiting for upstream to fix the issue
in a future, 1.59, release.
Closes: https://bugs.gentoo.org/943386
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-r1.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index f224ed4225bb..612970d071dc 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1 +1,2 @@ DIST tramp-1.58-pkg.tar.gz 399622 BLAKE2B cf307079b5c0d38e6c9c4f7b003df3e793369c431c837e597842f7f3c020a8682f13e6cfec3619f614a30d456ca5d93789ea3cf38d8bc47edb1099cfcbf1680d SHA512 7dafae85389b7a5ad7f5943dbd0343281956407aedc636e7bdffb544d4d0322fda0abb7b9990765f78a2eff5c789efe2f253cad2d1dfc64c2f9e9e41decd9b44 +DIST tramp-1.58-repackaged-pkg.tar.gz 413690 BLAKE2B 7ff0dda2d2cbbc6a756960570592c41495c1491b0672e3d959da03612707e90e705ad5f960f535c52d3d0d46dade7aa37ee19fed285ff89b606c8a22aa5cd17b SHA512 e57bdbddccee60348e01d382369ef513c37f97b0f0d288077ca4e9658a9cd90782f59e9ee68987d26fba8018f1cffd34d3b86307cda515151266c7765261a963 diff --git a/app-xemacs/tramp/tramp-1.58-r1.ebuild b/app-xemacs/tramp/tramp-1.58-r1.ebuild new file mode 100644 index 000000000000..5921af7adcbc --- /dev/null +++ b/app-xemacs/tramp/tramp-1.58-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Remote shell-based file editing" +SRC_URI="https://dev.gentoo.org/~matsl/${P}-repackaged-pkg.tar.gz" +SLOT="0" +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 |