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-fileutils/
Date: Tue, 24 Jan 2017 11:23:17
Message-Id: 1485256513.e8bc4770ad390d8b92a94ea0f8df34a2cc8e68a4.aballier@gentoo
1 commit: e8bc4770ad390d8b92a94ea0f8df34a2cc8e68a4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:15:13 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:15:13 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8bc4770
7
8 dev-ml/ocaml-fileutils: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-fileutils/Manifest | 2 --
13 .../ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild | 25 ----------------------
14 .../ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild | 25 ----------------------
15 3 files changed, 52 deletions(-)
16
17 diff --git a/dev-ml/ocaml-fileutils/Manifest b/dev-ml/ocaml-fileutils/Manifest
18 index 4c80370..20a98ae 100644
19 --- a/dev-ml/ocaml-fileutils/Manifest
20 +++ b/dev-ml/ocaml-fileutils/Manifest
21 @@ -1,3 +1 @@
22 -DIST ocaml-fileutils-0.4.5.tar.gz 83511 SHA256 2ab3d2e9d8aa047871f6053e52007a8a25132653d5b1c29f8451ba2c1fab9866 SHA512 4efe60c6ec52d9aa6523a3f26b0d7cda410a4aae4ee5535327020e4288c2899a7989aa3352e849fe0fd6360b42d8e3b57179df256938ab5ac7785f102923c288 WHIRLPOOL 777a9160af0c9deb18ffb2dc6c218ad5596608c83a229e1633ff75687dc637055417caf0190e8022f585fff43a6ad84804927e45bba8739f3bf07e2c1b7177f2
23 -DIST ocaml-fileutils-0.5.0.tar.gz 123081 SHA256 8758324a57879dbcc4a95d4ab08cb0cee378f5c7b6eba7592d63d49ca9354977 SHA512 aa238cbe086479f330732c20ca1fb3b810254723e3fa8129394254e154a24c449f703196483afe04d6efb6bfe80c1c6870e14a81627907f243ef4ca5d73e9020 WHIRLPOOL f311b72a53456ac0cd367292c980430444978861006cf06a345412b4cdc7081d8d567b1955409ec64372eabfc5812c2a13f8807150f68097ae96881d32657e89
24 DIST ocaml-fileutils-0.5.1.tar.gz 129639 SHA256 ef28b094a2bf3894be1c93e8abfb8d09b2681ceb3185487da793a9cdb2e8df3c SHA512 e2f60d16d9c25f43ea6bf5fcdf5810ae1722ef30a37e9ffcb6302a87bf3aa89777f3e3d43860258fb7c284861df1eafb4e5e2b6bd3f8d78d347ef8d139e460e8 WHIRLPOOL baaf9ac58d19daa0e66cc5cac5bf95f498d12c523176fae496ec3b4d5392048651181d20579951a06acacf0c762c77b344f93833e7854307b6a730681f5bb2a1
25
26 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild
27 deleted file mode 100644
28 index 083548c..00000000
29 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.4.5.ebuild
30 +++ /dev/null
31 @@ -1,25 +0,0 @@
32 -# Copyright 1999-2013 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -# $Id$
35 -
36 -EAPI=5
37 -
38 -OASIS_BUILD_DOCS=1
39 -OASIS_BUILD_TESTS=1
40 -
41 -inherit oasis
42 -
43 -DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
44 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
45 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1194/${P}.tar.gz"
46 -
47 -LICENSE="LGPL-2.1-with-linking-exception"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND=""
53 -DEPEND="${RDEPEND}
54 - dev-ml/ounit"
55 -
56 -DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )
57
58 diff --git a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild b/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild
59 deleted file mode 100644
60 index dd8dd90..00000000
61 --- a/dev-ml/ocaml-fileutils/ocaml-fileutils-0.5.0.ebuild
62 +++ /dev/null
63 @@ -1,25 +0,0 @@
64 -# Copyright 1999-2015 Gentoo Foundation
65 -# Distributed under the terms of the GNU General Public License v2
66 -# $Id$
67 -
68 -EAPI=5
69 -
70 -OASIS_BUILD_DOCS=1
71 -OASIS_BUILD_TESTS=1
72 -
73 -inherit oasis
74 -
75 -DESCRIPTION="Pure OCaml functions to manipulate real file (POSIX like) and filename"
76 -HOMEPAGE="http://forge.ocamlcore.org/projects/ocaml-fileutils"
77 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1531/${P}.tar.gz"
78 -
79 -LICENSE="LGPL-2.1-with-linking-exception"
80 -SLOT="0/${PV}"
81 -KEYWORDS="~amd64 ~x86"
82 -IUSE=""
83 -
84 -RDEPEND=""
85 -DEPEND="${RDEPEND}
86 - >=dev-ml/ounit-2.0.0"
87 -
88 -DOCS=( "AUTHORS.txt" "README.txt" "CHANGELOG.txt" "TODO.txt" )