diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-06 19:47:19 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-06 19:47:19 +0000 |
commit | 033c30168edb483e3f6ea5eaca804009048ef1d0 (patch) | |
tree | 0cf27240c04a575ae517bc6263e89b9f2c04933b /dev-ml | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-033c30168edb483e3f6ea5eaca804009048ef1d0.tar.gz gentoo-2-033c30168edb483e3f6ea5eaca804009048ef1d0.tar.bz2 gentoo-2-033c30168edb483e3f6ea5eaca804009048ef1d0.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/ocaml-text/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-text/metadata.xml | 5 |
2 files changed, 9 insertions, 4 deletions
diff --git a/dev-ml/ocaml-text/ChangeLog b/dev-ml/ocaml-text/ChangeLog index f3bd44c5da57..cb15f7dd3727 100644 --- a/dev-ml/ocaml-text/ChangeLog +++ b/dev-ml/ocaml-text/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocaml-text -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.6 2014/12/08 09:54:42 aballier Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-text/ChangeLog,v 1.7 2015/06/06 19:47:19 jlec Exp $ + + 06 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add github to remote-id in metadata.xml *ocaml-text-0.8 (08 Dec 2014) @@ -27,4 +30,3 @@ +metadata.xml: initial import, based on Olivier Huber work in bug #350056 and then converted to oasis.eclass - diff --git a/dev-ml/ocaml-text/metadata.xml b/dev-ml/ocaml-text/metadata.xml index 2193d772e351..782e02637d6c 100644 --- a/dev-ml/ocaml-text/metadata.xml +++ b/dev-ml/ocaml-text/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">vbmithr/ocaml-text</remote-id> + </upstream> </pkgmetadata> |