diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-03-23 01:16:28 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-03-23 01:16:28 +0000 |
commit | 90d590adf12402d8e6ebaa9516982ca0fbdccb9c (patch) | |
tree | 8aba9acc4a4baa0d38818b4852489b6975995934 /dev-ml | |
parent | Added metadata.xml and ~ppc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-90d590adf12402d8e6ebaa9516982ca0fbdccb9c.tar.gz gentoo-2-90d590adf12402d8e6ebaa9516982ca0fbdccb9c.tar.bz2 gentoo-2-90d590adf12402d8e6ebaa9516982ca0fbdccb9c.zip |
Update keywords to ~ppc x86.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/pcre-ocaml/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild | 4 |
3 files changed, 15 insertions, 3 deletions
diff --git a/dev-ml/pcre-ocaml/ChangeLog b/dev-ml/pcre-ocaml/ChangeLog index 82d51d3825de..9e46a08ecf5f 100644 --- a/dev-ml/pcre-ocaml/ChangeLog +++ b/dev-ml/pcre-ocaml/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/pcre-ocaml # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.5 2004/03/13 19:47:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/ChangeLog,v 1.6 2004/03/23 01:16:28 mattam Exp $ + + 23 Mar 2004; Matthieu Sozeau <mattam@gentoo.org> pcre-ocaml-5.03.3.ebuild, + metadata.xml: + Added ppc keyword and moved x86 to stable. Added metadata.xml. 13 Mar 2004; Michael Sterrett <mr_bones_@gentoo.org> pcre-ocaml-4.26.3.ebuild, pcre-ocaml-4.33.0.ebuild, diff --git a/dev-ml/pcre-ocaml/metadata.xml b/dev-ml/pcre-ocaml/metadata.xml new file mode 100644 index 000000000000..764992cdaa94 --- /dev/null +++ b/dev-ml/pcre-ocaml/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ml</herd> + <maintainer> + <email>mattam@gentoo.org</email> + </maintainer> +</pkgmetadata> diff --git a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild index 285a1223e33c..8011522c0dc7 100644 --- a/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild +++ b/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild,v 1.3 2004/03/13 19:47:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pcre-ocaml/pcre-ocaml-5.03.3.ebuild,v 1.4 2004/03/23 01:16:28 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.06-r1 SRC_URI="http://www.oefai.at/~markus/ocaml_sources/${P}.tar.bz2" SLOT="3" -KEYWORDS="~x86" +KEYWORDS="x86 ~ppc" IUSE="" src_compile() { |