diff options
author | Christian Faulhammer <fauli@gentoo.org> | 2009-09-07 10:08:37 +0000 |
---|---|---|
committer | Christian Faulhammer <fauli@gentoo.org> | 2009-09-07 10:08:37 +0000 |
commit | 2ec66d5c51c213e22eecc401f72f3f4f96882284 (patch) | |
tree | 62299452d8d7f84be7c818584d4c59d773d0255e /app-emacs/tramp | |
parent | clean up (diff) | |
download | gentoo-2-2ec66d5c51c213e22eecc401f72f3f4f96882284.tar.gz gentoo-2-2ec66d5c51c213e22eecc401f72f3f4f96882284.tar.bz2 gentoo-2-2ec66d5c51c213e22eecc401f72f3f4f96882284.zip |
clean up
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 5 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.1.15.ebuild | 42 |
2 files changed, 4 insertions, 43 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 8fc41d312fd7..255a68ab60c4 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,9 @@ # 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.86 2009/09/06 08:47:05 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.87 2009/09/07 10:08:37 fauli Exp $ + + 07 Sep 2009; Christian Faulhammer <fauli@gentoo.org> -tramp-2.1.15.ebuild: + clean up 06 Sep 2009; Markus Meier <maekke@gentoo.org> tramp-2.1.16.ebuild: amd64 stable, bug #280828 diff --git a/app-emacs/tramp/tramp-2.1.15.ebuild b/app-emacs/tramp/tramp-2.1.15.ebuild deleted file mode 100644 index 8eb4a0ed4bcf..000000000000 --- a/app-emacs/tramp/tramp-2.1.15.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# 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.15.ebuild,v 1.5 2009/03/18 15:07:02 ranger 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 -} |