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-extunix/
Date: Tue, 24 Jan 2017 11:23:17
Message-Id: 1485256492.5d5ecb470b6519ffc33f8b0981867030523c27d8.aballier@gentoo
1 commit: 5d5ecb470b6519ffc33f8b0981867030523c27d8
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:14:52 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:14:52 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5ecb47
7
8 dev-ml/ocaml-extunix: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-extunix/Manifest | 1 -
13 dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-ml/ocaml-extunix/Manifest b/dev-ml/ocaml-extunix/Manifest
17 index cb49c8e..a989dc9 100644
18 --- a/dev-ml/ocaml-extunix/Manifest
19 +++ b/dev-ml/ocaml-extunix/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-extunix-0.1.3.tar.gz 102543 SHA256 f4d487b2fdc001df28776d33f96666ecefb0f927227bbb3b8f17602b3d6dffb8 SHA512 c528dd3d8984cb13676ceae70e02f8defb3181a122b66f01b39587d97d0ab5922451407becca1073f42ef56331e51664634502d3795589beb3537e499c3bc3b9 WHIRLPOOL d344cc1c47491d5c1d71950f0a1bc793afe00e283ba12f303681c172636e58b85ef6398a200b3d3e77aa8f32766d3bbd768fd7af62dd875747f3f584fe7b77a3
22 DIST ocaml-extunix-0.1.4.tar.gz 104306 SHA256 569ffc01616f14657ae4650d8971681f74198fc2f8f5764c89d3819885b3ed91 SHA512 a2226235a5aa527a588bb5cfc163fb0767b0d8eb888cd0c902f69d6084f2252d38695c9f98b74e72726ab55753d739483cf5b9a9387206fd35b0b0578a7c30df WHIRLPOOL ab1da118f17294ce2272904b1eead3d0a41ec02840db986593a7a56a0d5ce0aebd43efc2cd00c527e425956f8518dbdc697ad1eab8dfa55fe77ebbcfa5db88e7
23
24 diff --git a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild b/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild
25 deleted file mode 100644
26 index 38235e6..00000000
27 --- a/dev-ml/ocaml-extunix/ocaml-extunix-0.1.3.ebuild
28 +++ /dev/null
29 @@ -1,24 +0,0 @@
30 -# Copyright 1999-2016 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI=5
35 -
36 -OASIS_BUILD_TESTS=1
37 -OASIS_BUILD_DOCS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="Thin bindings to various low-level system APIs"
42 -HOMEPAGE="http://extunix.forge.ocamlcore.org/"
43 -SRC_URI="http://ygrek.org.ua/p/release/ocaml-extunix/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1-with-linking-exception"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE=""
49 -
50 -RDEPEND="dev-ml/camlp4:="
51 -DEPEND="${RDEPEND}
52 - test? ( dev-ml/ounit )"
53 -DOCS=( "README.md" "TODO" "CHANGES.txt" )