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/ocaml-sqlite3/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931155.5dab629d0af95a318c6822489e9d456e8f20c60f.bman@gentoo
1 commit: 5dab629d0af95a318c6822489e9d456e8f20c60f
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:39:20 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:55 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dab629d
7
8 dev-ml/ocaml-sqlite3: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocaml-sqlite3/Manifest | 3 ---
13 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild | 28 -------------------
14 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild | 28 -------------------
15 dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 36 -------------------------
16 4 files changed, 95 deletions(-)
17
18 diff --git a/dev-ml/ocaml-sqlite3/Manifest b/dev-ml/ocaml-sqlite3/Manifest
19 index 13b4402a8ce..f26333a92b3 100644
20 --- a/dev-ml/ocaml-sqlite3/Manifest
21 +++ b/dev-ml/ocaml-sqlite3/Manifest
22 @@ -1,4 +1 @@
23 -DIST sqlite3-4.2.0.tbz 22167 BLAKE2B b5f874f592fb7873060d3f33b82ea9282fe0a04aab8683f5355a96b0a7a78e19daefc6d3f72b9e796dcc718347f8b13bc210eb4a61622cf12460b263bf088c86 SHA512 3221ba03eae64c59c3ffa57271585a1fe76848504d56edf33e953fad270929ba300b5828788f6cbb3f145acf743ad51bc019d151ac68472f6dbf7ab43263ae86
24 DIST sqlite3-4.3.0.tbz 22498 BLAKE2B c57d8edbc0897229cb415d48efb02ae41dff1d87fabc667a40b984807c5c5885201dca3d7f523872435b7e18b450c15707212eeeafc0a75f1ad28d7e7671b4c7 SHA512 f09d425830ac24ea835a403bc51d257c265b6e77b1dce01367c715545cbd98f3ad2694e6dfdbc7491d590aa809c0313329e81c9614228170f90197f2a94200c9
25 -DIST sqlite3-ocaml-4.1.2.tar.gz 76879 BLAKE2B be02c4df79f78b69e859fc465242e3e513d0b557364614e4fe73f78b6020e77fd971f274e45e4d2b79c99ea6e110358dc23ab2f79183915e242244b9ff6a6de8 SHA512 880f82fa9eba06114695bda56305245d2d9062f8136db85675463e97fbb8aee210df310d8d65d78e9eb1f882421581a97c4b7f20a790881f699b4d494be066f5
26 -DIST sqlite3-ocaml-4.1.3.tar.gz 76989 BLAKE2B d5f5e5c91faaf7308c47431d2f5292952e5c6ddf8854897aa2d54946b312bd3321f4ec6ecca7455778707b082e7af676ac50ab5b16686176623058c082973cc6 SHA512 59865b4c5d99d319ee6f5e1ecb8d71b4c07bd7f77876fafb73d3c882dbf434b67313f4caf7762f2194dc819f75af9582dd4df002f0f68cb8690996b857c08a1b
27
28 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild
29 deleted file mode 100644
30 index b815ace156b..00000000000
31 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild
32 +++ /dev/null
33 @@ -1,28 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=5
38 -
39 -OASIS_BUILD_TESTS=1
40 -OASIS_BUILD_DOCS=1
41 -
42 -inherit oasis
43 -
44 -MY_PN="sqlite3-ocaml"
45 -MY_P="${MY_PN}-${PV}"
46 -
47 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
48 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
49 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
50 -
51 -LICENSE="MIT"
52 -SLOT="0/${PV}"
53 -KEYWORDS="~amd64 ~ppc ~x86"
54 -IUSE=""
55 -
56 -DEPEND=">=dev-db/sqlite-3.3.3
57 - >=dev-ml/findlib-1.3.2"
58 -RDEPEND="${DEPEND}"
59 -
60 -S=${WORKDIR}/${MY_P}
61 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
62
63 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild
64 deleted file mode 100644
65 index b815ace156b..00000000000
66 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild
67 +++ /dev/null
68 @@ -1,28 +0,0 @@
69 -# Copyright 1999-2017 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=5
73 -
74 -OASIS_BUILD_TESTS=1
75 -OASIS_BUILD_DOCS=1
76 -
77 -inherit oasis
78 -
79 -MY_PN="sqlite3-ocaml"
80 -MY_P="${MY_PN}-${PV}"
81 -
82 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
83 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
84 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz"
85 -
86 -LICENSE="MIT"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64 ~ppc ~x86"
89 -IUSE=""
90 -
91 -DEPEND=">=dev-db/sqlite-3.3.3
92 - >=dev-ml/findlib-1.3.2"
93 -RDEPEND="${DEPEND}"
94 -
95 -S=${WORKDIR}/${MY_P}
96 -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" )
97
98 diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild
99 deleted file mode 100644
100 index 8cc25ff2003..00000000000
101 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild
102 +++ /dev/null
103 @@ -1,36 +0,0 @@
104 -# Copyright 1999-2018 Gentoo Foundation
105 -# Distributed under the terms of the GNU General Public License v2
106 -
107 -EAPI=5
108 -
109 -inherit opam
110 -
111 -MY_PN="sqlite3"
112 -MY_P="${MY_PN}-${PV}"
113 -
114 -DESCRIPTION="A package for ocaml that provides access to SQLite databases"
115 -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/"
116 -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P}.tbz"
117 -
118 -LICENSE="MIT"
119 -SLOT="0/${PV}"
120 -KEYWORDS="~amd64 ~ppc ~x86"
121 -IUSE=""
122 -
123 -RDEPEND=">=dev-db/sqlite-3.3.3"
124 -DEPEND="${RDEPEND}
125 - dev-ml/jbuilder
126 - dev-ml/base
127 - dev-ml/stdio
128 - dev-ml/configurator
129 - >=dev-ml/findlib-1.3.2"
130 -
131 -S=${WORKDIR}/${MY_P}
132 -
133 -src_compile() {
134 - jbuilder build @install || die
135 -}
136 -
137 -src_install() {
138 - opam_src_install "${MY_PN}"
139 -}