diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-06-07 19:12:43 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-06-07 19:12:43 +0000 |
commit | 639a3e4651c0a073098807cc23ff5300c756673d (patch) | |
tree | e46eb780b64ba2ea6f2e9b7a58f39e63ff536533 /dev-ml | |
parent | Add github to remote-id in metadata.xml (diff) | |
download | gentoo-2-639a3e4651c0a073098807cc23ff5300c756673d.tar.gz gentoo-2-639a3e4651c0a073098807cc23ff5300c756673d.tar.bz2 gentoo-2-639a3e4651c0a073098807cc23ff5300c756673d.zip |
Add bitbucket 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/pa_ounit/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ml/pa_ounit/metadata.xml | 7 |
2 files changed, 9 insertions, 3 deletions
diff --git a/dev-ml/pa_ounit/ChangeLog b/dev-ml/pa_ounit/ChangeLog index ab1b6c43c8b2..4a22cfd70273 100644 --- a/dev-ml/pa_ounit/ChangeLog +++ b/dev-ml/pa_ounit/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/pa_ounit # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.23 2015/03/18 17:11:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/pa_ounit/ChangeLog,v 1.24 2015/06/07 19:12:43 jlec Exp $ + + 07 Jun 2015; Justin Lecher <jlec@gentoo.org> metadata.xml: + Add bitbucket to remote-id in metadata.xml *pa_ounit-112.24.00 (18 Mar 2015) diff --git a/dev-ml/pa_ounit/metadata.xml b/dev-ml/pa_ounit/metadata.xml index 9d7a410b7f37..97836330981f 100644 --- a/dev-ml/pa_ounit/metadata.xml +++ b/dev-ml/pa_ounit/metadata.xml @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>ml</herd> + <herd>ml</herd> <longdescription lang="en"> Pa_ounit is a syntax extension that helps writing in-line test in ocaml code. It allows user to register tests with a new `TEST` top-level expressions and automatically collects all the tests in a module (in a function -`ounit_tests` of type `unit -> OUnit.test`). +`ounit_tests` of type `unit -> OUnit.test`). </longdescription> + <upstream> + <remote-id type="bitbucket">yminsky/ocaml-core</remote-id> + </upstream> </pkgmetadata> |