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/oasis/
Date: Tue, 24 Jan 2017 11:14:59
Message-Id: 1485256456.5e5586f0b0506f47b08d39c015be046004cabe07.aballier@gentoo
1 commit: 5e5586f0b0506f47b08d39c015be046004cabe07
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:09:42 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=5e5586f0
7
8 dev-ml/oasis: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/oasis/Manifest | 3 ---
13 dev-ml/oasis/oasis-0.4.5-r1.ebuild | 39 --------------------------------------
14 dev-ml/oasis/oasis-0.4.6.ebuild | 39 --------------------------------------
15 dev-ml/oasis/oasis-0.4.7.ebuild | 39 --------------------------------------
16 4 files changed, 120 deletions(-)
17
18 diff --git a/dev-ml/oasis/Manifest b/dev-ml/oasis/Manifest
19 index 5b19293..4d65e92 100644
20 --- a/dev-ml/oasis/Manifest
21 +++ b/dev-ml/oasis/Manifest
22 @@ -1,4 +1 @@
23 -DIST oasis-0.4.5.tar.gz 336502 SHA256 6623a603415c4718add6a6ebad80f6688164a2e9b28576c082548b17bf8b2e44 SHA512 97d5401762ffda6bf4d7a239d9c77f8647d58da1728925e6de6e8fdfded6f8e7bb69652a838b86ab7203cd68436b06f76921c76840b97db56a94bb87d74450d7 WHIRLPOOL 46f5c3f900baa3d3b6ada8c0cf90cc90cfddc70523510d5ba5541e5075c96360ebacdd23a1b0f8b28a90bda7fb1700b9a2e9d7989af650e9aa5d50f358795d92
24 -DIST oasis-0.4.6.tar.gz 337490 SHA256 1324becb9fbc181f7276936339f62db224d166f01e50ea19f8f62037271bbbfb SHA512 c85432c75de1814024b11f9aea89fc740016fc13f2fd16ad1a4819de406d26a698f33a43e64649cbc17fe194c5da336e83ad85af91d6b97d0b3f70db44f33d88 WHIRLPOOL 7a742e67dcab5468b57ae2e5c730508b07ff9380a584e75d4b269d84a09a73e826819511d9ebfbbc5748d57163104fc7ab93756e8bfcd56954a2ad411e9ab04c
25 -DIST oasis-0.4.7.tar.gz 371869 SHA256 54bc4b80e4a38719124e8fb0125c6f3404bda514b87b8749b51442e023de998d SHA512 f1ed31da03ec4245489d74589f8385af990191be16074b25f482a96fa916f87f99e314944bb0cb798269c6870ca85c59273d33a298a2ad3f239b7ae444c74ec2 WHIRLPOOL 6b744ea4e0953f1a350eb7a75458e4d5b4778143f14a2f88742600db3b1858479aadbb26ace70d7f2c9094a56a05f1c7adedca9f09a8d0588b3dd671cf7609dd
26 DIST oasis-0.4.8.tar.gz 389565 SHA256 1e535de19fce623cc0019d2bbc4b158ac47e10b0165620e2ea459b1b0fdbc7d2 SHA512 e0baf0f048647c25eac5472db0d2a22d0fcaf85fe61ebd88ec5a101c20d4916ecfa9d10fae069ba4479abb22b90c44f18312b9252727a8c7c7de4aa2d8d72663 WHIRLPOOL db9deb3ddacf19ad1728e5b7d2f8e5f3785bb3a462bb64d6dbf82784c0335c711d894be7ee47596737263d82abf7bb5a8e3c68aba1d8654ea5243f151db9b73e
27
28 diff --git a/dev-ml/oasis/oasis-0.4.5-r1.ebuild b/dev-ml/oasis/oasis-0.4.5-r1.ebuild
29 deleted file mode 100644
30 index a0b1174..00000000
31 --- a/dev-ml/oasis/oasis-0.4.5-r1.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2014 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -
40 -OASIS_BUILD_TESTS=1
41 -OASIS_BUILD_DOCS=1
42 -
43 -inherit oasis
44 -
45 -MY_P=${P/_/\~}
46 -DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
47 -HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
48 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1475/${MY_P}.tar.gz"
49 -
50 -LICENSE="LGPL-2.1-with-linking-exception"
51 -SLOT="0/${PV}"
52 -KEYWORDS="~amd64"
53 -IUSE=""
54 -
55 -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
56 - dev-ml/ocamlbuild:=[ocamlopt]"
57 -DEPEND="${RDEPEND}
58 - >=dev-ml/findlib-1.3.1
59 - dev-ml/ocamlify
60 - dev-ml/ocamlmod
61 - !<sci-chemistry/oasis-4.0-r3
62 - test? (
63 - >=dev-ml/ocaml-fileutils-0.4.2
64 - >=dev-ml/ounit-2.0.0
65 - >=dev-ml/ocaml-expect-0.0.4
66 - dev-ml/pcre-ocaml
67 - dev-ml/extlib
68 - )"
69 -
70 -STRIP_MASK="*/bin/*"
71 -S="${WORKDIR}/${MY_P}"
72 -DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )
73
74 diff --git a/dev-ml/oasis/oasis-0.4.6.ebuild b/dev-ml/oasis/oasis-0.4.6.ebuild
75 deleted file mode 100644
76 index c654858..00000000
77 --- a/dev-ml/oasis/oasis-0.4.6.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2014 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -
86 -OASIS_BUILD_TESTS=1
87 -OASIS_BUILD_DOCS=1
88 -
89 -inherit oasis
90 -
91 -MY_P=${P/_/\~}
92 -DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
93 -HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
94 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1604/${MY_P}.tar.gz"
95 -
96 -LICENSE="LGPL-2.1-with-linking-exception"
97 -SLOT="0/${PV}"
98 -KEYWORDS="~amd64"
99 -IUSE=""
100 -
101 -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
102 - dev-ml/ocamlbuild:=[ocamlopt]"
103 -DEPEND="${RDEPEND}
104 - >=dev-ml/findlib-1.3.1
105 - dev-ml/ocamlify
106 - dev-ml/ocamlmod
107 - !<sci-chemistry/oasis-4.0-r3
108 - test? (
109 - >=dev-ml/ocaml-fileutils-0.4.2
110 - >=dev-ml/ounit-2.0.0
111 - >=dev-ml/ocaml-expect-0.0.4
112 - dev-ml/pcre-ocaml
113 - dev-ml/extlib
114 - )"
115 -
116 -STRIP_MASK="*/bin/*"
117 -S="${WORKDIR}/${MY_P}"
118 -DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )
119
120 diff --git a/dev-ml/oasis/oasis-0.4.7.ebuild b/dev-ml/oasis/oasis-0.4.7.ebuild
121 deleted file mode 100644
122 index 23488ac..00000000
123 --- a/dev-ml/oasis/oasis-0.4.7.ebuild
124 +++ /dev/null
125 @@ -1,39 +0,0 @@
126 -# Copyright 1999-2016 Gentoo Foundation
127 -# Distributed under the terms of the GNU General Public License v2
128 -# $Id$
129 -
130 -EAPI=5
131 -
132 -OASIS_BUILD_TESTS=1
133 -OASIS_BUILD_DOCS=1
134 -
135 -inherit oasis
136 -
137 -MY_P=${P/_/\~}
138 -DESCRIPTION="OASIS is a tool to integrate a configure, build and install system in OCaml project"
139 -HOMEPAGE="http://oasis.forge.ocamlcore.org/index.php"
140 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1635/${MY_P}.tar.gz"
141 -
142 -LICENSE="LGPL-2.1-with-linking-exception"
143 -SLOT="0/${PV}"
144 -KEYWORDS="~amd64"
145 -IUSE=""
146 -
147 -RDEPEND=">=dev-ml/ocaml-data-notation-0.0.11:=
148 - dev-ml/ocamlbuild:=[ocamlopt]"
149 -DEPEND="${RDEPEND}
150 - >=dev-ml/findlib-1.3.1
151 - dev-ml/ocamlify
152 - dev-ml/ocamlmod
153 - !<sci-chemistry/oasis-4.0-r3
154 - test? (
155 - >=dev-ml/ocaml-fileutils-0.4.2
156 - >=dev-ml/ounit-2.0.0
157 - >=dev-ml/ocaml-expect-0.0.4
158 - dev-ml/pcre-ocaml
159 - dev-ml/extlib
160 - )"
161 -
162 -STRIP_MASK="*/bin/*"
163 -S="${WORKDIR}/${MY_P}"
164 -DOCS=( "README.txt" "TODO.txt" "AUTHORS.txt" "CHANGES.txt" )