diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-20 11:25:05 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-20 11:25:05 +0000 |
commit | 41a5f16175824d236342bdd6fb0edb8d79960e8b (patch) | |
tree | 733ac537d72946f20cb55719ee1ac478585e1226 /app-xemacs/xemacs-ispell | |
parent | moving app-xemacs/ispell (diff) | |
download | gentoo-2-41a5f16175824d236342bdd6fb0edb8d79960e8b.tar.gz gentoo-2-41a5f16175824d236342bdd6fb0edb8d79960e8b.tar.bz2 gentoo-2-41a5f16175824d236342bdd6fb0edb8d79960e8b.zip |
moved from app-xemacs/ispell
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/ChangeLog | 8 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/files/digest-xemacs-ispell-1.24 | 1 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild | 18 |
3 files changed, 27 insertions, 0 deletions
diff --git a/app-xemacs/xemacs-ispell/ChangeLog b/app-xemacs/xemacs-ispell/ChangeLog new file mode 100644 index 000000000000..5bf6fed329eb --- /dev/null +++ b/app-xemacs/xemacs-ispell/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for app-xemacs/xemacs-ispell +# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.1 2003/02/20 11:25:05 rendhalver Exp $ + +*xemacs-ispell-1.24 (20 Feb 2003) + + 20 Feb 2003; Rendhalver [Peter Brown] <rendhalver@gentoo.org> : + renamed from app-xemacs/ispell due to naming clash with ispell diff --git a/app-xemacs/xemacs-ispell/files/digest-xemacs-ispell-1.24 b/app-xemacs/xemacs-ispell/files/digest-xemacs-ispell-1.24 new file mode 100644 index 000000000000..e916dbbdd1db --- /dev/null +++ b/app-xemacs/xemacs-ispell/files/digest-xemacs-ispell-1.24 @@ -0,0 +1 @@ +MD5 409bfa4ca95d91bc03d8dcfe7c8f7810 ispell-1.24-pkg.tar.gz 72543 diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild new file mode 100644 index 000000000000..a69bdcb525b1 --- /dev/null +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild,v 1.1 2003/02/20 11:25:05 rendhalver 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" + +DEPEND="" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |