diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-11-11 06:24:57 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-11-11 06:24:57 +0000 |
commit | a88921ed97b892663a1cfa90f24d8ed2cb6f7746 (patch) | |
tree | 72ebfbdbc73051e4e3889b2ac45b9e7cca97875d /app-emacs/tramp | |
parent | Add ~x86 keyword. (diff) | |
download | gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.tar.gz gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.tar.bz2 gentoo-2-a88921ed97b892663a1cfa90f24d8ed2cb6f7746.zip |
Remove old.
(Portage version: 2.2_rc13/cvs/Linux 2.6.26-gentoo-r1 i686)
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch | 10 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.55.ebuild | 40 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.1.13.ebuild | 43 |
4 files changed, 6 insertions, 94 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index d1b64919bde3..4bcb6990219a 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/tramp # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.74 2008/11/10 23:01:00 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.75 2008/11/11 06:24:57 ulm Exp $ + + 11 Nov 2008; Ulrich Mueller <ulm@gentoo.org> + -files/tramp-2.1.11-environment_fix.patch, -tramp-2.0.55.ebuild, + -tramp-2.1.13.ebuild: + Remove old. 10 Nov 2008; Tiago Cunha <tcunha@gentoo.org> tramp-2.1.14.ebuild: stable amd64, bug 245205 diff --git a/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch b/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch deleted file mode 100644 index 2296c53c638a..000000000000 --- a/app-emacs/tramp/files/tramp-2.1.11-environment_fix.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- tramp-2.1.11-orig/lisp/tramp.el 2007-10-10 06:28:46.000000000 +0200 -+++ tramp-2.1.11/lisp/tramp.el 2007-10-30 18:50:14.000000000 +0100 -@@ -6112,6 +6112,7 @@ - (when (and p (processp p)) - (delete-process p)) - (setenv "TERM" tramp-terminal-type) -+ (setenv "LC_ALL" "C") - (setenv "PROMPT_COMMAND") - (setenv "PS1" "$ ") - (let* ((target-alist (tramp-compute-multi-hops vec)) diff --git a/app-emacs/tramp/tramp-2.0.55.ebuild b/app-emacs/tramp/tramp-2.0.55.ebuild deleted file mode 100644 index 4bc8125117c4..000000000000 --- a/app-emacs/tramp/tramp-2.0.55.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.55.ebuild,v 1.2 2007/09/30 23:58:30 ulm Exp $ - -inherit elisp - -DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh" -HOMEPAGE="http://savannah.gnu.org/projects/tramp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-2 FDL-1.2" -SLOT="0" -KEYWORDS="~x86 ~alpha ~amd64 ~ppc" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - econf || die "econf failed" - emake || die "emake failed" - elisp-make-autoload-file lisp/${PN}-autoloads.el lisp \ - || die "elisp-make-autoload-file failed" -} - -src_install() { - einstall lispdir="${D}${SITELISP}/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-install ${PN} lisp/${PN}-autoloads.el - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - - dodoc README ChangeLog CONTRIBUTORS || die "dodoc failed" -} diff --git a/app-emacs/tramp/tramp-2.1.13.ebuild b/app-emacs/tramp/tramp-2.1.13.ebuild deleted file mode 100644 index cf41048d6292..000000000000 --- a/app-emacs/tramp/tramp-2.1.13.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.13.ebuild,v 1.6 2008/05/01 08:45:51 opfer Exp $ - -inherit elisp eutils - -DESCRIPTION="Edit remote files like ange-ftp but with rlogin, telnet and/or ssh" -HOMEPAGE="http://savannah.gnu.org/projects/tramp/" -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" - -LICENSE="GPL-3 FDL-1.2" -SLOT="0" -KEYWORDS="alpha amd64 ppc sparc x86" -IUSE="" - -SITEFILE=51${PN}-gentoo.el - -src_compile() { - econf || die "econf failed" - # parallel make fails in texi dir; reported upstream - emake -j1 || die "emake failed" - elisp-make-autoload-file lisp/${PN}-autoloads.el lisp \ - || die "elisp-make-autoload-file failed" -} - -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 -} |