summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/tramp/ChangeLog8
-rw-r--r--app-emacs/tramp/Manifest16
-rw-r--r--app-emacs/tramp/files/50tramp-gentoo.el5
-rw-r--r--app-emacs/tramp/files/tramp-2.1.18-fix-texinfo.patch11
-rw-r--r--app-emacs/tramp/metadata.xml11
-rw-r--r--app-emacs/tramp/tramp-2.1.18.ebuild42
6 files changed, 6 insertions, 87 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog
index 44df80b6e5c9..16ecf767270f 100644
--- a/app-emacs/tramp/ChangeLog
+++ b/app-emacs/tramp/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-emacs/tramp
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.99 2010/10/15 08:36:16 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.100 2011/05/18 18:22:47 ulm Exp $
+
+ 18 May 2011; Ulrich Mueller <ulm@gentoo.org> -files/50tramp-gentoo.el,
+ -tramp-2.1.18.ebuild, -files/tramp-2.1.18-fix-texinfo.patch, -metadata.xml:
+ Remove app-emacs/tramp, bug 358351.
15 Oct 2010; Christian Faulhammer <fauli@gentoo.org> -tramp-2.1.17.ebuild:
clean up
diff --git a/app-emacs/tramp/Manifest b/app-emacs/tramp/Manifest
deleted file mode 100644
index 5e6999294a4a..000000000000
--- a/app-emacs/tramp/Manifest
+++ /dev/null
@@ -1,16 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-AUX 50tramp-gentoo.el 202 RMD160 27c01cec081714c3185e9d9eddbbf4d726a49b60 SHA1 75db9806e768521e3c98e5353563bb9b40035965 SHA256 52cd06c2e9b07e84d26c0199c596331af732b523f7c6064ff07f99a07a1ffcae
-AUX tramp-2.1.18-fix-texinfo.patch 324 RMD160 ea6fc88ee2636b6bc2c1c8f1347951ee26377f49 SHA1 58b64fe6924dd788b59c9be3ac546a9a404c74f1 SHA256 89dae109a0ec2ea6f98ec577311d3d822a876ac657acc2a57abe00cf05ebe1bd
-DIST tramp-2.1.18.tar.gz 444921 RMD160 d60fc3234576d8dc6320988d30e32526ff1b2a5c SHA1 106659962f3016816b8ffdcc2dcf8813df8517df SHA256 c93e3fce3a565f8cb356789e335378dceb0244e381e938c0a2a0c2833a2a67bc
-EBUILD tramp-2.1.18.ebuild 1132 RMD160 bd23a098021ee43f273ef1712edeb53cf1f55462 SHA1 68e175a9e6d83ee7ea9f89774839e37c2ae541a8 SHA256 90ed6b31bc983bff82f1cb6d3d1de584e4e9f18ccbaaad7043beaafb2a2308f8
-MISC ChangeLog 13767 RMD160 ae3dd508b8f4469fdf519445e6676f9b13670818 SHA1 b32ffc02062c02c8711c2e1a135354f9c31392c4 SHA256 30562a8ce9fd5cfde3b6f5ba5e42839f2d9f7890d347ca25d49c9115955b45b9
-MISC metadata.xml 451 RMD160 71e28c48af6ba4463496e89907df9629e4c7a47f SHA1 0984d540c0d2e6b2cd689050e5391db21e776450 SHA256 b07ccdfcaa084b9a03050ebb0c8fe83c71ecf2509f3b73e05135135f412cb410
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.16 (GNU/Linux)
-
-iEYEARECAAYFAky4EwQACgkQNQqtfCuFneNEzgCdHm/M+w5+4cRUcFZwIa33648I
-4lEAnAjEboh9QYYM3MxITFYwukynNAAU
-=vYdK
------END PGP SIGNATURE-----
diff --git a/app-emacs/tramp/files/50tramp-gentoo.el b/app-emacs/tramp/files/50tramp-gentoo.el
deleted file mode 100644
index 9764dc035b55..000000000000
--- a/app-emacs/tramp/files/50tramp-gentoo.el
+++ /dev/null
@@ -1,5 +0,0 @@
-(add-to-list 'load-path "@SITELISP@")
-(setq auto-save-file-name-transforms
- `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)"
- ,(expand-file-name "\\2" temporary-file-directory))))
-(load "tramp-autoloads" nil t)
diff --git a/app-emacs/tramp/files/tramp-2.1.18-fix-texinfo.patch b/app-emacs/tramp/files/tramp-2.1.18-fix-texinfo.patch
deleted file mode 100644
index 86cef32c6ce0..000000000000
--- a/app-emacs/tramp/files/tramp-2.1.18-fix-texinfo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- tramp-2.1.18-orig/texi/tramp.texi
-+++ tramp-2.1.18/texi/tramp.texi
-@@ -3339,7 +3339,7 @@
-
- @example
- #!/bin/sh
--emacsclient @trampfn{ssh, `whoami`, `hostname --fqdn`, $1}
-+emacsclient @trampfn{ssh, $(whoami), $(hostname --fqdn), $1}
- @end example
-
- Then you must set the environment variable @code{EDITOR} pointing to
diff --git a/app-emacs/tramp/metadata.xml b/app-emacs/tramp/metadata.xml
deleted file mode 100644
index eecd206ac044..000000000000
--- a/app-emacs/tramp/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>emacs</herd>
-<longdescription>
-TRAMP (Transparent Remote Access, Multiple Protocols) is a package for
-editing remote files, similar to ange-ftp. Whereas ange-ftp uses FTP
-to connect to the remote host and to transfer the files, TRAMP uses a
-remote shell connection (rlogin, telnet, ssh)
-</longdescription>
-</pkgmetadata>
diff --git a/app-emacs/tramp/tramp-2.1.18.ebuild b/app-emacs/tramp/tramp-2.1.18.ebuild
deleted file mode 100644
index 77efd006785c..000000000000
--- a/app-emacs/tramp/tramp-2.1.18.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.18.ebuild,v 1.5 2010/10/14 16:51:45 ranger Exp $
-
-inherit elisp
-
-DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh"
-HOMEPAGE="http://www.gnu.org/software/tramp/"
-SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-3 FDL-1.3"
-SLOT="0"
-KEYWORDS="alpha amd64 ppc sparc x86"
-IUSE=""
-
-ELISP_PATCHES="${P}-fix-texinfo.patch"
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- econf
- emake || die "emake failed"
- elisp-make-autoload-file lisp/${PN}-autoloads.el lisp || die
-}
-
-src_install() {
- einstall lispdir="${D}${SITELISP}/tramp" || die
-
- mv "${D}"/usr/share/info/tramp{,.info}
-
- dohtml texi/*.html
- if [ -f texi/tramp.dvi ]; then
- insinto /usr/share/doc/${PF}
- doins texi/tramp.dvi
- fi
-
- elisp-install ${PN} lisp/${PN}-autoloads.el || die
- elisp-site-file-install "${FILESDIR}/${SITEFILE}" || die
-
- dodoc README ChangeLog CONTRIBUTORS || die
- newdoc lisp/ChangeLog ChangeLog-lisp || die
- newdoc texi/ChangeLog ChangeLog-texi || die
-}