diff options
author | 2004-02-17 21:14:25 +0000 | |
---|---|---|
committer | 2004-02-17 21:14:25 +0000 | |
commit | 6cee57170ef1b29086f5c0d0a5bf3b8bc7aebb0d (patch) | |
tree | 715ad71f52664e72885b61809dbbb12192d05210 /app-emacs | |
parent | Version bump. (Manifest recommit) (diff) | |
download | gentoo-2-6cee57170ef1b29086f5c0d0a5bf3b8bc7aebb0d.tar.gz gentoo-2-6cee57170ef1b29086f5c0d0a5bf3b8bc7aebb0d.tar.bz2 gentoo-2-6cee57170ef1b29086f5c0d0a5bf3b8bc7aebb0d.zip |
Version bumped. Can't find tramp-2.0.38.tar.gz at main site, so picked up a source from Debian mirror site instead. Also added a workaround for the bug described in bug #22563
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 11 | ||||
-rw-r--r-- | app-emacs/tramp/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/tramp/files/50tramp-gentoo.el | 5 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.0.38 | 1 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.38.ebuild | 48 |
5 files changed, 65 insertions, 4 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 066cbebced62..fb3cd1784412 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-emacs/tramp -# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.4 2003/09/09 00:07:22 usata Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.5 2004/02/17 21:14:24 usata Exp $ + +*tramp-2.0.38 (18 Feb 2004) + + 18 Feb 2004; Mamoru KOMACHI <usata@gentoo.org> tramp-2.0.38.ebuild: + Version bumped. Can't find tramp-2.0.38.tar.gz at main site, so + picked up a source from Debian mirror instead. Also added a + workaround for the bug described in bug #22563 *tramp-2.0.36 (04 Aug 2003) diff --git a/app-emacs/tramp/Manifest b/app-emacs/tramp/Manifest index b7ff1e74e28a..e30638e3f0b4 100644 --- a/app-emacs/tramp/Manifest +++ b/app-emacs/tramp/Manifest @@ -1,5 +1,7 @@ -MD5 1e494d4f0f96e7e1fc2964da35f6c8b1 ChangeLog 891 MD5 22f6f69f611b7d18f66f0b057373e5ab tramp-2.0.36.ebuild 1126 +MD5 1e494d4f0f96e7e1fc2964da35f6c8b1 ChangeLog 891 MD5 b5ca1ca9f08348eddfce1f41e7ed1be8 metadata.xml 453 +MD5 ed5578180d0935b3c61589e606cbfa83 tramp-2.0.38.ebuild 1254 MD5 de3dbaf4187cea512beb7be264340f8c files/50tramp-gentoo.el 100 MD5 2c1576024eea4a236f049c8c603bc32f files/digest-tramp-2.0.36 64 +MD5 320e30c9b4af1bf94215da527e3343dd files/digest-tramp-2.0.38 69 diff --git a/app-emacs/tramp/files/50tramp-gentoo.el b/app-emacs/tramp/files/50tramp-gentoo.el index 45f875264c53..a36ac34edcad 100644 --- a/app-emacs/tramp/files/50tramp-gentoo.el +++ b/app-emacs/tramp/files/50tramp-gentoo.el @@ -1,5 +1,8 @@ ;;; tramp site-lisp configuration -(setq load-path (cons "@SITELISP@" load-path)) +(add-to-list 'load-path "@SITELISP@") +(setq auto-save-file-name-transforms + `(("\\`/[^/]*:\\(.+/\\)*\\(.*\\)" + ,(expand-file-name "\\2" temporary-file-directory)))) (require 'tramp) diff --git a/app-emacs/tramp/files/digest-tramp-2.0.38 b/app-emacs/tramp/files/digest-tramp-2.0.38 new file mode 100644 index 000000000000..9a4b4b77db93 --- /dev/null +++ b/app-emacs/tramp/files/digest-tramp-2.0.38 @@ -0,0 +1 @@ +MD5 71df6c841d80449d36319c542ce39766 tramp_2.0.38.orig.tar.gz 266053 diff --git a/app-emacs/tramp/tramp-2.0.38.ebuild b/app-emacs/tramp/tramp-2.0.38.ebuild new file mode 100644 index 000000000000..1590e86d99b1 --- /dev/null +++ b/app-emacs/tramp/tramp-2.0.38.ebuild @@ -0,0 +1,48 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.38.ebuild,v 1.1 2004/02/17 21:14:24 usata Exp $ + +inherit elisp + +IUSE="" + +DESCRIPTION="TRAMP is a package for editing remote files similar to ange-ftp but with rlogin, telnet and/or ssh" +HOMEPAGE="http://savannah.nongnu.org/projects/tramp/" +# I cannot find tramp-2.0.38 on master site atm (2004/02/17) +#SRC_URI="http://savannah.nongnu.org/download/tramp/${P}.tar.gz" +SRC_URI="mirror://debian/pool/main/t/tramp/${P/-/_}.orig.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="virtual/emacs" + +S="${WORKDIR}/${P}" + +src_compile() { + + econf || die "econf failed" + emake || die "compile problem" +} + +src_install() { + + dodir /usr/share/info + dodir /usr/share/emacs/etc + dodir /usr/share/emacs/site-lisp/tramp + + einstall lispdir=${D}/usr/share/emacs/site-lisp/tramp || die + + mv ${D}/usr/share/info/tramp ${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-site-file-install ${FILESDIR}/50tramp-gentoo.el + + dodoc README ChangeLog CONTRIBUTORS +} |