diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2004-03-23 01:10:35 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2004-03-23 01:10:35 +0000 |
commit | 695694174c49ecd50a2d3c42c69fb1ef19736c1d (patch) | |
tree | d7d49178c25332696881b7a6d9d3365a35a8e064 /dev-ml | |
parent | Added ~ppc keyword. (diff) | |
download | historical-695694174c49ecd50a2d3c42c69fb1ef19736c1d.tar.gz historical-695694174c49ecd50a2d3c42c69fb1ef19736c1d.tar.bz2 historical-695694174c49ecd50a2d3c42c69fb1ef19736c1d.zip |
Added metadata.xml and ~ppc keyword.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlnet/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlnet/Manifest | 5 | ||||
-rw-r--r-- | dev-ml/ocamlnet/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-0.95.ebuild | 4 |
4 files changed, 18 insertions, 6 deletions
diff --git a/dev-ml/ocamlnet/ChangeLog b/dev-ml/ocamlnet/ChangeLog index ac70dcaa681c..4dbac5ff276e 100644 --- a/dev-ml/ocamlnet/ChangeLog +++ b/dev-ml/ocamlnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlnet -# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.2 2004/03/01 12:20:27 aliz Exp $ +# Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ChangeLog,v 1.3 2004/03/23 01:10:35 mattam Exp $ + + 23 Mar 2004; Matthieu Sozeau <mattam@gentoo.org> ocamlnet-0.95.ebuild: + Added ~ppc keyword. *ocamlnet-0.95 (23 Feb 2003) diff --git a/dev-ml/ocamlnet/Manifest b/dev-ml/ocamlnet/Manifest index 432bb668ecc6..951dee9561ac 100644 --- a/dev-ml/ocamlnet/Manifest +++ b/dev-ml/ocamlnet/Manifest @@ -1,3 +1,4 @@ -MD5 dfb6aaf00a842e309867264f9f980e68 ChangeLog 506 -MD5 7bfd7a3d01221b31c090aa7538e04a14 ocamlnet-0.95.ebuild 838 +MD5 845dbbef4eb685e1bfd5f9e13a03f2b8 metadata.xml 225 +MD5 8633e21a075b63c53a21b66ca54f002c ocamlnet-0.95.ebuild 840 +MD5 bbb177c8636de08130c1d68ae0411a69 ChangeLog 609 MD5 b3137a19a01b130d78ec709fd500acfc files/digest-ocamlnet-0.95 65 diff --git a/dev-ml/ocamlnet/metadata.xml b/dev-ml/ocamlnet/metadata.xml new file mode 100644 index 000000000000..764992cdaa94 --- /dev/null +++ b/dev-ml/ocamlnet/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/ocamlnet/ocamlnet-0.95.ebuild b/dev-ml/ocamlnet/ocamlnet-0.95.ebuild index 65b19bba9501..8583a05c0d0a 100644 --- a/dev-ml/ocamlnet/ocamlnet-0.95.ebuild +++ b/dev-ml/ocamlnet/ocamlnet-0.95.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/ocamlnet/ocamlnet-0.95.ebuild,v 1.4 2004/03/13 19:51:28 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlnet/ocamlnet-0.95.ebuild,v 1.5 2004/03/23 01:10:35 mattam Exp $ DESCRIPTION="Modules for O'Caml application-level Internet protocols" HOMEPAGE="http://ocamlnet.sourceforge.net" @@ -8,7 +8,7 @@ SRC_URI="mirror://sourceforge/ocamlnet/${P}.tar.gz" LICENSE="as-is" SLOT="0" -KEYWORDS="x86" +KEYWORDS="x86 ~ppc" DEPEND=">=dev-ml/pcre-ocaml-4.31.0 >=dev-ml/findlib-0.8" |