From 8c674cd4c31bfbd595426e1b5744bf016abb69e8 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Tue, 23 Jun 2009 07:24:48 +0000 Subject: Version bump. (Portage version: 2.2_rc33/cvs/Linux i686) --- app-emacs/tramp/ChangeLog | 7 ++++++- app-emacs/tramp/tramp-2.1.16.ebuild | 42 +++++++++++++++++++++++++++++++++++++ 2 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 app-emacs/tramp/tramp-2.1.16.ebuild (limited to 'app-emacs') diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index dccfb447ab72..f8b9f1be3262 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-emacs/tramp # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.81 2009/06/03 17:24:27 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.82 2009/06/23 07:24:48 ulm Exp $ + +*tramp-2.1.16 (23 Jun 2009) + + 23 Jun 2009; Ulrich Mueller +tramp-2.1.16.ebuild: + Version bump. 03 Jun 2009; Christian Faulhammer -tramp-2.1.14.ebuild: clean up diff --git a/app-emacs/tramp/tramp-2.1.16.ebuild b/app-emacs/tramp/tramp-2.1.16.ebuild new file mode 100644 index 000000000000..9b726d5559b9 --- /dev/null +++ b/app-emacs/tramp/tramp-2.1.16.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.16.ebuild,v 1.1 2009/06/23 07:24:48 ulm Exp $ + +inherit elisp eutils + +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="" + +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{,.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 +} -- cgit v1.2.3-65-gdbad