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/sml-mode | |
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/sml-mode')
-rw-r--r-- | app-xemacs/sml-mode/ChangeLog | 12 | ||||
-rw-r--r-- | app-xemacs/sml-mode/files/digest-sml-mode-0.07 | 1 | ||||
-rw-r--r-- | app-xemacs/sml-mode/sml-mode-0.05.ebuild | 4 | ||||
-rw-r--r-- | app-xemacs/sml-mode/sml-mode-0.07.ebuild | 17 |
4 files changed, 31 insertions, 3 deletions
diff --git a/app-xemacs/sml-mode/ChangeLog b/app-xemacs/sml-mode/ChangeLog index 4bdbe54cd5ce..c6534c79a368 100644 --- a/app-xemacs/sml-mode/ChangeLog +++ b/app-xemacs/sml-mode/ChangeLog @@ -1,6 +1,16 @@ # ChangeLog for app-xemacs/sml-mode # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/ChangeLog,v 1.2 2003/02/12 05:45:14 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ + +*sml-mode-0.07 (22 Feb 2003) + + 22 Feb 2003; <rendhalver@gentoo.org> sml-mode-0.05.ebuild sml-mode-0.07.ebuild files/digest-sml-mode-0.07 : + Add ~alpha to KEYWORDS + +*sml-mode-0.06 (22 Feb 2003) + + 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : + new stable ebuild *sml-mode-0.05 (16 Dec 2002) diff --git a/app-xemacs/sml-mode/files/digest-sml-mode-0.07 b/app-xemacs/sml-mode/files/digest-sml-mode-0.07 new file mode 100644 index 000000000000..aa1c2d38bf55 --- /dev/null +++ b/app-xemacs/sml-mode/files/digest-sml-mode-0.07 @@ -0,0 +1 @@ +MD5 c2ccd8bc4a271c2783de42062d78c5ec sml-mode-0.07-pkg.tar.gz 81444
\ No newline at end of file diff --git a/app-xemacs/sml-mode/sml-mode-0.05.ebuild b/app-xemacs/sml-mode/sml-mode-0.05.ebuild index 1c38b811afd0..edff162fda52 100644 --- a/app-xemacs/sml-mode/sml-mode-0.05.ebuild +++ b/app-xemacs/sml-mode/sml-mode-0.05.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/sml-mode/sml-mode-0.05.ebuild,v 1.3 2003/02/13 09:58:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/sml-mode/sml-mode-0.05.ebuild,v 1.4 2003/02/22 12:46:40 rendhalver Exp $ SLOT="0" IUSE="" @@ -11,7 +11,7 @@ DEPEND="app-xemacs/xemacs-base app-xemacs/edebug app-xemacs/fsf-compat " -KEYWORDS="x86 -ppc alpha sparc" +KEYWORDS="x86 ~ppc ~alpha sparc" inherit xemacs-packages diff --git a/app-xemacs/sml-mode/sml-mode-0.07.ebuild b/app-xemacs/sml-mode/sml-mode-0.07.ebuild new file mode 100644 index 000000000000..b7b2f15e8b66 --- /dev/null +++ b/app-xemacs/sml-mode/sml-mode-0.07.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/sml-mode/sml-mode-0.07.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ + +SLOT="0" +IUSE="" +DESCRIPTION="SML editing support." +PKG_CAT="standard" + +DEPEND="app-xemacs/xemacs-base +app-xemacs/edebug +app-xemacs/fsf-compat +" +KEYWORDS="x86 ~ppc ~alpha sparc" + +inherit xemacs-packages + |