commit: f3016cfe569343bdc7b8e565b085135926bb923b Author: Alexis Ballier <aballier <AT> gentoo <DOT> org> AuthorDate: Wed Jan 4 11:30:57 2017 +0000 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org> CommitDate: Wed Jan 4 11:58:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3016cfe
dev-ml/ocaml-safepass: bump to 2.0 Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocaml-safepass/Manifest | 1 + dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/dev-ml/ocaml-safepass/Manifest b/dev-ml/ocaml-safepass/Manifest index 6ebcb7e..f57b49c 100644 --- a/dev-ml/ocaml-safepass/Manifest +++ b/dev-ml/ocaml-safepass/Manifest @@ -1 +1,2 @@ DIST ocaml-safepass-1.2.tgz 64021 SHA256 daebb86ad960e46610fdfb17894ee8164640d0467b6eb15752b0e5315d58d375 SHA512 61ff545b069c6e9c298e292785f8478c9872395bbb77a08ddd491586064f49ee70d2fcf080d6ba67af631ba5c50709b203c68128664577348bdfafdc2dcaf0a4 WHIRLPOOL 2398f2e80fe8ef87fa01ddc9e9994712908132d30a64513f4a1062ccc409cc7a7be61c678f959779104dec92e1424bed729de4a445a7a2f28b5a9baaefb5aad3 +DIST ocaml-safepass-2.0.tar.gz 72314 SHA256 bc6e068d7666e2e8b5abe92ba5ee31300475e1f141b0c44bddbdc3ef191fbdff SHA512 a5475b9e1f7233393fc255ae52c44d4f4373fcddf99764bb17dafb86dfbd3b3c5fa01f74254e10fe9a9889e3e5d2ee8d190ed728aad0ed5f0fdfb71856c5754d WHIRLPOOL 98f3f966b17ba60c2b562d11936f36d4fcbe6d0083eecf95f66b740da406f8943696a9711556ded58271ce5bd0f6a107b4e345c9894d3ff03622240d49056a0d diff --git a/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild new file mode 100644 index 00000000..5e4aa56 --- /dev/null +++ b/dev-ml/ocaml-safepass/ocaml-safepass-2.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +OASIS_BUILD_DOCS=1 + +inherit oasis + +DESCRIPTION="A library offering facilities for the safe storage of user passwords" +HOMEPAGE="http://ocaml-safepass.forge.ocamlcore.org/ https://github.com/darioteixeira/ocaml-safepass" +SRC_URI="https://github.com/darioteixeira/ocaml-safepass/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +DOCS=( "README" "CHANGELOG" )
