diff options
author | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 00:13:40 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2003-10-03 00:13:40 +0000 |
commit | fc86d27f89a3045695b3213db7b623137c240f8e (patch) | |
tree | d2a6b39586a008d6010cbc5487f4ae6ea1b1c27f /app-xemacs | |
parent | slight tweaks (diff) | |
download | historical-fc86d27f89a3045695b3213db7b623137c240f8e.tar.gz historical-fc86d27f89a3045695b3213db7b623137c240f8e.tar.bz2 historical-fc86d27f89a3045695b3213db7b623137c240f8e.zip |
stable on alpha
Diffstat (limited to 'app-xemacs')
-rw-r--r-- | app-xemacs/ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | app-xemacs/ocaml/Manifest | 4 | ||||
-rw-r--r-- | app-xemacs/ocaml/ocaml-0.04.ebuild | 4 |
3 files changed, 9 insertions, 6 deletions
diff --git a/app-xemacs/ocaml/ChangeLog b/app-xemacs/ocaml/ChangeLog index d46c78b7aca6..47851a186d50 100644 --- a/app-xemacs/ocaml/ChangeLog +++ b/app-xemacs/ocaml/ChangeLog @@ -1,10 +1,13 @@ # ChangeLog for app-xemacs/ocaml # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.3 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ChangeLog,v 1.4 2003/10/03 00:13:36 agriffis Exp $ + + 02 Oct 2003; Aron Griffis <agriffis@gentoo.org> ocaml-0.04.ebuild: + Stable on alpha *ocaml-0.04 (22 Feb 2003) - 22 Feb 2003; <rendhalver@gentoo.org> ocaml-0.03.ebuild ocaml-0.04.ebuild files/digest-ocaml-0.04 : + 22 Feb 2003; <rendhalver@gentoo.org> ocaml-0.03.ebuild ocaml-0.04.ebuild: Add ~alpha to KEYWORDS 22 Feb 2003; Rendhalver <rendhalver@gentoo.org> : diff --git a/app-xemacs/ocaml/Manifest b/app-xemacs/ocaml/Manifest index 8b0c9f535b0d..4f563fc941f2 100644 --- a/app-xemacs/ocaml/Manifest +++ b/app-xemacs/ocaml/Manifest @@ -1,5 +1,5 @@ -MD5 adf0612db87acaff8569cd9df842d6a2 ChangeLog 557 MD5 8609448e6d065d5677d862a7e91a887e ocaml-0.03.ebuild 427 -MD5 abcc44c0806b9cfdd9f527b4e6ad57a4 ocaml-0.04.ebuild 427 +MD5 c9cefdd2eb3acb9534ab4a73e342df33 ocaml-0.04.ebuild 424 +MD5 287481566a193e3bf6cb47e94b210e9b ChangeLog 618 MD5 95f50e8b3df5134159be5c6d77564706 files/digest-ocaml-0.03 64 MD5 5c1b647acc30700ab2a7a410ed868cb0 files/digest-ocaml-0.04 64 diff --git a/app-xemacs/ocaml/ocaml-0.04.ebuild b/app-xemacs/ocaml/ocaml-0.04.ebuild index 58f795c81ffc..1e2984e0bf4d 100644 --- a/app-xemacs/ocaml/ocaml-0.04.ebuild +++ b/app-xemacs/ocaml/ocaml-0.04.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/ocaml/ocaml-0.04.ebuild,v 1.1 2003/02/22 12:46:40 rendhalver Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-xemacs/ocaml/ocaml-0.04.ebuild,v 1.2 2003/10/03 00:13:36 agriffis Exp $ SLOT="0" IUSE="" @@ -10,7 +10,7 @@ PKG_CAT="standard" DEPEND="app-xemacs/xemacs-base app-xemacs/fsf-compat " -KEYWORDS="x86 ~ppc ~alpha sparc" +KEYWORDS="x86 ~ppc alpha sparc" inherit xemacs-packages |