diff options
author | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:17:12 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2004-04-25 17:17:12 +0000 |
commit | 0543a523cc1e341d0d0506d69c714ab072b13145 (patch) | |
tree | 15497e837d6d5fcc6caaaa0b11580f9068d38d8a /app-emacs/tramp | |
parent | Stable on x86. (diff) | |
download | historical-0543a523cc1e341d0d0506d69c714ab072b13145.tar.gz historical-0543a523cc1e341d0d0506d69c714ab072b13145.tar.bz2 historical-0543a523cc1e341d0d0506d69c714ab072b13145.zip |
Marked stable on x86. Don't assign default to S. Removed old ebuild.
Diffstat (limited to 'app-emacs/tramp')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 6 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-2.0.36 | 1 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.36.ebuild | 48 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.38.ebuild | 4 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.39.ebuild | 6 |
5 files changed, 8 insertions, 57 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index 6f70ecc93487..ab061f55798f 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emacs/tramp # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.6 2004/03/04 19:13:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.7 2004/04/25 17:17:12 usata Exp $ + + 26 Apr 2004; Mamoru KOMACHI <usata@gentoo.org> tramp-2.0.36.ebuild, + tramp-2.0.38.ebuild, tramp-2.0.39.ebuild: + Marked stable on x86. Don't assign default to S *tramp-2.0.39 (05 Mar 2004) diff --git a/app-emacs/tramp/files/digest-tramp-2.0.36 b/app-emacs/tramp/files/digest-tramp-2.0.36 deleted file mode 100644 index 8902366f67a3..000000000000 --- a/app-emacs/tramp/files/digest-tramp-2.0.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 2e518e5667c4f859c80956041401a868 tramp-2.0.36.tar.gz 262979 diff --git a/app-emacs/tramp/tramp-2.0.36.ebuild b/app-emacs/tramp/tramp-2.0.36.ebuild deleted file mode 100644 index 44bb11f5b71d..000000000000 --- a/app-emacs/tramp/tramp-2.0.36.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.36.ebuild,v 1.3 2004/03/04 19:13:54 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="mirror://gentoo/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/emacs" - -S="${WORKDIR}/${P}" - -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 - - make install \ - prefix=${D}/usr \ - datadir=${D}/usr/share \ - infodir=${D}/usr/share/info \ - lispdir=${D}/usr/share/emacs/site-lisp/tramp \ - etcdir=${D}/usr/share/emacs/etc \ - || die - - mv ${D}/usr/share/info/tramp ${D}/usr/share/info/tramp-info - - dohtml texi/*.html - - elisp-site-file-install ${FILESDIR}/50tramp-gentoo.el - - dodoc README ChangeLog CONTRIBUTORS -} diff --git a/app-emacs/tramp/tramp-2.0.38.ebuild b/app-emacs/tramp/tramp-2.0.38.ebuild index 7e90fa6161c4..03bc2c873d9c 100644 --- a/app-emacs/tramp/tramp-2.0.38.ebuild +++ b/app-emacs/tramp/tramp-2.0.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.38.ebuild,v 1.3 2004/03/04 19:13:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.38.ebuild,v 1.4 2004/04/25 17:17:12 usata Exp $ inherit elisp @@ -18,8 +18,6 @@ KEYWORDS="x86 ~amd64" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" - src_compile() { econf || die "econf failed" diff --git a/app-emacs/tramp/tramp-2.0.39.ebuild b/app-emacs/tramp/tramp-2.0.39.ebuild index 713ef9f4378a..79da92582b04 100644 --- a/app-emacs/tramp/tramp-2.0.39.ebuild +++ b/app-emacs/tramp/tramp-2.0.39.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.39.ebuild,v 1.1 2004/03/04 19:13:54 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.39.ebuild,v 1.2 2004/04/25 17:17:12 usata Exp $ inherit elisp @@ -12,12 +12,10 @@ SRC_URI="http://savannah.nongnu.org/download/tramp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="x86 ~amd64" DEPEND="virtual/emacs" -S="${WORKDIR}/${P}" - src_compile() { econf || die "econf failed" |