Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-safepass/
Date: Wed, 04 Jan 2017 11:58:41
Message-Id: 1483531110.f3016cfe569343bdc7b8e565b085135926bb923b.aballier@gentoo
1 commit: f3016cfe569343bdc7b8e565b085135926bb923b
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 4 11:30:57 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 4 11:58:30 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3016cfe
7
8 dev-ml/ocaml-safepass: bump to 2.0
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-safepass/Manifest | 1 +
13 dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild | 23 +++++++++++++++++++++++
14 2 files changed, 24 insertions(+)
15
16 diff --git a/dev-ml/ocaml-safepass/Manifest b/dev-ml/ocaml-safepass/Manifest
17 index 6ebcb7e..f57b49c 100644
18 --- a/dev-ml/ocaml-safepass/Manifest
19 +++ b/dev-ml/ocaml-safepass/Manifest
20 @@ -1 +1,2 @@
21 DIST ocaml-safepass-1.2.tgz 64021 SHA256 daebb86ad960e46610fdfb17894ee8164640d0467b6eb15752b0e5315d58d375 SHA512 61ff545b069c6e9c298e292785f8478c9872395bbb77a08ddd491586064f49ee70d2fcf080d6ba67af631ba5c50709b203c68128664577348bdfafdc2dcaf0a4 WHIRLPOOL 2398f2e80fe8ef87fa01ddc9e9994712908132d30a64513f4a1062ccc409cc7a7be61c678f959779104dec92e1424bed729de4a445a7a2f28b5a9baaefb5aad3
22 +DIST ocaml-safepass-2.0.tar.gz 72314 SHA256 bc6e068d7666e2e8b5abe92ba5ee31300475e1f141b0c44bddbdc3ef191fbdff SHA512 a5475b9e1f7233393fc255ae52c44d4f4373fcddf99764bb17dafb86dfbd3b3c5fa01f74254e10fe9a9889e3e5d2ee8d190ed728aad0ed5f0fdfb71856c5754d WHIRLPOOL 98f3f966b17ba60c2b562d11936f36d4fcbe6d0083eecf95f66b740da406f8943696a9711556ded58271ce5bd0f6a107b4e345c9894d3ff03622240d49056a0d
23
24 diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild
25 new file mode 100644
26 index 00000000..5e4aa56
27 --- /dev/null
28 +++ b/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild
29 @@ -0,0 +1,23 @@
30 +# Copyright 1999-2017 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +# $Id$
33 +
34 +EAPI=5
35 +
36 +OASIS_BUILD_DOCS=1
37 +
38 +inherit oasis
39 +
40 +DESCRIPTION="A library offering facilities for the safe storage of user passwords"
41 +HOMEPAGE="http://ocaml-safepass.forge.ocamlcore.org/ https://github.com/darioteixeira/ocaml-safepass"
42 +SRC_URI="https://github.com/darioteixeira/ocaml-safepass/archive/v${PV}.tar.gz -> ${P}.tar.gz"
43 +
44 +LICENSE="LGPL-2.1-with-linking-exception"
45 +SLOT="0/${PV}"
46 +KEYWORDS="~amd64"
47 +IUSE=""
48 +
49 +DEPEND=""
50 +RDEPEND="${DEPEND}"
51 +
52 +DOCS=( "README" "CHANGELOG" )