diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 02:47:54 +0000 |
commit | 706e79274abac6b82094e89ba2568f0433ab91b8 (patch) | |
tree | 5f112c51f40e6980439b391c3979de87755e4d1a /app-xemacs/xemacs-ispell | |
parent | Patch to fixup multiline strings (diff) | |
download | historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.gz historical-706e79274abac6b82094e89ba2568f0433ab91b8.tar.bz2 historical-706e79274abac6b82094e89ba2568f0433ab91b8.zip |
Stable on alpha
Diffstat (limited to 'app-xemacs/xemacs-ispell')
-rw-r--r-- | app-xemacs/xemacs-ispell/ChangeLog | 5 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/app-xemacs/xemacs-ispell/ChangeLog b/app-xemacs/xemacs-ispell/ChangeLog index 5bf6fed329eb..44bc19a24c61 100644 --- a/app-xemacs/xemacs-ispell/ChangeLog +++ b/app-xemacs/xemacs-ispell/ChangeLog @@ -1,6 +1,9 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/ChangeLog,v 1.2 2003/10/03 02:47:02 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> xemacs-ispell-1.24.ebuild: + Stable on alpha *xemacs-ispell-1.24 (20 Feb 2003) diff --git a/app-xemacs/xemacs-ispell/Manifest b/app-xemacs/xemacs-ispell/Manifest index fc0e734e59d2..b9b9ce4ab439 100644 --- a/app-xemacs/xemacs-ispell/Manifest +++ b/app-xemacs/xemacs-ispell/Manifest @@ -1,3 +1,3 @@ -MD5 11451dcda6fad75405c853b62c6b3be6 ChangeLog 400 -MD5 92bc51acbd139805856a6a6700c7e5d4 xemacs-ispell-1.24.ebuild 487 +MD5 f29cb920163da498274f8c52b7b66d4c ChangeLog 494 +MD5 94295338a7ffcdedf32fe8f8b6d63748 xemacs-ispell-1.24.ebuild 484 MD5 d19f26e21212706bb2bfc4488abd6f56 files/digest-xemacs-ispell-1.24 66 diff --git a/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild index a69bdcb525b1..d77377e28b80 100644 --- a/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild +++ b/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild @@ -1,6 +1,6 @@ # 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 $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/xemacs-ispell/xemacs-ispell-1.24.ebuild,v 1.2 2003/10/03 02:47:02 agriffis Exp $ SLOT="0" IUSE="" @@ -12,7 +12,7 @@ MY_PN=${PN/xemacs-/} SRC_URI="ftp://ftp.xemacs.org/packages/${MY_PN}-${PV}-pkg.tar.gz" DEPEND="" -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |