[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2021-01-28 Thread Alfredo Tupone
commit: b54caa93cd4b26f828a4640345832210c3c641e8
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Fri Jan 29 07:32:39 2021 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Fri Jan 29 07:32:39 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b54caa93

dev-ml/oasis: does not depend on ocaml-data-notation

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone  gentoo.org>

 dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
index 86cf986a25a..9319826b935 100644
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -18,7 +18,7 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64 ~x86"
 IUSE=""
 
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+RDEPEND="
dev-ml/ocamlbuild:=[ocamlopt]
dev-ml/camlp4:=
 "



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2020-12-02 Thread Aaron Bauman
commit: 2eadfe8391087c6fa1ac12ccb03fce80b8bc5197
Author: Aaron Bauman  gentoo  org>
AuthorDate: Wed Dec  2 17:28:09 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Wed Dec  2 17:45:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2eadfe83

dev-ml/oasis: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 dev-ml/oasis/Manifest   |  1 -
 dev-ml/oasis/oasis-0.4.8.ebuild | 38 --
 2 files changed, 39 deletions(-)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index e71acdc8409..8f33e27921d 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1,2 +1 @@
 DIST oasis-0.4.10.tar.gz 394732 BLAKE2B 
6347e532d595e33a3a62f63669625d6de0081e8be90568a0e9f334b9745a40ec2593e7c79d21174f3119728c4831393efff0a3ab6d1aeadc594a0f96e5112a72
 SHA512 
c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd
-DIST oasis-0.4.8.tar.gz 389565 BLAKE2B 
50103f261fd4c9d11fea1d7c26abc047fd0f30ab17b871672cb1ce0a89fd47d378fd4f31d48f1a6835361ddb74761a0ad9fe4bc5ca514e470a4cf3594f30c762
 SHA512 
e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
deleted file mode 100644
index f4b70d1c6f4..000
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="Tool to integrate a configure, build and install system in OCaml 
project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
-   dev-ml/ocamlbuild:=[ocamlopt]"
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.1
-   dev-ml/ocamlify
-   dev-ml/ocamlmod
-   !=dev-ml/ocaml-fileutils-0.4.2
-   >=dev-ml/ounit-2.0.0
-   >=dev-ml/ocaml-expect-0.0.4
-   dev-ml/pcre-ocaml
-   dev-ml/extlib
-   )"
-
-RESTRICT+=" strip"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2019-12-12 Thread Michał Górny
commit: 9d197540eff3b4f9be5855dccbe1203c447c538f
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Dec 12 15:34:01 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Dec 12 16:35:22 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d197540

dev-ml/oasis: Fix overwritten RESTRICT

Signed-off-by: Michał Górny  gentoo.org>

 dev-ml/oasis/oasis-0.4.10.ebuild | 2 +-
 dev-ml/oasis/oasis-0.4.8.ebuild  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
index 4a26f9bc6e6..86cf986a25a 100644
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -35,6 +35,6 @@ DEPEND="${RDEPEND}
dev-ml/extlib
)"
 
-RESTRICT="strip"
+RESTRICT+=" strip"
 S="${WORKDIR}/${MY_P}"
 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
index 0ed13d0087f..f4b70d1c6f4 100644
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ b/dev-ml/oasis/oasis-0.4.8.ebuild
@@ -33,6 +33,6 @@ DEPEND="${RDEPEND}
dev-ml/extlib
)"
 
-RESTRICT="strip"
+RESTRICT+=" strip"
 S="${WORKDIR}/${MY_P}"
 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2019-07-05 Thread Michał Górny
commit: eaf6a0caa951bea05255249a537b436c2ac0fa89
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr 14 08:05:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul  5 20:16:58 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eaf6a0ca

dev-ml/oasis: Replace STRIP_MASK with RESTRICT="strip"

Closes: https://bugs.gentoo.org/651438
Signed-off-by: Michał Górny  gentoo.org>

 dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++--
 dev-ml/oasis/oasis-0.4.8.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
index 03927db1211..4a26f9bc6e6 100644
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -35,6 +35,6 @@ DEPEND="${RDEPEND}
dev-ml/extlib
)"
 
-STRIP_MASK="*/bin/*"
+RESTRICT="strip"
 S="${WORKDIR}/${MY_P}"
 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
index e2f5056918f..0ed13d0087f 100644
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ b/dev-ml/oasis/oasis-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -33,6 +33,6 @@ DEPEND="${RDEPEND}
dev-ml/extlib
)"
 
-STRIP_MASK="*/bin/*"
+RESTRICT="strip"
 S="${WORKDIR}/${MY_P}"
 DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2018-02-11 Thread Thomas Deutschmann
commit: 17b50dd1ad07bcb603b87cd2608166a3e5aa7728
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Feb 11 21:44:22 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Feb 11 21:55:58 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17b50dd1

dev-ml/oasis: x86 keyworded (bug #607024)

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 dev-ml/oasis/oasis-0.4.10.ebuild | 4 ++--
 dev-ml/oasis/oasis-0.4.8.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
index 0bccae24df6..03927db1211 100644
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1694/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
index 3b26058cb81..e2f5056918f 100644
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ b/dev-ml/oasis/oasis-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ 
SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz;
 
 LICENSE="LGPL-2.1-with-linking-exception"
 SLOT="0/${PV}"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2017-08-04 Thread Amy Liffey
commit: 8d0b6cd0dfc7a4dbcde00bdf6580e0b1a8e3ac99
Author: Jonas Stein  gentoo  org>
AuthorDate: Mon Jul 31 23:06:41 2017 +
Commit: Amy Liffey  gentoo  org>
CommitDate: Fri Aug  4 21:05:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d0b6cd0

dev-ml/oasis: Shorter DESCRIPTION

 dev-ml/oasis/oasis-0.4.10.ebuild | 2 +-
 dev-ml/oasis/oasis-0.4.8.ebuild  | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
index 77c62f0572a..0bccae24df6 100644
--- a/dev-ml/oasis/oasis-0.4.10.ebuild
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -9,7 +9,7 @@ OASIS_BUILD_DOCS=1
 inherit oasis
 
 MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+DESCRIPTION="Tool to integrate a configure, build and install system in OCaml 
project"
 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1694/${MY_P}.tar.gz;
 

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
index f45e7c2188a..3b26058cb81 100644
--- a/dev-ml/oasis/oasis-0.4.8.ebuild
+++ b/dev-ml/oasis/oasis-0.4.8.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -9,7 +9,7 @@ OASIS_BUILD_DOCS=1
 inherit oasis
 
 MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+DESCRIPTION="Tool to integrate a configure, build and install system in OCaml 
project"
 HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
 SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz;
 



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2017-05-24 Thread Alexis Ballier
commit: a014a2a29b5e0e38e12d077038ce6c032846d12f
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue May 23 13:59:36 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed May 24 11:07:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a014a2a2

dev-ml/oasis: Bump to 0.4.10

Package-Manager: Portage-2.3.6, Repoman-2.3.2

 dev-ml/oasis/Manifest|  1 +
 dev-ml/oasis/oasis-0.4.10.ebuild | 40 
 2 files changed, 41 insertions(+)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index 4d65e92b683..4c6b69ab2dd 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1 +1,2 @@
+DIST oasis-0.4.10.tar.gz 394732 SHA256 
1cd9071403a2edb79dacbca8a96bdc6be754e786e1a45e69d9326fb6ee00508d SHA512 
c173a3a774d13a7cb21ddb44f89dadef210d331ab5f3a1e7ff1705e815572f70e22815736cc3f3788b6d8f784c21a309b45c5bf5e984e583b31931847bf107fd
 WHIRLPOOL 
22f30c9150ee38096d4de6dadb52a41f58d5d7bed5fd71cd83de2e641b16b2329e47156d6b587b451fbb08ddfcc01eb69bca4e846029d5ebf0637f8634492b55
 DIST oasis-0.4.8.tar.gz 389565 SHA256 
1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2 SHA512 
e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663
 WHIRLPOOL 
db9deb3ddacf19ad1728e5b7d2f8e5f3785bb3a462bb64d6dbf82784c0335c711d894be7ee47596737263d82abf7bb5a8e3c68aba1d8654ea5243f151db9b73e

diff --git a/dev-ml/oasis/oasis-0.4.10.ebuild b/dev-ml/oasis/oasis-0.4.10.ebuild
new file mode 100644
index 000..77c62f0572a
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.4.10.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${P/_/\~}
+DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1694/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+   dev-ml/ocamlbuild:=[ocamlopt]
+   dev-ml/camlp4:=
+"
+DEPEND="${RDEPEND}
+   >=dev-ml/findlib-1.3.1
+   dev-ml/ocamlify
+   dev-ml/ocamlmod
+   !=dev-ml/ocaml-fileutils-0.4.2
+   >=dev-ml/ounit-2.0.0
+   >=dev-ml/ocaml-expect-0.0.4
+   dev-ml/pcre-ocaml
+   dev-ml/extlib
+   )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2017-01-24 Thread Alexis Ballier
commit: 5e5586f0b0506f47b08d39c015be046004cabe07
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Jan 24 11:09:42 2017 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Jan 24 11:14:16 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5586f0

dev-ml/oasis: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/oasis/Manifest  |  3 ---
 dev-ml/oasis/oasis-0.4.5-r1.ebuild | 39 --
 dev-ml/oasis/oasis-0.4.6.ebuild| 39 --
 dev-ml/oasis/oasis-0.4.7.ebuild| 39 --
 4 files changed, 120 deletions(-)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index 5b19293..4d65e92 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1,4 +1 @@
-DIST oasis-0.4.5.tar.gz 336502 SHA256 
6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 
97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7
 WHIRLPOOL 
46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
-DIST oasis-0.4.6.tar.gz 337490 SHA256 
1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 
c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88
 WHIRLPOOL 
7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
-DIST oasis-0.4.7.tar.gz 371869 SHA256 
54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d SHA512 
f1ed31da03ec4245489d74589f8385af990191be16074b25f482a96fa916f87f99e314944bb0cb798269c6870ca85c59273d33a298a2ad3f239b7ae444c74ec2
 WHIRLPOOL 
6b744ea4e0953f1a350eb7a75458e4d5b4778143f14a2f88742600db3b1858479aadbb26ace70d7f2c9094a56a05f1c7adedca9f09a8d0588b3dd671cf7609dd
 DIST oasis-0.4.8.tar.gz 389565 SHA256 
1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2 SHA512 
e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663
 WHIRLPOOL 
db9deb3ddacf19ad1728e5b7d2f8e5f3785bb3a462bb64d6dbf82784c0335c711d894be7ee47596737263d82abf7bb5a8e3c68aba1d8654ea5243f151db9b73e

diff --git a/dev-ml/oasis/oasis-0.4.5-r1.ebuild 
b/dev-ml/oasis/oasis-0.4.5-r1.ebuild
deleted file mode 100644
index a0b1174..
--- a/dev-ml/oasis/oasis-0.4.5-r1.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1475/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
-   dev-ml/ocamlbuild:=[ocamlopt]"
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.1
-   dev-ml/ocamlify
-   dev-ml/ocamlmod
-   !=dev-ml/ocaml-fileutils-0.4.2
-   >=dev-ml/ounit-2.0.0
-   >=dev-ml/ocaml-expect-0.0.4
-   dev-ml/pcre-ocaml
-   dev-ml/extlib
-   )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.6.ebuild b/dev-ml/oasis/oasis-0.4.6.ebuild
deleted file mode 100644
index c654858..
--- a/dev-ml/oasis/oasis-0.4.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1604/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
-   dev-ml/ocamlbuild:=[ocamlopt]"
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.1
-   dev-ml/ocamlify
-   dev-ml/ocamlmod
-   !=dev-ml/ocaml-fileutils-0.4.2
-   >=dev-ml/ounit-2.0.0
-   >=dev-ml/ocaml-expect-0.0.4
-   dev-ml/pcre-ocaml
-   dev-ml/extlib
-   )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.7.ebuild b/dev-ml/oasis/oasis-0.4.7.ebuild
deleted file mode 100644
index 23488ac..
--- a/dev-ml/oasis/oasis-0.4.7.ebuild
+++ 

[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2016-12-07 Thread Alexis Ballier
commit: 4551db5f1aec9ba5fac85ec6b813b69d9e9e
Author: Alexis Ballier  gentoo  org>
AuthorDate: Wed Dec  7 13:56:20 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Wed Dec  7 19:31:39 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4551db5f

dev-ml/oasis: bump to 0.4.8

Package-Manager: portage-2.3.3

 dev-ml/oasis/Manifest   |  1 +
 dev-ml/oasis/oasis-0.4.8.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index c289782..5b19293 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1,3 +1,4 @@
 DIST oasis-0.4.5.tar.gz 336502 SHA256 
6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 
97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7
 WHIRLPOOL 
46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
 DIST oasis-0.4.6.tar.gz 337490 SHA256 
1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 
c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88
 WHIRLPOOL 
7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
 DIST oasis-0.4.7.tar.gz 371869 SHA256 
54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d SHA512 
f1ed31da03ec4245489d74589f8385af990191be16074b25f482a96fa916f87f99e314944bb0cb798269c6870ca85c59273d33a298a2ad3f239b7ae444c74ec2
 WHIRLPOOL 
6b744ea4e0953f1a350eb7a75458e4d5b4778143f14a2f88742600db3b1858479aadbb26ace70d7f2c9094a56a05f1c7adedca9f09a8d0588b3dd671cf7609dd
+DIST oasis-0.4.8.tar.gz 389565 SHA256 
1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2 SHA512 
e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663
 WHIRLPOOL 
db9deb3ddacf19ad1728e5b7d2f8e5f3785bb3a462bb64d6dbf82784c0335c711d894be7ee47596737263d82abf7bb5a8e3c68aba1d8654ea5243f151db9b73e

diff --git a/dev-ml/oasis/oasis-0.4.8.ebuild b/dev-ml/oasis/oasis-0.4.8.ebuild
new file mode 100644
index ..758e0a8
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.4.8.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${P/_/\~}
+DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1669/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+   dev-ml/ocamlbuild:=[ocamlopt]"
+DEPEND="${RDEPEND}
+   >=dev-ml/findlib-1.3.1
+   dev-ml/ocamlify
+   dev-ml/ocamlmod
+   !=dev-ml/ocaml-fileutils-0.4.2
+   >=dev-ml/ounit-2.0.0
+   >=dev-ml/ocaml-expect-0.0.4
+   dev-ml/pcre-ocaml
+   dev-ml/extlib
+   )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.md" "TODO.txt" "AUTHORS.md" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2016-08-23 Thread Alexis Ballier
commit: 5103169df9dbd323b61508689b8a57ae5daa1677
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Aug 23 12:40:29 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Aug 23 15:11:25 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103169d

dev-ml/oasis: bump to 0.4.7

Package-Manager: portage-2.3.0

 dev-ml/oasis/Manifest   |  1 +
 dev-ml/oasis/oasis-0.4.7.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index 32c8f8b..c289782 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1,2 +1,3 @@
 DIST oasis-0.4.5.tar.gz 336502 SHA256 
6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 
97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7
 WHIRLPOOL 
46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
 DIST oasis-0.4.6.tar.gz 337490 SHA256 
1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 
c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88
 WHIRLPOOL 
7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
+DIST oasis-0.4.7.tar.gz 371869 SHA256 
54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d SHA512 
f1ed31da03ec4245489d74589f8385af990191be16074b25f482a96fa916f87f99e314944bb0cb798269c6870ca85c59273d33a298a2ad3f239b7ae444c74ec2
 WHIRLPOOL 
6b744ea4e0953f1a350eb7a75458e4d5b4778143f14a2f88742600db3b1858479aadbb26ace70d7f2c9094a56a05f1c7adedca9f09a8d0588b3dd671cf7609dd

diff --git a/dev-ml/oasis/oasis-0.4.7.ebuild b/dev-ml/oasis/oasis-0.4.7.ebuild
new file mode 100644
index 000..23488ac
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.4.7.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${P/_/\~}
+DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1635/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+   dev-ml/ocamlbuild:=[ocamlopt]"
+DEPEND="${RDEPEND}
+   >=dev-ml/findlib-1.3.1
+   dev-ml/ocamlify
+   dev-ml/ocamlmod
+   !=dev-ml/ocaml-fileutils-0.4.2
+   >=dev-ml/ounit-2.0.0
+   >=dev-ml/ocaml-expect-0.0.4
+   dev-ml/pcre-ocaml
+   dev-ml/extlib
+   )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2016-04-30 Thread Alexis Ballier
commit: 49f585d8455bab58b8977879883f23f1b4437327
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sat Apr 30 13:03:50 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sat Apr 30 14:18:10 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49f585d8

dev-ml/oasis: bump to 0.4.6

Package-Manager: portage-2.2.28
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/oasis/Manifest   |  1 +
 dev-ml/oasis/oasis-0.4.6.ebuild | 39 +++
 2 files changed, 40 insertions(+)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index 0cf9d6e..32c8f8b 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1 +1,2 @@
 DIST oasis-0.4.5.tar.gz 336502 SHA256 
6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 
97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7
 WHIRLPOOL 
46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
+DIST oasis-0.4.6.tar.gz 337490 SHA256 
1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 
c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88
 WHIRLPOOL 
7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c

diff --git a/dev-ml/oasis/oasis-0.4.6.ebuild b/dev-ml/oasis/oasis-0.4.6.ebuild
new file mode 100644
index 000..c654858
--- /dev/null
+++ b/dev-ml/oasis/oasis-0.4.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+OASIS_BUILD_TESTS=1
+OASIS_BUILD_DOCS=1
+
+inherit oasis
+
+MY_P=${P/_/\~}
+DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
+HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
+SRC_URI="http://forge.ocamlcore.org/frs/download.php/1604/${MY_P}.tar.gz;
+
+LICENSE="LGPL-2.1-with-linking-exception"
+SLOT="0/${PV}"
+KEYWORDS="~amd64"
+IUSE=""
+
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+   dev-ml/ocamlbuild:=[ocamlopt]"
+DEPEND="${RDEPEND}
+   >=dev-ml/findlib-1.3.1
+   dev-ml/ocamlify
+   dev-ml/ocamlmod
+   !=dev-ml/ocaml-fileutils-0.4.2
+   >=dev-ml/ounit-2.0.0
+   >=dev-ml/ocaml-expect-0.0.4
+   dev-ml/pcre-ocaml
+   dev-ml/extlib
+   )"
+
+STRIP_MASK="*/bin/*"
+S="${WORKDIR}/${MY_P}"
+DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2016-03-01 Thread Alexis Ballier
commit: 4c69b95d02ad9ddd54cbe478b95082f52f251933
Author: Alexis Ballier  gentoo  org>
AuthorDate: Tue Mar  1 18:29:49 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Tue Mar  1 18:47:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c69b95d

dev-ml/oasis: add rdepend on ocamlbuild

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/oasis/{oasis-0.4.5.ebuild => oasis-0.4.5-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/dev-ml/oasis/oasis-0.4.5.ebuild 
b/dev-ml/oasis/oasis-0.4.5-r1.ebuild
similarity index 91%
rename from dev-ml/oasis/oasis-0.4.5.ebuild
rename to dev-ml/oasis/oasis-0.4.5-r1.ebuild
index 1bba685..a0b1174 100644
--- a/dev-ml/oasis/oasis-0.4.5.ebuild
+++ b/dev-ml/oasis/oasis-0.4.5-r1.ebuild
@@ -19,7 +19,8 @@ SLOT="0/${PV}"
 KEYWORDS="~amd64"
 IUSE=""
 
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:="
+RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
+   dev-ml/ocamlbuild:=[ocamlopt]"
 DEPEND="${RDEPEND}
>=dev-ml/findlib-1.3.1
dev-ml/ocamlify



[gentoo-commits] repo/gentoo:master commit in: dev-ml/oasis/

2016-02-07 Thread Alexis Ballier
commit: 57090a89d31cd6c4fcec667a95e4b1aa3de815b5
Author: Alexis Ballier  gentoo  org>
AuthorDate: Sun Feb  7 16:01:14 2016 +
Commit: Alexis Ballier  gentoo  org>
CommitDate: Sun Feb  7 16:13:49 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57090a89

dev-ml/oasis: remove old

Package-Manager: portage-2.2.27
Signed-off-by: Alexis Ballier  gentoo.org>

 dev-ml/oasis/Manifest   |  3 ---
 dev-ml/oasis/oasis-0.3.0.ebuild | 36 
 dev-ml/oasis/oasis-0.4.1.ebuild | 37 -
 dev-ml/oasis/oasis-0.4.4.ebuild | 38 --
 4 files changed, 114 deletions(-)

diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
index d988f19..0cf9d6e 100644
--- a/dev-ml/oasis/Manifest
+++ b/dev-ml/oasis/Manifest
@@ -1,4 +1 @@
-DIST oasis-0.3.0.tar.gz 298052 SHA256 
2efa90a2dc31d0b731dc574f99ca3e1fd07079da1898b077d84db4a3fd212701 SHA512 
b8b9bb694c0d29364b39ff4fa10647e2aad0371d5345cae47ac99f1853e331153e6db7d9088f898b7e21793b97af1b4aeecb0e78d962a54d5b6d2c99f4c3cfe7
 WHIRLPOOL 
d3f91be86c858e634120f297359f45d81abe593c207fb182eb3b7af2ed3b676cdadfcf1bbb417f87bfd610934fdf8fd4b12ae0bceb4232e500553ecf31bd3b4d
-DIST oasis-0.4.1.tar.gz 309466 SHA256 
12ca49699dceba687cd150a5b5e66246450d2e06e47578a701c140195ce256d3 SHA512 
34424f174794cc00de485660134e6358fda222a2d5bb29959be31dd8bdeacac9c37d2c3bdffd9c4ee3d53b05695e1e7580858198fcd088104e60f2c813401e23
 WHIRLPOOL 
a60ddad0f058fab284c35c6887a597d48d8ab23574d700da6d8f6463eb73d9ec451dd60540616b4088d667d8b79fa185b575d2071e85980ae32e634b6453f234
-DIST oasis-0.4.4.tar.gz 333041 SHA256 
90a99ba342c2fc63afcc0b12fbef022153de27478072ab3b302cf7adb4bc526f SHA512 
1abb6e01f93029c5d9af3422a0e93b215182577225ad949442a4b69d0904620c20547941bad96fb27ad0034a0a4b472b586aac2614e89f5faae3084b751ed3c8
 WHIRLPOOL 
39f250a4fae03c240cc6f73d9128b5f1fc5383ad1a702bc977b196cf3a4aa6eda741f6e89d678c0d071299ae559cd52c69b4de0aa02014a39d94456e28eda108
 DIST oasis-0.4.5.tar.gz 336502 SHA256 
6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 
97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7
 WHIRLPOOL 
46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92

diff --git a/dev-ml/oasis/oasis-0.3.0.ebuild b/dev-ml/oasis/oasis-0.3.0.ebuild
deleted file mode 100644
index 931047c..000
--- a/dev-ml/oasis/oasis-0.3.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/918/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.3:="
-DEPEND="${RDEPEND}
-   dev-ml/ocamlify
-   dev-ml/ocamlmod
-   !=dev-ml/ocaml-fileutils-0.4.2
-   >=dev-ml/ounit-1.1.0
-   >=dev-ml/ocaml-expect-0.0.2
-   dev-ml/extlib
-   )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.1.ebuild b/dev-ml/oasis/oasis-0.4.1.ebuild
deleted file mode 100644
index a0add77..000
--- a/dev-ml/oasis/oasis-0.4.1.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1
-OASIS_BUILD_DOCS=1
-
-inherit oasis
-
-MY_P=${P/_/\~}
-DESCRIPTION="OASIS is a tool to integrate a configure, build and install 
system in OCaml project"
-HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php;
-SRC_URI="http://forge.ocamlcore.org/frs/download.php/1355/${MY_P}.tar.gz;
-
-LICENSE="LGPL-2.1-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:="
-DEPEND="${RDEPEND}
-   >=dev-ml/findlib-1.3.1
-   dev-ml/ocamlify
-   dev-ml/ocamlmod
-   !=dev-ml/ocaml-fileutils-0.4.2
-   >=dev-ml/ounit-2.0.0
-   >=dev-ml/ocaml-expect-0.0.4
-   dev-ml/extlib
-   )"
-
-STRIP_MASK="*/bin/*"
-S="${WORKDIR}/${MY_P}"
-DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )

diff --git a/dev-ml/oasis/oasis-0.4.4.ebuild b/dev-ml/oasis/oasis-0.4.4.ebuild
deleted file mode 100644
index f595bff..000
--- a/dev-ml/oasis/oasis-0.4.4.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_TESTS=1