diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:44:49 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-12-22 09:44:49 +0000 |
commit | c7c51dc2f3258329308f17d53785555c00c2d5f0 (patch) | |
tree | f07e4d7c6675b18ff05942526df68ce17706a4fb /app-xemacs/text-modes | |
parent | version bump. seems to be simple bug fixes but masked for further testing on ... (diff) | |
download | historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.tar.gz historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.tar.bz2 historical-c7c51dc2f3258329308f17d53785555c00c2d5f0.zip |
Version bump.
Package-Manager: portage-2.1.1-r2
Diffstat (limited to 'app-xemacs/text-modes')
-rw-r--r-- | app-xemacs/text-modes/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/text-modes/files/digest-text-modes-1.92 | 3 | ||||
-rw-r--r-- | app-xemacs/text-modes/text-modes-1.92.ebuild | 17 |
3 files changed, 26 insertions, 1 deletions
diff --git a/app-xemacs/text-modes/ChangeLog b/app-xemacs/text-modes/ChangeLog index 6778dbe1b1ea..d98cda63210e 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-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.11 2006/11/11 09:04:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.12 2006/12/22 09:43:40 graaff Exp $ + +*text-modes-1.92 (22 Dec 2006) + + 22 Dec 2006; Hans de Graaff <graaff@gentoo.org> +text-modes-1.92.ebuild: + Version bump. *text-modes-1.90 (11 Nov 2006) diff --git a/app-xemacs/text-modes/files/digest-text-modes-1.92 b/app-xemacs/text-modes/files/digest-text-modes-1.92 new file mode 100644 index 000000000000..2281323038cc --- /dev/null +++ b/app-xemacs/text-modes/files/digest-text-modes-1.92 @@ -0,0 +1,3 @@ +MD5 6614b4eec3600e6cafe6f24cfce41df8 text-modes-1.92-pkg.tar.gz 443017 +RMD160 f924f9c70acea36fabd6602c9d67e16e9098eba0 text-modes-1.92-pkg.tar.gz 443017 +SHA256 46909fcaa4f2a57e75debcc1027d852bfc3cac92eb58b897af69332adabb6353 text-modes-1.92-pkg.tar.gz 443017 diff --git a/app-xemacs/text-modes/text-modes-1.92.ebuild b/app-xemacs/text-modes/text-modes-1.92.ebuild new file mode 100644 index 000000000000..a5987bc1c9de --- /dev/null +++ b/app-xemacs/text-modes/text-modes-1.92.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 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.92.ebuild,v 1.1 2006/12/22 09:43:40 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 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |