Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ml/ocaml-ipaddr: ocaml-ipaddr-2.5.0.ebuild metadata.xml ChangeLog
Date: Mon, 01 Dec 2014 09:59:28
Message-Id: 20141201095925.1A108B473@oystercatcher.gentoo.org
1 aballier 14/12/01 09:59:25
2
3 Added: ocaml-ipaddr-2.5.0.ebuild metadata.xml ChangeLog
4 Log:
5 initial import, ebuild by me
6
7 Signed-off-by: aballier@g.o
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
9
10 Revision Changes Path
11 1.1 dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild?rev=1.1&content-type=text/plain
15
16 Index: ocaml-ipaddr-2.5.0.ebuild
17 ===================================================================
18 # Copyright 1999-2014 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ocaml-ipaddr-2.5.0.ebuild,v 1.1 2014/12/01 09:59:25 aballier Exp $
21
22 EAPI=5
23
24 OASIS_BUILD_TESTS=1
25
26 inherit oasis
27
28 DESCRIPTION="OCaml library for manipulation of IP (and MAC) address representations"
29 HOMEPAGE="https://github.com/mirage/ocaml-ipaddr"
30 SRC_URI="https://github.com/mirage/ocaml-ipaddr/archive/${PV}.tar.gz -> ${P}.tar.gz"
31
32 LICENSE="ISC"
33 SLOT="0"
34 KEYWORDS="~amd64"
35 IUSE=""
36
37 DEPEND="dev-ml/sexplib:="
38 RDEPEND="${DEPEND}"
39
40 DOCS=( CHANGES README.md )
41
42
43
44 1.1 dev-ml/ocaml-ipaddr/metadata.xml
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/metadata.xml?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/metadata.xml?rev=1.1&content-type=text/plain
48
49 Index: metadata.xml
50 ===================================================================
51 <?xml version="1.0" encoding="UTF-8"?>
52 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
53 <pkgmetadata>
54 <herd>ml</herd>
55 </pkgmetadata>
56
57
58
59 1.1 dev-ml/ocaml-ipaddr/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog?rev=1.1&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog?rev=1.1&content-type=text/plain
63
64 Index: ChangeLog
65 ===================================================================
66 # ChangeLog for dev-ml/ocaml-ipaddr
67 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
68 # $Header: /var/cvsroot/gentoo-x86/dev-ml/ocaml-ipaddr/ChangeLog,v 1.1 2014/12/01 09:59:25 aballier Exp $
69
70 *ocaml-ipaddr-2.5.0 (01 Dec 2014)
71
72 01 Dec 2014; Alexis Ballier <aballier@g.o> +ocaml-ipaddr-2.5.0.ebuild,
73 +metadata.xml:
74 initial import, ebuild by me