summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-xemacs/tramp/ChangeLog6
-rw-r--r--app-xemacs/tramp/Manifest1
-rw-r--r--app-xemacs/tramp/tramp-1.46.ebuild26
3 files changed, 32 insertions, 1 deletions
diff --git a/app-xemacs/tramp/ChangeLog b/app-xemacs/tramp/ChangeLog
index 23c8b2f..9df9f1d 100644
--- a/app-xemacs/tramp/ChangeLog
+++ b/app-xemacs/tramp/ChangeLog
@@ -2,8 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.24 2011/07/22 11:25:04 xarthisius Exp $
+*tramp-1.46 (07 Oct 2013)
+
+ 07 Oct 2013; Mats Lidell <matsl@gentoo.org> +tramp-1.46.ebuild:
+ app-xemacs/tramp: Upstream experimental version bump
+
*tramp-1.45 (16 Jul 2013)
16 Jul 2013; Mats Lidell <matsl@gentoo.org> +metadata.xml, +tramp-1.45.ebuild:
Upstream experimental version bump and use EAPI=5
-
diff --git a/app-xemacs/tramp/Manifest b/app-xemacs/tramp/Manifest
index 6ca03ed..b3e79c0 100644
--- a/app-xemacs/tramp/Manifest
+++ b/app-xemacs/tramp/Manifest
@@ -1 +1,2 @@
DIST tramp-1.45-pkg.tar.gz 376081 SHA256 870b8e95393b3d78803138f8da32701ebf2e0db978cc96c78fa0cda79a5ca0c4 SHA512 55df79be5b4151c8e01dc8278b4342991cf41ceb1d5fd4788bea7634339f651e67c8f5e2ddd8bc6774c3e4f3164e41585e7da3e5a0bcb1c3767ac21b65c10db1 WHIRLPOOL 16e437ea65384f2201fb94e110e8ebab07ff5c31ec019f409bcaf8d68554a0209e1d73fd963b05063d7109abd369e3772cbeda9da76907636afbd771603e2179
+DIST tramp-1.46-pkg.tar.gz 386348 SHA256 930fa6ebed039eaa53da7344263d7c2eb93f3b57c75e5488ce628dff28bca7c8 SHA512 a8df6e9cc6506feeee8c4a8ac63138d4553e575059e76619eb3e87e935ec639d6f2277a637f68750bbab33e5e90ae278bfa926322929ad0d4c5a5c612b5e00e9 WHIRLPOOL 81795e76718925be4b1f91b33f306cecbc6af86e92516e1cb36a770a64b5c1ed86e95e2d9553353475876c68d37ae231dd9fef36bce9c52857b2a139bcfe68cc
diff --git a/app-xemacs/tramp/tramp-1.46.ebuild b/app-xemacs/tramp/tramp-1.46.ebuild
new file mode 100644
index 0000000..996a5c0
--- /dev/null
+++ b/app-xemacs/tramp/tramp-1.46.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.40.ebuild,v 1.6 2011/07/22 11:25:04 xarthisius Exp $
+
+EAPI=5
+
+SLOT="0"
+IUSE=""
+DESCRIPTION="Remote shell-based file editing."
+PKG_CAT="standard"
+
+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 ~sparc ~x86"
+
+inherit xemacs-packages