diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 14:30:07 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 14:30:07 +0000 |
commit | 07424a367e46f6d79a8e673afefa4c9524c73cb6 (patch) | |
tree | 68a124371e775611ada15061b2e278cd47e6408e /app-xemacs/tramp | |
parent | Update the dbus dependency. (diff) | |
download | gentoo-2-07424a367e46f6d79a8e673afefa4c9524c73cb6.tar.gz gentoo-2-07424a367e46f6d79a8e673afefa4c9524c73cb6.tar.bz2 gentoo-2-07424a367e46f6d79a8e673afefa4c9524c73cb6.zip |
Version bump; remove old version; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/tramp')
-rw-r--r-- | app-xemacs/tramp/ChangeLog | 10 | ||||
-rw-r--r-- | app-xemacs/tramp/files/digest-tramp-1.11 | 4 | ||||
-rw-r--r-- | app-xemacs/tramp/files/digest-tramp-1.32 | 3 | ||||
-rw-r--r-- | app-xemacs/tramp/metadata.xml | 10 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.32.ebuild | 22 |
5 files changed, 46 insertions, 3 deletions
diff --git a/app-xemacs/tramp/ChangeLog b/app-xemacs/tramp/ChangeLog index eb10f725b8f8..d180617d168a 100644 --- a/app-xemacs/tramp/ChangeLog +++ b/app-xemacs/tramp/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-xemacs/tramp -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.6 2005/01/01 17:18:43 eradicator Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.7 2006/11/12 14:30:07 graaff Exp $ + +*tramp-1.32 (12 Nov 2006) + + 12 Nov 2006; Hans de Graaff <graaff@gentoo.org> +metadata.xml, + -tramp-1.10.ebuild, +tramp-1.32.ebuild: + Version bump; remove old version; add metadata. 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> tramp-1.11.ebuild: Stable on alpha diff --git a/app-xemacs/tramp/files/digest-tramp-1.11 b/app-xemacs/tramp/files/digest-tramp-1.11 index 9ba4ff92484f..5136b83efd6f 100644 --- a/app-xemacs/tramp/files/digest-tramp-1.11 +++ b/app-xemacs/tramp/files/digest-tramp-1.11 @@ -1 +1,3 @@ -MD5 35ef25fcbc48c9bb17cd4447ce8d64b4 tramp-1.11-pkg.tar.gz 192373
\ No newline at end of file +MD5 35ef25fcbc48c9bb17cd4447ce8d64b4 tramp-1.11-pkg.tar.gz 192373 +RMD160 94e17587a2c84378cbff33231e728660026afba1 tramp-1.11-pkg.tar.gz 192373 +SHA256 7a7b79aff0c24fa704c0d1cd839bb8e15b7b43c4fffc00473f33db378525c938 tramp-1.11-pkg.tar.gz 192373 diff --git a/app-xemacs/tramp/files/digest-tramp-1.32 b/app-xemacs/tramp/files/digest-tramp-1.32 new file mode 100644 index 000000000000..0db56f72cb3c --- /dev/null +++ b/app-xemacs/tramp/files/digest-tramp-1.32 @@ -0,0 +1,3 @@ +MD5 a92227c141b9429548214105bae59a66 tramp-1.32-pkg.tar.gz 294949 +RMD160 0f8543a121b81fb6c1941200243587cd3123429a tramp-1.32-pkg.tar.gz 294949 +SHA256 2bbbb0878c2b90c700011a33e1c462164a4e7b69897bde490839814678737531 tramp-1.32-pkg.tar.gz 294949 diff --git a/app-xemacs/tramp/metadata.xml b/app-xemacs/tramp/metadata.xml new file mode 100644 index 000000000000..30d23a01cc89 --- /dev/null +++ b/app-xemacs/tramp/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>xemacs</herd> + <maintainer> + <email>xemacs@gentoo.org</email> + <description>Primary Maintainer</description> + </maintainer> + <longdescription></longdescription> +</pkgmetadata> diff --git a/app-xemacs/tramp/tramp-1.32.ebuild b/app-xemacs/tramp/tramp-1.32.ebuild new file mode 100644 index 000000000000..a45361af4979 --- /dev/null +++ b/app-xemacs/tramp/tramp-1.32.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.32.ebuild,v 1.1 2006/11/12 14:30:07 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Remote shell-based file editing." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/vc +app-xemacs/efs +app-xemacs/dired +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/ediff +app-xemacs/sh-script +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |