diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:00:21 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-08-13 12:00:21 +0000 |
commit | 8f6233094a1d055fa3540ec72320c35ef10aabdb (patch) | |
tree | b988755e9c9920315be7729e45d8b81997f71f65 /app-xemacs | |
parent | Version bump: bug fixes. (diff) | |
download | historical-8f6233094a1d055fa3540ec72320c35ef10aabdb.tar.gz historical-8f6233094a1d055fa3540ec72320c35ef10aabdb.tar.bz2 historical-8f6233094a1d055fa3540ec72320c35ef10aabdb.zip |
Version bump: XEmacs compatibility fixes.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/edict/ChangeLog | 9 | ||||
-rw-r--r-- | app-xemacs/edict/edict-1.17.ebuild | 15 |
2 files changed, 22 insertions, 2 deletions
diff --git a/app-xemacs/edict/ChangeLog b/app-xemacs/edict/ChangeLog index 4f30a700524c..7c162239d0da 100644 --- a/app-xemacs/edict/ChangeLog +++ b/app-xemacs/edict/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-xemacs/edict -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edict/ChangeLog,v 1.13 2008/03/19 19:25:47 graaff Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/edict/ChangeLog,v 1.14 2010/08/13 12:00:21 graaff Exp $ + +*edict-1.17 (13 Aug 2010) + + 13 Aug 2010; Hans de Graaff <graaff@gentoo.org> +edict-1.17.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/edict/edict-1.17.ebuild b/app-xemacs/edict/edict-1.17.ebuild new file mode 100644 index 000000000000..79cbc9ff4440 --- /dev/null +++ b/app-xemacs/edict/edict-1.17.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/edict/edict-1.17.ebuild,v 1.1 2010/08/13 12:00:21 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Lisp Interface to EDICT, Kanji Dictionary" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/xemacs-base +" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages |