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 | 4e0cce154f8a1769c8db1e57d9a185a504d81e33 (patch) | |
tree | 3b09d6c121c1ff1e85a645f097d0ad9a3c42f34c /dev-ml | |
parent | Added ~ppc keyword. (Manifest recommit) (diff) | |
download | gentoo-2-4e0cce154f8a1769c8db1e57d9a185a504d81e33.tar.gz gentoo-2-4e0cce154f8a1769c8db1e57d9a185a504d81e33.tar.bz2 gentoo-2-4e0cce154f8a1769c8db1e57d9a185a504d81e33.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/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocamlnet/ocamlnet-0.95.ebuild | 4 |
3 files changed, 15 insertions, 4 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/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" |