diff options
author | 2015-06-07 09:13:33 +0000 | |
---|---|---|
committer | 2015-06-07 09:13:33 +0000 | |
commit | 50c2307044592751e1d17ea04e9dd391cf02b65a (patch) | |
tree | 14296401a25684f62778e378d47ea5c3fb9a0f3f /dev-ml | |
parent | arm stable, bug #540290 (diff) | |
download | gentoo-2-50c2307044592751e1d17ea04e9dd391cf02b65a.tar.gz gentoo-2-50c2307044592751e1d17ea04e9dd391cf02b65a.tar.bz2 gentoo-2-50c2307044592751e1d17ea04e9dd391cf02b65a.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')
-rw-r--r-- | dev-ml/js_of_ocaml/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/js_of_ocaml/metadata.xml | 13 |
2 files changed, 13 insertions, 8 deletions
diff --git a/dev-ml/js_of_ocaml/ChangeLog b/dev-ml/js_of_ocaml/ChangeLog index 485d936391ee..c4f5d0572e3a 100644 --- a/dev-ml/js_of_ocaml/ChangeLog +++ b/dev-ml/js_of_ocaml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/js_of_ocaml -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.8 2014/12/01 10:25:33 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/js_of_ocaml/ChangeLog,v 1.9 2015/06/07 09:13:33 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *js_of_ocaml-2.5-r1 (01 Dec 2014) @@ -38,4 +41,3 @@ +metadata.xml: Initial import, ebuild by Jacques-Pascal Deplaix and Guillaume Horel, bug #410257 - diff --git a/dev-ml/js_of_ocaml/metadata.xml b/dev-ml/js_of_ocaml/metadata.xml index f6ba87002f33..d26a1348f424 100644 --- a/dev-ml/js_of_ocaml/metadata.xml +++ b/dev-ml/js_of_ocaml/metadata.xml @@ -1,9 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <herd>ml</herd> -<use> - <flag name='deriving-ocsigen'>Enable deriving-ocsigen for improving the type safety.</flag> - <flag name='deriving'>Enable <pkg>dev-ml/deriving</pkg> support for improving the type safety.</flag> -</use> + <herd>ml</herd> + <use> + <flag name="deriving-ocsigen">Enable deriving-ocsigen for improving the type safety.</flag> + <flag name="deriving">Enable <pkg>dev-ml/deriving</pkg> support for improving the type safety.</flag> + </use> + <upstream> + <remote-id type="github">ocsigen/js_of_ocaml</remote-id> + </upstream> </pkgmetadata> |