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-pcap/
Date: Fri, 01 Jul 2016 14:33:32
Message-Id: 1467383599.741de0ec9cff5893788aaae9fd4176fb0f3ba4ab.aballier@gentoo
1 commit: 741de0ec9cff5893788aaae9fd4176fb0f3ba4ab
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 14:32:33 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 14:33:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=741de0ec
7
8 dev-ml/ocaml-pcap: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-ml/ocaml-pcap/Manifest | 1 -
13 dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild | 34 -------------------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-ml/ocaml-pcap/Manifest b/dev-ml/ocaml-pcap/Manifest
17 index b395caa..55d1fa2 100644
18 --- a/dev-ml/ocaml-pcap/Manifest
19 +++ b/dev-ml/ocaml-pcap/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-pcap-0.3.3.tar.gz 45752 SHA256 9419a1701310b2d9130be3d305a6e2cb0cb2c8da0348a6c9fc49bbe2a5d6ae76 SHA512 732f895c08b114aef34ea3b776c69d67696e290f2a2952405b75097ce0253fcc8a754dd223ac4ce98b134786f46c328cc2510f7313c4c8c4042d242a1a4de8a1 WHIRLPOOL 0a39017e791e1031b0f1500e3f9eb055db66dda3c35c0ba027f579f4a3066c824bb066733cce9ab07e37e679694bc909ef0b3c812b71570a1563e5a28121b00d
22 DIST ocaml-pcap-0.4.0.tar.gz 52694 SHA256 abf4cd0da26ae70de26c7b395d53b1983ab4c9ab7f81322a1df56c039a373e6a SHA512 cbcd33d7a557f1a05e5f12013e8dbe226a81a64822689452614dffedeecf8641ce2498e9c9322f80066977ef56a4130ee016816911b6871609d11a988cfcad0e WHIRLPOOL 0b87ede6a7740dec323f8a5592e69f55af0dcd825cdfed4d9834a3d0059f7d5c90c6036e84e23d375f282454e4901dd2b0dbda2e4c854711a6999604ccb80a27
23
24 diff --git a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild b/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
25 deleted file mode 100644
26 index 8d7f9d7..0000000
27 --- a/dev-ml/ocaml-pcap/ocaml-pcap-0.3.3.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -OASIS_BUILD_DOCS=1
36 -OASIS_BUILD_TESTS=1
37 -
38 -inherit oasis
39 -
40 -DESCRIPTION="Read and write pcap-formatted network packet traces."
41 -HOMEPAGE="https://github.com/mirage/ocaml-pcap https://mirage.io"
42 -SRC_URI="https://github.com/mirage/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64"
47 -IUSE=""
48 -
49 -# Blockers taken from opam file and only relevant
50 -# if MirageOS should enter portage.
51 -RDEPEND="
52 - dev-ml/ocaml-ipaddr:=
53 - !dev-ml/mirage-net-socket
54 - !<dev-ml/mirage-0.9.2
55 - >=dev-ml/ocaml-cstruct-0.6.0:=[camlp4(-)]
56 -"
57 -DEPEND="
58 - test? ( dev-ml/ounit
59 - >=dev-ml/lwt-2.4.0 )
60 - ${RDEPEND}
61 -"
62 -
63 -DOCS=( CHANGES MAINTAINERS README.md )