diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 09:26:25 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 09:26:25 +0000 |
commit | 5b74111ae8ceba680ec4bf83410e5cd52bb995aa (patch) | |
tree | 8f120ef2c92872c4fa8b83ef6a3b3e17691a4a60 /dev-ml | |
parent | arm stable, bug #540290 (diff) | |
download | gentoo-2-5b74111ae8ceba680ec4bf83410e5cd52bb995aa.tar.gz gentoo-2-5b74111ae8ceba680ec4bf83410e5cd52bb995aa.tar.bz2 gentoo-2-5b74111ae8ceba680ec4bf83410e5cd52bb995aa.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/opam/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ml/opam/metadata.xml | 5 |
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ml/opam/ChangeLog b/dev-ml/opam/ChangeLog index c4aadba5a02b..4808570d331d 100644 --- a/dev-ml/opam/ChangeLog +++ b/dev-ml/opam/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/opam # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v 1.3 2015/05/11 06:35:30 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/opam/ChangeLog,v 1.4 2015/06/07 09:26:25 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *opam-1.2.2 (11 May 2015) @@ -18,4 +21,3 @@ +metadata.xml: initial import, ebuild by OGINO Masanori & Guillaume Horel in bug #497184 with some modifications by me - diff --git a/dev-ml/opam/metadata.xml b/dev-ml/opam/metadata.xml index 2193d772e351..ae1ce054e115 100644 --- a/dev-ml/opam/metadata.xml +++ b/dev-ml/opam/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">ocaml/opam</remote-id> + </upstream> </pkgmetadata> |