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-expect/
Date: Tue, 24 Jan 2017 11:15:04
Message-Id: 1485256456.ed7e548bdeb45bc8f7da5655aeac392d6f868553.aballier@gentoo
1 commit: ed7e548bdeb45bc8f7da5655aeac392d6f868553
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:14:09 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed7e548b
7
8 dev-ml/ocaml-expect: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-expect/Manifest | 1 -
13 dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild | 27 ---------------------------
14 2 files changed, 28 deletions(-)
15
16 diff --git a/dev-ml/ocaml-expect/Manifest b/dev-ml/ocaml-expect/Manifest
17 index 52d4799..743bd56 100644
18 --- a/dev-ml/ocaml-expect/Manifest
19 +++ b/dev-ml/ocaml-expect/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-expect-0.0.4.tar.gz 60664 SHA256 cc7c2d74d56f5cddf191a835fcd0827a5c0913598f8547f1bd3961089fde6447 SHA512 fb45e48fe532fe73234084c6c887ab14377bfd41851659cec80a995167d075fdc9873c24b8e31be4bac10e567d9235da71fd30d1ecd5ccbd06c712cb8c1563d6 WHIRLPOOL 3f33f7aaa4098c92c78436c13d22474e89791ec7d8c8d12ec48e0ab0fc447f28338e06354ca0d935326c2ed6d87486f1dcaa2188b3b04c24e51d4d5f41380be8
22 DIST ocaml-expect-0.0.5.tar.gz 63245 SHA256 7ea1b75bc8160213bf0c958a0a380bcb2d2e49f066eef3c560ce6dd10547b81f SHA512 fbb2ae41c12e57db4440e67d80740380d4cd7bab0f8fdf59d3b69ff91eb6e35a82ca718cf32ad2c791ae76be8a08174a5b3a95e8910351413cc98afd3105a63c WHIRLPOOL 850bc558d64ed228a1d823a38db4c7eae8d1c387de368c6d1408c21f703a6f45db42c431ecf3296d2c1c57306ef45835204c5d53af97802cffd6a1ff6b01df50
23
24 diff --git a/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild b/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild
25 deleted file mode 100644
26 index 99f2562..00000000
27 --- a/dev-ml/ocaml-expect/ocaml-expect-0.0.4.ebuild
28 +++ /dev/null
29 @@ -1,27 +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 -OASIS_BUILD_TESTS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="Ocaml implementation of expect to help building unitary testing"
42 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-expect/"
43 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1289/${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -RDEPEND="
51 - dev-ml/batteries:=
52 - dev-ml/pcre-ocaml:="
53 -DEPEND="${RDEPEND}
54 - test? ( >=dev-ml/ounit-2.0.0 )"
55 -
56 -DOCS=( "README.txt" "CHANGES.txt" "AUTHORS.txt" )