diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:30:01 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:30:01 +0000 |
commit | b29914219cb1bb2d9c7d6702ed9da3927eb1e82f (patch) | |
tree | 81fd24bf13cf53b944e7fe7b7e4a46c82b055c0e /app-xemacs | |
parent | Version bump: sync to dired 7.17. (diff) | |
download | gentoo-2-b29914219cb1bb2d9c7d6702ed9da3927eb1e82f.tar.gz gentoo-2-b29914219cb1bb2d9c7d6702ed9da3927eb1e82f.tar.bz2 gentoo-2-b29914219cb1bb2d9c7d6702ed9da3927eb1e82f.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/build/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/build/build-1.15.ebuild | 18 |
2 files changed, 25 insertions, 2 deletions
diff --git a/app-xemacs/build/ChangeLog b/app-xemacs/build/ChangeLog index 0f93c0fac918..a3a8e0041b9a 100644 --- a/app-xemacs/build/ChangeLog +++ b/app-xemacs/build/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/build -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/build/ChangeLog,v 1.13 2008/03/19 19:18:06 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/build/ChangeLog,v 1.14 2010/08/13 12:30:01 graaff Exp $ + +*build-1.15 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +build-1.15.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/build/build-1.15.ebuild b/app-xemacs/build/build-1.15.ebuild new file mode 100644 index 000000000000..38678e511c66 --- /dev/null +++ b/app-xemacs/build/build-1.15.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/build/build-1.15.ebuild,v 1.1 2010/08/13 12:30:01 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Build XEmacs from within (UNIX, Windows)." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/pcl-cvs +app-xemacs/dired +app-xemacs/w3 +app-xemacs/prog-modes +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |