summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMats Lidell <matsl@gentoo.org>2014-07-05 14:16:41 +0000
committerMats Lidell <matsl@gentoo.org>2014-07-05 14:16:41 +0000
commit7c01ea22ff6b61f4729c43f8bc688023b2ea1d73 (patch)
treeb3375a9ee944ef58dc552daaead292d599ab5d38 /app-xemacs/tramp
parentVersion bump. (diff)
downloadgentoo-2-7c01ea22ff6b61f4729c43f8bc688023b2ea1d73.tar.gz
gentoo-2-7c01ea22ff6b61f4729c43f8bc688023b2ea1d73.tar.bz2
gentoo-2-7c01ea22ff6b61f4729c43f8bc688023b2ea1d73.zip
Version bump.
(Portage version: 2.2.8-r1/cvs/Linux i686, signed Manifest commit with key 0x377034660A5828DE!)
Diffstat (limited to 'app-xemacs/tramp')
-rw-r--r--app-xemacs/tramp/ChangeLog9
-rw-r--r--app-xemacs/tramp/tramp-1.52.ebuild26
2 files changed, 33 insertions, 2 deletions
diff --git a/app-xemacs/tramp/ChangeLog b/app-xemacs/tramp/ChangeLog
index 5cb8829327c2..7bb174d0f91f 100644
--- a/app-xemacs/tramp/ChangeLog
+++ b/app-xemacs/tramp/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-xemacs/tramp
-# Copyright 1999-2011 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.25 2014/07/05 14:16:41 matsl Exp $
+
+*tramp-1.52 (05 Jul 2014)
+
+ 05 Jul 2014; Mats Lidell <matsl@gentoo.org> +tramp-1.52.ebuild:
+ Version bump. Pre release package due to securify fix.
22 Jul 2011; Kacper Kowalik <xarthisius@gentoo.org> tramp-1.40.ebuild:
ppc64 stable wrt #369897
diff --git a/app-xemacs/tramp/tramp-1.52.ebuild b/app-xemacs/tramp/tramp-1.52.ebuild
new file mode 100644
index 000000000000..07af7ea4b029
--- /dev/null
+++ b/app-xemacs/tramp/tramp-1.52.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.52.ebuild,v 1.1 2014/07/05 14:16:41 matsl 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