diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:28:04 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 13:28:04 +0000 |
commit | f890ecc741adc52c2d5521fddfafa7b103664fcf (patch) | |
tree | eb57162367120d2ff8ce776546aa4880b057a891 /app-xemacs/sml-mode/sml-mode-0.12.ebuild | |
parent | Add pointer to rebuild script in postinst message, drop 2.5.5 (diff) | |
download | gentoo-2-f890ecc741adc52c2d5521fddfafa7b103664fcf.tar.gz gentoo-2-f890ecc741adc52c2d5521fddfafa7b103664fcf.tar.bz2 gentoo-2-f890ecc741adc52c2d5521fddfafa7b103664fcf.zip |
Version bump; remove old version; add metadata.
(Portage version: 2.1.1-r1)
Diffstat (limited to 'app-xemacs/sml-mode/sml-mode-0.12.ebuild')
-rw-r--r-- | app-xemacs/sml-mode/sml-mode-0.12.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-xemacs/sml-mode/sml-mode-0.12.ebuild b/app-xemacs/sml-mode/sml-mode-0.12.ebuild new file mode 100644 index 000000000000..fae9d6fbe9a5 --- /dev/null +++ b/app-xemacs/sml-mode/sml-mode-0.12.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/sml-mode/sml-mode-0.12.ebuild,v 1.1 2006/11/12 13:28:03 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="SML editing support." +PKG_CAT="standard" + +RDEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/fsf-compat +" +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86" + +inherit xemacs-packages + |