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: Tue, 24 Jan 2017 11:23:19
Message-Id: 1485256804.b6ed8785b0b55f7bde25545ee79cdae7979ab327.aballier@gentoo
1 commit: b6ed8785b0b55f7bde25545ee79cdae7979ab327
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:20:04 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:20:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ed8785
7
8 dev-ml/ocaml-safepass: remove old
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-1.2.ebuild | 23 -----------------------
14 2 files changed, 24 deletions(-)
15
16 diff --git a/dev-ml/ocaml-safepass/Manifest b/dev-ml/ocaml-safepass/Manifest
17 index f57b49c..7cb9df4 100644
18 --- a/dev-ml/ocaml-safepass/Manifest
19 +++ b/dev-ml/ocaml-safepass/Manifest
20 @@ -1,2 +1 @@
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-1.2.ebuild b/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild
25 deleted file mode 100644
26 index 631a995..00000000
27 --- a/dev-ml/ocaml-safepass/ocaml-safepass-1.2.ebuild
28 +++ /dev/null
29 @@ -1,23 +0,0 @@
30 -# Copyright 1999-2013 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/"
42 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1035/${P}.tgz"
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" )