diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 04:12:50 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-04-01 04:12:50 +0000 |
commit | afae135bf018ce2d4e588fded0c4214d7614b6b4 (patch) | |
tree | 8d61df3a1ea0811b93435d2671dc9bc73f741a14 | |
parent | Fixed another typo on zh_CN :( This closes bug #87054. (diff) | |
download | gentoo-2-afae135bf018ce2d4e588fded0c4214d7614b6b4.tar.gz gentoo-2-afae135bf018ce2d4e588fded0c4214d7614b6b4.tar.bz2 gentoo-2-afae135bf018ce2d4e588fded0c4214d7614b6b4.zip |
stable on ia64
(Portage version: 2.0.51.16)
-rw-r--r-- | dev-lang/ocaml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ocaml/ocaml-3.08.1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/libassuan/ChangeLog | 5 | ||||
-rw-r--r-- | dev-libs/libassuan/libassuan-0.6.9.ebuild | 4 |
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/ocaml/ChangeLog b/dev-lang/ocaml/ChangeLog index a58faf07ea65..7b50b1ff841d 100644 --- a/dev-lang/ocaml/ChangeLog +++ b/dev-lang/ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ocaml # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.58 2005/03/19 19:40:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ChangeLog,v 1.59 2005/04/01 04:12:50 agriffis Exp $ + + 01 Apr 2005; Aron Griffis <agriffis@gentoo.org> ocaml-3.08.1.ebuild: + stable on ia64 *ocaml-3.08 (19 Mar 2005) *ocaml-3.07-r1 (19 Mar 2005) diff --git a/dev-lang/ocaml/ocaml-3.08.1.ebuild b/dev-lang/ocaml/ocaml-3.08.1.ebuild index 6d67adbdc9a1..12f1dae6ac53 100644 --- a/dev-lang/ocaml/ocaml-3.08.1.ebuild +++ b/dev-lang/ocaml/ocaml-3.08.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.1.ebuild,v 1.11 2005/02/07 12:17:28 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ocaml/ocaml-3.08.1.ebuild,v 1.12 2005/04/01 04:12:50 agriffis Exp $ inherit flag-o-matic eutils @@ -11,7 +11,7 @@ SRC_URI="http://caml.inria.fr/distrib/ocaml-3.08/${P}.tar.bz2" LICENSE="QPL-1.0 LGPL-2" SLOT="0" -KEYWORDS="x86 sparc ppc alpha ~ia64 ~amd64 hppa ppc-macos" +KEYWORDS="x86 sparc ppc alpha ia64 ~amd64 hppa ppc-macos" IUSE="tcltk latex" DEPEND="virtual/libc diff --git a/dev-libs/libassuan/ChangeLog b/dev-libs/libassuan/ChangeLog index 1a10260a5af2..f2d82b4ebaf4 100644 --- a/dev-libs/libassuan/ChangeLog +++ b/dev-libs/libassuan/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-libs/libassuan # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.12 2005/02/06 17:32:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/ChangeLog,v 1.13 2005/04/01 04:08:26 agriffis Exp $ + + 31 Mar 2005; Aron Griffis <agriffis@gentoo.org> libassuan-0.6.9.ebuild: + stable on ia64 06 Feb 2005; Markus Rothe <corsair@gentoo.org> libassuan-0.6.9.ebuild: Stable on ppc64 diff --git a/dev-libs/libassuan/libassuan-0.6.9.ebuild b/dev-libs/libassuan/libassuan-0.6.9.ebuild index 5e372f3395b0..efd75fb0ea60 100644 --- a/dev-libs/libassuan/libassuan-0.6.9.ebuild +++ b/dev-libs/libassuan/libassuan-0.6.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-0.6.9.ebuild,v 1.5 2005/02/06 17:32:06 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libassuan/libassuan-0.6.9.ebuild,v 1.6 2005/04/01 04:08:26 agriffis Exp $ DESCRIPTION="Standalone IPC library used by gpg, gpgme and newpg" HOMEPAGE="http://www.gnupg.org/(en)/download/index.html#libassuan" @@ -8,7 +8,7 @@ SRC_URI="ftp://ftp.gnupg.org/gcrypt/alpha/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~s390 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ia64 ~ppc ppc64 ~s390 ~sparc ~x86" IUSE="" DEPEND="virtual/libc" |