diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 10:50:29 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 10:50:29 +0000 |
commit | 3c245efe11e40482348ba4baf1484b27883348dc (patch) | |
tree | c8b13183a39525e6fadfea84b0e399e7b9574483 /app-xemacs | |
parent | Bump, fixes thanks to Johan Bergstroem. Fixes #331559 (diff) | |
download | gentoo-2-3c245efe11e40482348ba4baf1484b27883348dc.tar.gz gentoo-2-3c245efe11e40482348ba4baf1484b27883348dc.tar.bz2 gentoo-2-3c245efe11e40482348ba4baf1484b27883348dc.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/ilisp/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/ilisp/ilisp-1.36.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-xemacs/ilisp/ChangeLog b/app-xemacs/ilisp/ChangeLog index 4fe35b888ed1..5c1badde8ec6 100644 --- a/app-xemacs/ilisp/ChangeLog +++ b/app-xemacs/ilisp/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/ilisp -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ilisp/ChangeLog,v 1.16 2008/03/19 19:40:58 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ilisp/ChangeLog,v 1.17 2010/08/13 10:50:29 graaff Exp $ + +*ilisp-1.36 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +ilisp-1.36.ebuild: + Version bump: XEmacs compatibility fixes. 19 Mar 2008; Hans de Graaff <graaff@gentoo.org> metadata.xml: A herd should not be listed as maintainer diff --git a/app-xemacs/ilisp/ilisp-1.36.ebuild b/app-xemacs/ilisp/ilisp-1.36.ebuild new file mode 100644 index 000000000000..32bf6df4ea28 --- /dev/null +++ b/app-xemacs/ilisp/ilisp-1.36.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ilisp/ilisp-1.36.ebuild,v 1.1 2010/08/13 10:50:29 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Front-end for Inferior Lisp." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/mail-lib +app-xemacs/fsf-compat +app-xemacs/xemacs-eterm +app-xemacs/sh-script +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |