public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-emacs/tramp: ChangeLog tramp-2.1.13.ebuild tramp-2.1.11-r1.ebuild
@ 2008-03-30 21:18 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-03-30 21:18 UTC (permalink / raw
  To: gentoo-commits

ulm         08/03/30 21:18:42

  Modified:             ChangeLog
  Added:                tramp-2.1.13.ebuild
  Removed:              tramp-2.1.11-r1.ebuild
  Log:
  Version bump. Remove old.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.65                 app-emacs/tramp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	24 Jan 2008 18:37:54 -0000	1.64
+++ ChangeLog	30 Mar 2008 21:18:41 -0000	1.65
@@ -1,6 +1,12 @@
 # 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.64 2008/01/24 18:37:54 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.65 2008/03/30 21:18:41 ulm Exp $
+
+*tramp-2.1.13 (30 Mar 2008)
+
+  30 Mar 2008; Ulrich Mueller <ulm@gentoo.org> -tramp-2.1.11-r1.ebuild,
+  +tramp-2.1.13.ebuild:
+  Version bump. Remove old.
 
   24 Jan 2008; nixnut <nixnut@gentoo.org> tramp-2.1.12.ebuild:
   Stable on ppc wrt bug 207225



1.1                  app-emacs/tramp/tramp-2.1.13.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.13.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-emacs/tramp/tramp-2.1.13.ebuild?rev=1.1&content-type=text/plain

Index: tramp-2.1.13.ebuild
===================================================================
# 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.1 2008/03/30 21:18:41 ulm 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"
	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
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-30 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-30 21:18 [gentoo-commits] gentoo-x86 commit in app-emacs/tramp: ChangeLog tramp-2.1.13.ebuild tramp-2.1.11-r1.ebuild Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox