From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 62696138335 for ; Sat, 11 Aug 2018 06:49:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AD01E0817; Sat, 11 Aug 2018 06:49:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43599E0817 for ; Sat, 11 Aug 2018 06:49:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 08BC1335CA0 for ; Sat, 11 Aug 2018 06:49:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14E553A2 for ; Sat, 11 Aug 2018 06:49:17 +0000 (UTC) From: "Mats Lidell" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mats Lidell" Message-ID: <1533970004.1460da2befd3bd2c1900063371eea9c0d0df6556.matsl@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-xemacs/tramp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-xemacs/tramp/Manifest app-xemacs/tramp/tramp-1.57.ebuild X-VCS-Directories: app-xemacs/tramp/ X-VCS-Committer: matsl X-VCS-Committer-Name: Mats Lidell X-VCS-Revision: 1460da2befd3bd2c1900063371eea9c0d0df6556 X-VCS-Branch: master Date: Sat, 11 Aug 2018 06:49:17 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 398db721-c637-48ae-97c4-9ce7cdd22668 X-Archives-Hash: 940aceaf41578f765999cf67da398421 commit: 1460da2befd3bd2c1900063371eea9c0d0df6556 Author: Mats Lidell gentoo org> AuthorDate: Sat Aug 11 06:46:44 2018 +0000 Commit: Mats Lidell gentoo org> CommitDate: Sat Aug 11 06:46:44 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1460da2b app-xemacs/tramp: version bump Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-xemacs/tramp/Manifest | 1 + app-xemacs/tramp/tramp-1.57.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest index d90b2b93f6a..64c0c835e06 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 00000000000..af456ecd15d --- /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