diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:44:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 11:44:18 +0000 |
commit | dadfb7f78734bdda9ea17525bd3b139de91679fd (patch) | |
tree | c2785d96f81f88456de1fa84986f33cee38b3f13 /app-xemacs | |
parent | Fix dependencies, thin requires the OpenSSL bindings, both at run- and buildt... (diff) | |
download | gentoo-2-dadfb7f78734bdda9ea17525bd3b139de91679fd.tar.gz gentoo-2-dadfb7f78734bdda9ea17525bd3b139de91679fd.tar.bz2 gentoo-2-dadfb7f78734bdda9ea17525bd3b139de91679fd.zip |
Version bump: XEmacs compatibility fixes.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/eshell/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/eshell/eshell-1.18.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/eshell/ChangeLog b/app-xemacs/eshell/ChangeLog index d0841ab1c4c0..8ad198f8d8c3 100644 --- a/app-xemacs/eshell/ChangeLog +++ b/app-xemacs/eshell/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/eshell -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/eshell/ChangeLog,v 1.16 2009/02/22 13:31:21 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/eshell/ChangeLog,v 1.17 2010/08/13 11:44:18 graaff Exp $ + +*eshell-1.18 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +eshell-1.18.ebuild: + Version bump: XEmacs compatibility fixes. *eshell-1.17 (22 Feb 2009) diff --git a/app-xemacs/eshell/eshell-1.18.ebuild b/app-xemacs/eshell/eshell-1.18.ebuild new file mode 100644 index 000000000000..325b3f262138 --- /dev/null +++ b/app-xemacs/eshell/eshell-1.18.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/eshell/eshell-1.18.ebuild,v 1.1 2010/08/13 11:44:18 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Command shell implemented entirely in Emacs Lisp" +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/xemacs-eterm +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |