diff options
author | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:46:44 +0200 |
---|---|---|
committer | Mats Lidell <matsl@gentoo.org> | 2018-08-11 08:46:44 +0200 |
commit | 1460da2befd3bd2c1900063371eea9c0d0df6556 (patch) | |
tree | a1b8ea4a7f6f3f5b77c7e804e9a28bc4ccfc1e8c /app-xemacs/tramp | |
parent | app-xemacs/tpu: version bump (diff) | |
download | gentoo-1460da2befd3bd2c1900063371eea9c0d0df6556.tar.gz gentoo-1460da2befd3bd2c1900063371eea9c0d0df6556.tar.bz2 gentoo-1460da2befd3bd2c1900063371eea9c0d0df6556.zip |
app-xemacs/tramp: version bump
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'app-xemacs/tramp')
-rw-r--r-- | app-xemacs/tramp/Manifest | 1 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.57.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index d90b2b93f6af..64c0c835e06d 100644 --- a/app-xemacs/tramp/Manifest +++ b/app-xemacs/tramp/Manifest @@ -1 +1,2 @@ DIST tramp-1.52-pkg.tar.gz 396316 BLAKE2B daa38f4ccd399564d84f9cd5445f4483c49a591302ddc8a881376e4d3eac506b1123040fa7395255fd5f76bc93f6ed124771d557104b4261a74100a2bc6273c9 SHA512 ce61fe02bf0803a845bf34df7d9c7c0f72a28bcc84e2ebbcd8b80b1a28a5304bcffd5756a5a61d297b537e79a7d90e60821ba857a4c06911d4c098f2694897c6 +DIST tramp-1.57-pkg.tar.gz 399264 BLAKE2B c7df03fd2cd201f5684743136ed092683b39b1a7cf0f24df998f42440e781ad4d7216f0d32aad9afae5333c94fdbcd7ce42c5e111be429494beff263c3e2538d SHA512 1e648bbbe7decdd57d63b55c3d6b6dba78bb9303d6d56e32ef36957ef377489afe94e0b40ec938f5beeff19d1517e0798d3af6729af7a97f9a83176fef7d5560 diff --git a/app-xemacs/tramp/tramp-1.57.ebuild b/app-xemacs/tramp/tramp-1.57.ebuild new file mode 100644 index 000000000000..af456ecd15db --- /dev/null +++ b/app-xemacs/tramp/tramp-1.57.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +SLOT="0" +DESCRIPTION="Remote shell-based file editing" +XEMACS_PKG_CAT="standard" + +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 ~sparc ~x86" + +inherit xemacs-packages |