diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 11c54ff9713a5ffe78b5d7ff87e125922592755c (patch) | |
tree | 5078c54503602d512d0a5b410d8dfba913ea1ecb /app-xemacs/tramp | |
parent | stable on alpha (diff) | |
download | historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.gz historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.tar.bz2 historical-11c54ff9713a5ffe78b5d7ff87e125922592755c.zip |
new stable abuilds, adding ~alpha KEYWORDS
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 | 1 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.10.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/tramp/tramp-1.11.ebuild | 22 |
4 files changed, 34 insertions, 3 deletions
diff --git a/app-xemacs/tramp/ChangeLog b/app-xemacs/tramp/ChangeLog index 4cc816d66b14..09fc2640dced 100644 --- a/app-xemacs/tramp/ChangeLog +++ b/app-xemacs/tramp/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-xemacs/tramp # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.2 2003/02/12 05:46:24 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/ChangeLog,v 1.3 2003/02/22 12:46:41 rendhalver Exp $ + +*tramp-1.11 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> tramp-1.10.ebuild tramp-1.11.ebuild files/digest-tramp-1.11 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *tramp-1.10 (16 Dec 2002) diff --git a/app-xemacs/tramp/files/digest-tramp-1.11 b/app-xemacs/tramp/files/digest-tramp-1.11 new file mode 100644 index 000000000000..9ba4ff92484f --- /dev/null +++ b/app-xemacs/tramp/files/digest-tramp-1.11 @@ -0,0 +1 @@ +MD5 35ef25fcbc48c9bb17cd4447ce8d64b4 tramp-1.11-pkg.tar.gz 192373
\ No newline at end of file diff --git a/app-xemacs/tramp/tramp-1.10.ebuild b/app-xemacs/tramp/tramp-1.10.ebuild index c170c0ddacf8..12c40f21d202 100644 --- a/app-xemacs/tramp/tramp-1.10.ebuild +++ b/app-xemacs/tramp/tramp-1.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.10.ebuild,v 1.3 2003/02/13 09:59:35 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.10.ebuild,v 1.4 2003/02/22 12:46:41 rendhalver Exp $ SLOT="0" IUSE="" @@ -16,7 +16,7 @@ app-xemacs/mail-lib app-xemacs/gnus app-xemacs/ediff " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/tramp/tramp-1.11.ebuild b/app-xemacs/tramp/tramp-1.11.ebuild new file mode 100644 index 000000000000..8c8a511beec9 --- /dev/null +++ b/app-xemacs/tramp/tramp-1.11.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/tramp/tramp-1.11.ebuild,v 1.1 2003/02/22 12:46:41 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Remote shell-based file editing." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +app-xemacs/vc +app-xemacs/fsf-compat +app-xemacs/efs +app-xemacs/dired +app-xemacs/mail-lib +app-xemacs/gnus +app-xemacs/ediff +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |