summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMamoru Komachi <usata@gentoo.org>2006-08-05 17:20:24 +0000
committerMamoru Komachi <usata@gentoo.org>2006-08-05 17:20:24 +0000
commit9a596d114f4d14a9b442f2ac30961220c6d64aea (patch)
tree1f49f06ecd4e3e4a9195f0d3b169170eeedb52b8 /app-emacs
parentRevision bump to support new Java system (diff)
downloadgentoo-2-9a596d114f4d14a9b442f2ac30961220c6d64aea.tar.gz
gentoo-2-9a596d114f4d14a9b442f2ac30961220c6d64aea.tar.bz2
gentoo-2-9a596d114f4d14a9b442f2ac30961220c6d64aea.zip
Version bumped.
(Portage version: 2.1-r1)
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/tramp/ChangeLog11
-rw-r--r--app-emacs/tramp/files/digest-tramp-2.0.533
-rw-r--r--app-emacs/tramp/files/digest-tramp-2.1.63
-rw-r--r--app-emacs/tramp/tramp-2.0.53.ebuild42
-rw-r--r--app-emacs/tramp/tramp-2.1.6.ebuild40
5 files changed, 97 insertions, 2 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog
index 867e987a4138..bb1cfd886b59 100644
--- a/app-emacs/tramp/ChangeLog
+++ b/app-emacs/tramp/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for app-emacs/tramp
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.20 2005/09/09 16:11:41 agriffis Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.21 2006/08/05 17:20:24 usata Exp $
+
+*tramp-2.1.6 (05 Aug 2006)
+*tramp-2.0.53 (05 Aug 2006)
+
+ 05 Aug 2006; Mamoru KOMACHI <usata@gentoo.org> +tramp-2.0.53.ebuild,
+ +tramp-2.1.6.ebuild:
+ Version bumped.
09 Sep 2005; Aron Griffis <agriffis@gentoo.org> tramp-2.1.2.ebuild:
Mark 2.1.2 stable on alpha
diff --git a/app-emacs/tramp/files/digest-tramp-2.0.53 b/app-emacs/tramp/files/digest-tramp-2.0.53
new file mode 100644
index 000000000000..8e7eebf86a28
--- /dev/null
+++ b/app-emacs/tramp/files/digest-tramp-2.0.53
@@ -0,0 +1,3 @@
+MD5 09657bb2256b63eb85e92ba398ec8858 tramp-2.0.53.tar.gz 269795
+RMD160 412d177cdad54746f66fcd2324b51f7e3f45df0d tramp-2.0.53.tar.gz 269795
+SHA256 891ec2951ae9fa5e3e3307e638b2f788b1491022672c8a398af56eca2a64ffc8 tramp-2.0.53.tar.gz 269795
diff --git a/app-emacs/tramp/files/digest-tramp-2.1.6 b/app-emacs/tramp/files/digest-tramp-2.1.6
new file mode 100644
index 000000000000..c9644a6d48a8
--- /dev/null
+++ b/app-emacs/tramp/files/digest-tramp-2.1.6
@@ -0,0 +1,3 @@
+MD5 63f2c39ef0ecc6d064d7db704851abac tramp-2.1.6.tar.gz 283556
+RMD160 5011c053b7c29738c6eeba3b726fbdc956ec51ec tramp-2.1.6.tar.gz 283556
+SHA256 700c5eda7e63a70182940fc12719b9295b0a5347934443abfbd9ebe911a08c1c tramp-2.1.6.tar.gz 283556
diff --git a/app-emacs/tramp/tramp-2.0.53.ebuild b/app-emacs/tramp/tramp-2.0.53.ebuild
new file mode 100644
index 000000000000..531b481f5999
--- /dev/null
+++ b/app-emacs/tramp/tramp-2.0.53.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.53.ebuild,v 1.1 2006/08/05 17:20:24 usata Exp $
+
+inherit elisp
+
+IUSE=""
+
+DESCRIPTION="TRAMP is a package for editing remote files similar to ange-ftp but with rlogin, telnet and/or ssh"
+HOMEPAGE="http://savannah.nongnu.org/projects/tramp/"
+SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86 ~alpha ~amd64 ~ppc"
+
+src_compile() {
+
+ econf || die "econf failed"
+ emake || die "compile problem"
+}
+
+src_install() {
+
+ dodir /usr/share/info
+ dodir /usr/share/emacs/etc
+ dodir /usr/share/emacs/site-lisp/tramp
+
+ einstall lispdir=${D}/usr/share/emacs/site-lisp/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-site-file-install ${FILESDIR}/50tramp-gentoo.el
+
+ dodoc README ChangeLog CONTRIBUTORS
+}
diff --git a/app-emacs/tramp/tramp-2.1.6.ebuild b/app-emacs/tramp/tramp-2.1.6.ebuild
new file mode 100644
index 000000000000..08a1b9e6413c
--- /dev/null
+++ b/app-emacs/tramp/tramp-2.1.6.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.1.6.ebuild,v 1.1 2006/08/05 17:20:24 usata Exp $
+
+inherit elisp
+
+DESCRIPTION="edit remote files like ange-ftp but with rlogin, telnet and/or ssh"
+HOMEPAGE="http://savannah.nongnu.org/projects/tramp/"
+SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+# this is needed; elisp.eclass redefines src_compile() from portage default
+src_compile() {
+ econf || die
+ emake || die
+}
+
+src_install() {
+ dodir /usr/share/info
+ dodir /usr/share/emacs/etc
+ dodir /usr/share/emacs/site-lisp/tramp
+
+ einstall lispdir=${D}/usr/share/emacs/site-lisp/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-site-file-install ${FILESDIR}/50tramp-gentoo.el
+
+ dodoc README ChangeLog CONTRIBUTORS
+}