diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 07:47:00 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 07:47:00 +0000 |
commit | 6a3097b60956dea19c3f26459a3ad32651c29e44 (patch) | |
tree | be76232d189e1544d430970a7a73e6628a3d066a /app-xemacs/text-modes | |
parent | Version bump: code simplification. (diff) | |
download | historical-6a3097b60956dea19c3f26459a3ad32651c29e44.tar.gz historical-6a3097b60956dea19c3f26459a3ad32651c29e44.tar.bz2 historical-6a3097b60956dea19c3f26459a3ad32651c29e44.zip |
Version bump: XEmacs compatibility fixes.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs/text-modes')
-rw-r--r-- | app-xemacs/text-modes/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/text-modes/text-modes-1.98.ebuild | 16 |
2 files changed, 23 insertions, 2 deletions
diff --git a/app-xemacs/text-modes/ChangeLog b/app-xemacs/text-modes/ChangeLog index cbbde5e98644..b48210796331 100644 --- a/app-xemacs/text-modes/ChangeLog +++ b/app-xemacs/text-modes/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/text-modes -# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.21 2009/02/21 15:54:45 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.22 2010/08/13 07:47:00 graaff Exp $ + +*text-modes-1.98 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +text-modes-1.98.ebuild: + Version bump: XEmacs compatibility fixes. *text-modes-1.96 (21 Feb 2009) diff --git a/app-xemacs/text-modes/text-modes-1.98.ebuild b/app-xemacs/text-modes/text-modes-1.98.ebuild new file mode 100644 index 000000000000..4b55d8e0edf8 --- /dev/null +++ b/app-xemacs/text-modes/text-modes-1.98.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.98.ebuild,v 1.1 2010/08/13 07:47:00 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Miscellaneous support for editing text files." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-ispell +app-xemacs/fsf-compat +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |