diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-03-27 15:12:23 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-03-27 15:12:23 +0000 |
commit | 1b9cac8c822b172868b4a74c3c6a6e2647ee124b (patch) | |
tree | 4b6075b24fb08e2c99cb4c1d665e98a30be26af3 /dev-ml | |
parent | Version bumped. (diff) | |
download | gentoo-2-1b9cac8c822b172868b4a74c3c6a6e2647ee124b.tar.gz gentoo-2-1b9cac8c822b172868b4a74c3c6a6e2647ee124b.tar.bz2 gentoo-2-1b9cac8c822b172868b4a74c3c6a6e2647ee124b.zip |
Move old version to stable for ppc.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild | 6 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild | 4 |
3 files changed, 10 insertions, 7 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 6670123c07eb..511cfaf9f358 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pcre-ocaml -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.9 2004/09/30 18:33:55 mattam Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.10 2005/03/27 15:12:23 mattam Exp $ + + 27 Mar 2005; Matthieu Sozeau <mattam@gentoo.org> pcre-ocaml-4.33.0.ebuild: + Add stable ppc keyword for old version. 30 Sep 2004; Matthieu Sozeau <mattam@gentoo.org> -pcre-ocaml-5.03.3.ebuild, pcre-ocaml-5.08.1.ebuild: diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild index 7c874ba746cd..b2c01f91e150 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.4 2004/06/25 00:03:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-4.33.0.ebuild,v 1.5 2005/03/27 15:12:23 mattam Exp $ DESCRIPTION="Perl Compatibility Regular Expressions for O'Caml" HOMEPAGE="http://www.ai.univie.ac.at/~markus/home/ocaml_sources.html" @@ -13,7 +13,7 @@ DEPEND=">=dev-lang/ocaml-3.04-r1 SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" SLOT="3" -KEYWORDS="x86" +KEYWORDS="x86 ppc" IUSE="" src_compile() { diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild index d93cd78279f8..65ded259f10c 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild,v 1.2 2004/09/30 18:33:55 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.08.1.ebuild,v 1.3 2005/03/27 15:12:23 mattam Exp $ inherit findlib |