diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:20:43 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 10:20:43 +0000 |
commit | af476e02afb6e56c24e7e6152818c74f5690a2c8 (patch) | |
tree | 4f32cb1efc73c2a74309a256eac48688494587be /app-xemacs/lookup/lookup-1.15.ebuild | |
parent | Version bump; remove old version. (diff) | |
download | historical-af476e02afb6e56c24e7e6152818c74f5690a2c8.tar.gz historical-af476e02afb6e56c24e7e6152818c74f5690a2c8.tar.bz2 historical-af476e02afb6e56c24e7e6152818c74f5690a2c8.zip |
Version bump; add metadata.
Package-Manager: portage-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 + |