diff options
author | 2015-06-06 19:45:50 +0000 | |
---|---|---|
committer | 2015-06-06 19:45:50 +0000 | |
commit | 81ed61f5c157021f25fbde95a1663eb36a2afc47 (patch) | |
tree | e093bf4e227b7624ea62680586efdf67a8a9abeb /dev-ml/ocaml-ctypes | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-81ed61f5c157021f25fbde95a1663eb36a2afc47.tar.gz gentoo-2-81ed61f5c157021f25fbde95a1663eb36a2afc47.tar.bz2 gentoo-2-81ed61f5c157021f25fbde95a1663eb36a2afc47.zip |
Add github to remote-id in metadata.xml
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key E9402A79B03529A2!)
Diffstat (limited to 'dev-ml/ocaml-ctypes')
-rw-r--r-- | dev-ml/ocaml-ctypes/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/ocaml-ctypes/metadata.xml | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/ocaml-ctypes/ChangeLog b/dev-ml/ocaml-ctypes/ChangeLog index 91f0fb33d3a1..9556663ac00c 100644 --- a/dev-ml/ocaml-ctypes/ChangeLog +++ b/dev-ml/ocaml-ctypes/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-ctypes # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.7 2015/05/21 07:27:10 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ctypes/ChangeLog,v 1.8 2015/06/06 19:45:50 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml 21 May 2015; Alexis Ballier <aballier@gentoo.org> ocaml-ctypes-0.4.1.ebuild: ocamlopt is needed for ctypes, bug #550014 @@ -27,4 +30,3 @@ 16 Mar 2015; Alexis Ballier <aballier@gentoo.org> +ocaml-ctypes-0.4.0.ebuild, +metadata.xml: initial import, ebuild by me, needed by llvm, bug #543422 - diff --git a/dev-ml/ocaml-ctypes/metadata.xml b/dev-ml/ocaml-ctypes/metadata.xml index 2193d772e351..df149a6e7595 100644 --- a/dev-ml/ocaml-ctypes/metadata.xml +++ b/dev-ml/ocaml-ctypes/metadata.xml @@ -1,5 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>ml</herd> + <herd>ml</herd> + <upstream> + <remote-id type="github">ocamllabs/ocaml-ctypes</remote-id> + </upstream> </pkgmetadata> |