diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 15:04:59 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 15:04:59 +0000 |
commit | 16fbe96f4244205ecf0e58db650b51cac0b423ab (patch) | |
tree | 82ee41dcb22977b5c425bbe6c376bc6828a7a9a7 /app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | |
parent | Version bump; remove old version; add metadata. (diff) | |
download | historical-16fbe96f4244205ecf0e58db650b51cac0b423ab.tar.gz historical-16fbe96f4244205ecf0e58db650b51cac0b423ab.tar.bz2 historical-16fbe96f4244205ecf0e58db650b51cac0b423ab.zip |
Version bump; add metadata.
Package-Manager: portage-2.1.1-r1
Diffstat (limited to 'app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild')
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild new file mode 100644 index 000000000000..279dde38fece --- /dev/null +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild,v 1.1 2006/11/12 15:02:12 graaff Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Spell-checking with GNU ispell." +PKG_CAT="standard" + +MY_PN=${PN/xemacs-/} + +SRC_URI="ftp://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" + +RDEPEND="" +KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" + +inherit xemacs-packages + |