diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:15:08 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:15:08 +0000 |
commit | 634e5ee6790d7bf168145ffa0f94650cb6b7f813 (patch) | |
tree | 88b9b8962b9412f2831c0c393f7dbeb5688aed0b /app-xemacs/lookup/lookup-1.15.ebuild | |
parent | Version bump; add metadata. (diff) | |
download | gentoo-2-634e5ee6790d7bf168145ffa0f94650cb6b7f813.tar.gz gentoo-2-634e5ee6790d7bf168145ffa0f94650cb6b7f813.tar.bz2 gentoo-2-634e5ee6790d7bf168145ffa0f94650cb6b7f813.zip |
Version bump; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/lookup/lookup-1.15.ebuild')
-rw-r--r-- | app-xemacs/lookup/lookup-1.15.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/app-xemacs/lookup/lookup-1.15.ebuild b/app-xemacs/lookup/lookup-1.15.ebuild new file mode 100644 index 000000000000..45902aa48ac0 --- /dev/null +++ b/app-xemacs/lookup/lookup-1.15.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/lookup/lookup-1.15.ebuild,v 1.1 2006/11/12 10:15:08 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="MULE: Dictionary support" +PKG_CAT="mule" + +RDEPEND="app-xemacs/mule-base +app-xemacs/cookie +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |