diff options
author | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 15:02:12 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2006-11-12 15:02:12 +0000 |
commit | d23f09df3af0b2afb25ffe180f26933551490c0c (patch) | |
tree | 980bbafaa6efab777e0b12020d068fb46343e474 /app-xemacs/xemacs-ispell/xemacs-ispell-1.32.ebuild | |
parent | Version bump; add metadata. (diff) | |
download | gentoo-2-d23f09df3af0b2afb25ffe180f26933551490c0c.tar.gz gentoo-2-d23f09df3af0b2afb25ffe180f26933551490c0c.tar.bz2 gentoo-2-d23f09df3af0b2afb25ffe180f26933551490c0c.zip |
Version bump; add metadata.
(Portage version: 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 + |