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.14.ebuild tramp-2.1.12.ebuild
@ 2008-07-27 17:30 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2008-07-27 17:30 UTC (permalink / raw
  To: gentoo-commits

ulm         08/07/27 17:30:30

  Modified:             ChangeLog
  Added:                tramp-2.1.14.ebuild
  Removed:              tramp-2.1.12.ebuild
  Log:
  Version bump; update HOMEPAGE. Remove intermediate version.
  (Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)

Revision  Changes    Path
1.71                 app-emacs/tramp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	1 May 2008 08:45:51 -0000	1.70
+++ ChangeLog	27 Jul 2008 17:30:30 -0000	1.71
@@ -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.70 2008/05/01 08:45:51 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.71 2008/07/27 17:30:30 ulm Exp $
+
+*tramp-2.1.14 (27 Jul 2008)
+
+  27 Jul 2008; Ulrich Mueller <ulm@gentoo.org> -tramp-2.1.12.ebuild,
+  +tramp-2.1.14.ebuild:
+  Version bump; update HOMEPAGE. Remove intermediate version.
 
   01 May 2008; Christian Faulhammer <opfer@gentoo.org> tramp-2.1.13.ebuild:
   stable x86/amd64, bug 219738



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

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

Index: tramp-2.1.14.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.14.ebuild,v 1.1 2008/07/27 17:30:30 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.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
}






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

only message in thread, other threads:[~2008-07-27 17:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-27 17:30 [gentoo-commits] gentoo-x86 commit in app-emacs/tramp: ChangeLog tramp-2.1.14.ebuild tramp-2.1.12.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