diff options
author | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
---|---|---|
committer | Peter Brown <rendhalver@gentoo.org> | 2003-02-22 12:46:41 +0000 |
commit | 77f16ff03eb7173ab6edb5fbb0e67b0a12faf376 (patch) | |
tree | b04da053e9fb9e3edf1a0257df66facb9a6c06ab /app-xemacs/text-modes | |
parent | stable on alpha (diff) | |
download | gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.gz gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.tar.bz2 gentoo-2-77f16ff03eb7173ab6edb5fbb0e67b0a12faf376.zip |
new stable abuilds, adding ~alpha KEYWORDS
Diffstat (limited to 'app-xemacs/text-modes')
-rw-r--r-- | app-xemacs/text-modes/ChangeLog | 14 | ||||
-rw-r--r-- | app-xemacs/text-modes/files/digest-text-modes-1.58 | 1 | ||||
-rw-r--r-- | app-xemacs/text-modes/text-modes-1.55.ebuild | 6 | ||||
-rw-r--r-- | app-xemacs/text-modes/text-modes-1.58.ebuild | 17 |
4 files changed, 34 insertions, 4 deletions
diff --git a/app-xemacs/text-modes/ChangeLog b/app-xemacs/text-modes/ChangeLog index bf4d8bc52399..106320c2e049 100644 --- a/app-xemacs/text-modes/ChangeLog +++ b/app-xemacs/text-modes/ChangeLog @@ -1,6 +1,18 @@ # ChangeLog for app-xemacs/text-modes # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.2 2003/02/12 05:45:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*text-modes-1.58 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> text-modes-1.55.ebuild text-modes-1.58.ebuild files/digest-text-modes-1.58 : + Add ~alpha to KEYWORDS + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + fix depend on ispell to point to xemacs-ispell + changed alpha to ~alpha *text-modes-1.55 (16 Dec 2002) diff --git a/app-xemacs/text-modes/files/digest-text-modes-1.58 b/app-xemacs/text-modes/files/digest-text-modes-1.58 new file mode 100644 index 000000000000..2fd3da26c789 --- /dev/null +++ b/app-xemacs/text-modes/files/digest-text-modes-1.58 @@ -0,0 +1 @@ +MD5 694657938a7bf1f092a10c95865c97f4 text-modes-1.58-pkg.tar.gz 358412
\ No newline at end of file diff --git a/app-xemacs/text-modes/text-modes-1.55.ebuild b/app-xemacs/text-modes/text-modes-1.55.ebuild index 1b5b1eed79a4..3736d810981c 100644 --- a/app-xemacs/text-modes/text-modes-1.55.ebuild +++ b/app-xemacs/text-modes/text-modes-1.55.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.55.ebuild,v 1.3 2003/02/13 09:58:59 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.55.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" DESCRIPTION="Miscellaneous support for editing text files." PKG_CAT="standard" -DEPEND="app-xemacs/ispell +DEPEND="app-xemacs/xemacs-ispell app-xemacs/fsf-compat app-xemacs/xemacs-base " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/text-modes/text-modes-1.58.ebuild b/app-xemacs/text-modes/text-modes-1.58.ebuild new file mode 100644 index 000000000000..9ad707aa959b --- /dev/null +++ b/app-xemacs/text-modes/text-modes-1.58.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/text-modes/text-modes-1.58.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="Miscellaneous support for editing text files." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-ispell +app-xemacs/fsf-compat +app-xemacs/xemacs-base +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |