Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/
Date: Wed, 02 Dec 2020 17:46:06
Message-Id: 1606931153.2eadfe8391087c6fa1ac12ccb03fce80b8bc5197.bman@gentoo
1 commit: 2eadfe8391087c6fa1ac12ccb03fce80b8bc5197
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:28:09 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eadfe83
7
8 dev-ml/oasis: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/oasis/Manifest | 1 -
13 dev-ml/oasis/oasis-0.4.8.ebuild | 38 --------------------------------------
14 2 files changed, 39 deletions(-)
15
16 diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
17 index e71acdc8409..8f33e27921d 100644
18 --- a/dev-ml/oasis/Manifest
19 +++ b/dev-ml/oasis/Manifest
20 @@ -1,2 +1 @@
21 DIST oasis-0.4.10.tar.gz 394732 BLAKE2B 6347e532d595e33a3a62f63669625d6de0081e8be90568a0e9f334b9745a40ec2593e7c79d21174f3119728c4831393efff0a3ab6d1aeadc594a0f96e5112a72 SHA512 c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd
22 -DIST oasis-0.4.8.tar.gz 389565 BLAKE2B 50103f261fd4c9d11fea1d7c26abc047fd0f30ab17b871672cb1ce0a89fd47d378fd4f31d48f1a6835361ddb74761a0ad9fe4bc5ca514e470a4cf3594f30c762 SHA512 e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663
23
24 diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
25 deleted file mode 100644
26 index f4b70d1c6f4..00000000000
27 --- a/dev-ml/oasis/oasis-0.4.8.ebuild
28 +++ /dev/null
29 @@ -1,38 +0,0 @@
30 -# Copyright 1999-2019 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -OASIS_BUILD_TESTS=1
36 -OASIS_BUILD_DOCS=1
37 -
38 -inherit oasis
39 -
40 -MY_P=${P/_/\~}
41 -DESCRIPTION="Tool to integrate a configure, build and install system in OCaml project"
42 -HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
43 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz"
44 -
45 -LICENSE="LGPL-2.1-with-linking-exception"
46 -SLOT="0/${PV}"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
51 - dev-ml/ocamlbuild:=[ocamlopt]"
52 -DEPEND="${RDEPEND}
53 - >=dev-ml/findlib-1.3.1
54 - dev-ml/ocamlify
55 - dev-ml/ocamlmod
56 - !<sci-chemistry/oasis-4.0-r3
57 - test? (
58 - >=dev-ml/ocaml-fileutils-0.4.2
59 - >=dev-ml/ounit-2.0.0
60 - >=dev-ml/ocaml-expect-0.0.4
61 - dev-ml/pcre-ocaml
62 - dev-ml/extlib
63 - )"
64 -
65 -RESTRICT+=" strip"
66 -S="${WORKDIR}/${MY_P}"
67 -DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )