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-re/
Date: Tue, 24 Jan 2017 11:23:18
Message-Id: 1485256784.d6396b26e00a4004ead0d72cb65367628787fede.aballier@gentoo
1 commit: d6396b26e00a4004ead0d72cb65367628787fede
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:19:44 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:19:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6396b26
7
8 dev-ml/ocaml-re: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-re/Manifest | 1 -
13 dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild | 24 ------------------------
14 2 files changed, 25 deletions(-)
15
16 diff --git a/dev-ml/ocaml-re/Manifest b/dev-ml/ocaml-re/Manifest
17 index 77af75f..0c85a68 100644
18 --- a/dev-ml/ocaml-re/Manifest
19 +++ b/dev-ml/ocaml-re/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-re-1.7.0.tar.gz 132711 SHA256 479c25ee0376c16d7596d9efb44f87164ea3cf1e30874707372f1db190973038 SHA512 9c6cef89c179d1c7b42c9a751a69e06d9e3ea93e9240bafbbd6e81535fadac8ffdd5eff13784ed7c10b36c0a3601ac08e06c8b0b3169b8f35e7ab69c9e9e6910 WHIRLPOOL d0f4577552d48ddc6f506e9b4b0288de96de517e7df5285ef8ec1c129def076199e9474d61066c34af90d9e6f70ecd079769e81e296d846d05724044e336fdb7
22 DIST ocaml-re-1.7.1.tar.gz 132948 SHA256 eb18382d63459b0a4065315ce6fef854bc99152aec2b557bb8a43e664e6679e8 SHA512 0df5b0db4c8ab7017576516adbd8edf2e7774afbdca63383cbdb0f2f2b023efb7215366a6679c8810f3b70d542e0181e6b6d4a212b30531cb5d0bef0a6033747 WHIRLPOOL 5021c0f47f6b2ebbe0a36aed775a964ae172205b3b923fa9e8a4e460cc69176d42a520b24460105235ddb9619bbc02a3057abc20a92e9f1ca1dcf90337787797
23
24 diff --git a/dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild b/dev-ml/ocaml-re/ocaml-re-1.7.0.ebuild
25 deleted file mode 100644
26 index 90f8ab3..00000000
27 --- a/dev-ml/ocaml-re/ocaml-re-1.7.0.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_DOCS=1
37 -OASIS_BUILD_TESTS=1
38 -
39 -inherit oasis
40 -
41 -DESCRIPTION="Regular expression library for OCaml"
42 -HOMEPAGE="https://github.com/ocaml/ocaml-re"
43 -SRC_URI="https://github.com/ocaml/ocaml-re/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 -
45 -LICENSE="LGPL-2-with-linking-exception"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64"
48 -IUSE="test"
49 -
50 -RDEPEND=">=dev-lang/ocaml-4.02:="
51 -DEPEND="${RDEPEND}
52 - test? ( dev-ml/ounit )"
53 -DOCS=( "CHANGES" "TODO.txt" "README.md" )