diff options
author | Mamoru Komachi <usata@gentoo.org> | 2003-09-09 00:07:27 +0000 |
---|---|---|
committer | Mamoru Komachi <usata@gentoo.org> | 2003-09-09 00:07:27 +0000 |
commit | d8d84579319c1ace643046e60a60cc9cfa9aadf0 (patch) | |
tree | 4d69c7d428ea80e396d8e32d4abe6cec6e940d94 /app-emacs | |
parent | new release (diff) | |
download | gentoo-2-d8d84579319c1ace643046e60a60cc9cfa9aadf0.tar.gz gentoo-2-d8d84579319c1ace643046e60a60cc9cfa9aadf0.tar.bz2 gentoo-2-d8d84579319c1ace643046e60a60cc9cfa9aadf0.zip |
Marked as stable. Removed old CVS snapshot. Added metadata.xml
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/tramp/ChangeLog | 7 | ||||
-rw-r--r-- | app-emacs/tramp/Manifest | 7 | ||||
-rw-r--r-- | app-emacs/tramp/files/digest-tramp-20020411 | 1 | ||||
-rw-r--r-- | app-emacs/tramp/metadata.xml | 11 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-2.0.36.ebuild | 34 | ||||
-rw-r--r-- | app-emacs/tramp/tramp-20020411.ebuild | 38 |
6 files changed, 34 insertions, 64 deletions
diff --git a/app-emacs/tramp/ChangeLog b/app-emacs/tramp/ChangeLog index a033f3322f2a..066cbebced62 100644 --- a/app-emacs/tramp/ChangeLog +++ b/app-emacs/tramp/ChangeLog @@ -1,9 +1,14 @@ # ChangeLog for app-emacs/tramp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.3 2003/08/04 01:16:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/ChangeLog,v 1.4 2003/09/09 00:07:22 usata Exp $ *tramp-2.0.36 (04 Aug 2003) + 09 Sep 2003; Mamoru KOMACHI <usata@gentoo.org> tramp-2.0.36.ebuild, + tramp-20020411.ebuild: + Marked as stable. Removed old CVS snapshot (Portage thinks it + is newer than the latest stable release otherwise). + 04 Aug 2003; Mamoru KOMACHI <usata@gentoo.org> tramp-2.0.36.ebuild: Version bumped to the latest release. Ebuild rewritten by chris strom <cstrom@speakeasy.net> according to the change in source structure. This diff --git a/app-emacs/tramp/Manifest b/app-emacs/tramp/Manifest index 7e3e4e801590..b7ff1e74e28a 100644 --- a/app-emacs/tramp/Manifest +++ b/app-emacs/tramp/Manifest @@ -1,6 +1,5 @@ -MD5 c10cf4f58e00ee9802a75f7c22d75e2e ChangeLog 676 -MD5 acc8d43550b2ee310a56419279837029 tramp-20020411.ebuild 1004 -MD5 63252bc0ffed7e19d76546bf17d025ed tramp-2.0.36.ebuild 1366 +MD5 1e494d4f0f96e7e1fc2964da35f6c8b1 ChangeLog 891 +MD5 22f6f69f611b7d18f66f0b057373e5ab tramp-2.0.36.ebuild 1126 +MD5 b5ca1ca9f08348eddfce1f41e7ed1be8 metadata.xml 453 MD5 de3dbaf4187cea512beb7be264340f8c files/50tramp-gentoo.el 100 -MD5 5932196191b6fd789fdfd5bb23835049 files/digest-tramp-20020411 66 MD5 2c1576024eea4a236f049c8c603bc32f files/digest-tramp-2.0.36 64 diff --git a/app-emacs/tramp/files/digest-tramp-20020411 b/app-emacs/tramp/files/digest-tramp-20020411 deleted file mode 100644 index d5b56738a4ff..000000000000 --- a/app-emacs/tramp/files/digest-tramp-20020411 +++ /dev/null @@ -1 +0,0 @@ -MD5 4679ad655e0af18fad0fcbce193a3d3c tramp-20020411.tar.gz 176723 diff --git a/app-emacs/tramp/metadata.xml b/app-emacs/tramp/metadata.xml new file mode 100644 index 000000000000..84f5dd124ef9 --- /dev/null +++ b/app-emacs/tramp/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>emacs</herd> +<longdescription> +TRAMP (Transparent Remote Access, Multiple Protocols) is a package for +editing remote files, similar to ange-ftp. Whereas ange-ftp uses FTP +to conn ect to the remote host and to transfer the files, TRAMP uses a +remote shell conn ection (rlogin, telnet, ssh) +</longdescription> +</pkgmetadata> diff --git a/app-emacs/tramp/tramp-2.0.36.ebuild b/app-emacs/tramp/tramp-2.0.36.ebuild index dbbb91083d85..a88284b0365b 100644 --- a/app-emacs/tramp/tramp-2.0.36.ebuild +++ b/app-emacs/tramp/tramp-2.0.36.ebuild @@ -1,40 +1,42 @@ # Copyright 1999-2003 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.1 2003/08/04 01:16:55 usata Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-2.0.36.ebuild,v 1.2 2003/09/09 00:07:22 usata Exp $ inherit elisp IUSE="" -DESCRIPTION="TRAMP (Transparent Remote Access, Multiple Protocols) is a package for editing remote files, similar to ange-ftp. Whereas ange-ftp uses FTP to connect to the remote host and to transfer the files, TRAMP uses a remote shell connection (rlogin, telnet, ssh)" +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" SRC_URI="http://savannah.nongnu.org/download/tramp/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND="virtual/emacs" S="${WORKDIR}/${P}" src_compile() { - econf + + econf || die "econf failed" emake || die "compile problem" } src_install() { - dodir /usr/share/emacs/site-lisp/tramp + 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 + 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 @@ -44,11 +46,3 @@ src_install() { dodoc README ChangeLog CONTRIBUTORS } - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} diff --git a/app-emacs/tramp/tramp-20020411.ebuild b/app-emacs/tramp/tramp-20020411.ebuild deleted file mode 100644 index 5452464737d8..000000000000 --- a/app-emacs/tramp/tramp-20020411.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emacs/tramp/tramp-20020411.ebuild,v 1.3 2003/09/06 22:01:26 msterret Exp $ - -inherit elisp - -IUSE="" - -DESCRIPTION="TRAMP (Transparent Remote Access, Multiple Protocols) is a package for editing remote files, similar to ange-ftp. Whereas ange-ftp uses FTP to connect to the remote host and to transfer the files, TRAMP uses a remote shell connection (rlogin, telnet, ssh" -HOMEPAGE="http://tramp.sourceforge.net/" -SRC_URI="mirror://gentoo/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND="virtual/emacs" - -S="${WORKDIR}/${PN}" - -src_compile() { - make EMACS=emacs all || die -} - -src_install() { - elisp-install ${PN} lisp/*.el lisp/*.elc - elisp-site-file-install ${FILESDIR}/50tramp-gentoo.el - - dodoc README ChangeLog.orig ChangeLog CONTRIBUTORS - doinfo texi/tramp.info -} - -pkg_postinst() { - elisp-site-regen -} - -pkg_postrm() { - elisp-site-regen -} |