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-sha/
Date: Tue, 24 Jan 2017 11:23:18
Message-Id: 1485256826.c0ffda0cbecbfbddabab71a04ba5bd6a24b48052.aballier@gentoo
1 commit: c0ffda0cbecbfbddabab71a04ba5bd6a24b48052
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:20:26 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:20:26 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ffda0c
7
8 dev-ml/ocaml-sha: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-sha/Manifest | 1 -
13 dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild | 28 ----------------------------
14 2 files changed, 29 deletions(-)
15
16 diff --git a/dev-ml/ocaml-sha/Manifest b/dev-ml/ocaml-sha/Manifest
17 index 78939a2..7b81313 100644
18 --- a/dev-ml/ocaml-sha/Manifest
19 +++ b/dev-ml/ocaml-sha/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-sha-1.8.tar.gz 11911 SHA256 473c67cc95629ed7bf788bdc08a6d829dc953c223628bc030ecaa28c0cf3245d SHA512 53a0c86d239a4b98b4ce5236c20f97273f9bb4cde539ed248712cdb35fa49df998db2b5a57343e555907848885a46846e932934d15477ad65c321d9e2a5c1e60 WHIRLPOOL a8309f445ac95ac9c497afadd5285420310e09687bfde1de60c2bfb1d838611cca15c6ae80d1e4a8e90379d304d510875e8249931ac2a39950df1037a38a9a12
22 DIST ocaml-sha-v1.9.tar.gz 12872 SHA256 caa1dd9071c2c56ca180061bb8e1824ac3b5e83de8ec4ed197275006c2a088d0 SHA512 e49f725f0544a423c57199b2534519a005916f24a17bf7761e744ec963c5712b8b0b82b052d87c55fdfd3143f194f44283c7332ab08f480328c0c21642ae5778 WHIRLPOOL ab616f746e7a30ebf17758b5320ed34ac0126fe4fe1674c8d58021ba5469b9fddd9f20f55b4755c9774bec3a3e00399f6b08f1861b33be5724eae3916d9fd0d6
23
24 diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild
25 deleted file mode 100644
26 index 9934c8a..00000000
27 --- a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild
28 +++ /dev/null
29 @@ -1,28 +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 -inherit findlib vcs-snapshot
37 -
38 -DESCRIPTION="A binding for SHA interface code in OCaml"
39 -HOMEPAGE="https://github.com/vincenthz/ocaml-sha"
40 -SRC_URI="https://nodeload.github.com/vincenthz/${PN}/tarball/v${PV} -> ${P}.tar.gz"
41 -
42 -LICENSE="LGPL-2.1-with-linking-exception"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt]"
48 -RDEPEND="${DEPEND}"
49 -
50 -src_compile() {
51 - emake -j1
52 -}
53 -
54 -src_install() {
55 - findlib_src_install
56 - dodoc README
57 -}