diff options
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/tramp/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.58-r1.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.58.ebuild | 24 |
3 files changed, 2 insertions, 27 deletions
diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index 612970d071dc..08bf9637e682 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1,2 +1 @@ -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 index 5921af7adcbc..9e6ced6bcfe0 100644 --- a/app-xemacs/tramp/tramp-1.58-r1.ebuild +++ b/app-xemacs/tramp/tramp-1.58-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -20,6 +20,6 @@ app-xemacs/ediff app-xemacs/sh-script app-xemacs/edebug " -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~riscv ~sparc ~x86" +KEYWORDS="~alpha amd64 ppc ppc64 ~riscv sparc x86" inherit xemacs-packages diff --git a/app-xemacs/tramp/tramp-1.58.ebuild b/app-xemacs/tramp/tramp-1.58.ebuild deleted file mode 100644 index 1fae71730fa0..000000000000 --- a/app-xemacs/tramp/tramp-1.58.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2023 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 |