diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-12-02 12:39:20 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-12-02 12:45:55 -0500 |
commit | 5dab629d0af95a318c6822489e9d456e8f20c60f (patch) | |
tree | f46519633abd7390b1ad49983313bf2dc01b542f /dev-ml/ocaml-sqlite3 | |
parent | dev-ml/ocaml-hashcons: drop old (diff) | |
download | gentoo-5dab629d0af95a318c6822489e9d456e8f20c60f.tar.gz gentoo-5dab629d0af95a318c6822489e9d456e8f20c60f.tar.bz2 gentoo-5dab629d0af95a318c6822489e9d456e8f20c60f.zip |
dev-ml/ocaml-sqlite3: drop old
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-sqlite3')
-rw-r--r-- | dev-ml/ocaml-sqlite3/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild | 28 | ||||
-rw-r--r-- | dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild | 36 |
4 files changed, 0 insertions, 95 deletions
diff --git a/dev-ml/ocaml-sqlite3/Manifest b/dev-ml/ocaml-sqlite3/Manifest index 13b4402a8ce3..f26333a92b3a 100644 --- a/dev-ml/ocaml-sqlite3/Manifest +++ b/dev-ml/ocaml-sqlite3/Manifest @@ -1,4 +1 @@ -DIST sqlite3-4.2.0.tbz 22167 BLAKE2B b5f874f592fb7873060d3f33b82ea9282fe0a04aab8683f5355a96b0a7a78e19daefc6d3f72b9e796dcc718347f8b13bc210eb4a61622cf12460b263bf088c86 SHA512 3221ba03eae64c59c3ffa57271585a1fe76848504d56edf33e953fad270929ba300b5828788f6cbb3f145acf743ad51bc019d151ac68472f6dbf7ab43263ae86 DIST sqlite3-4.3.0.tbz 22498 BLAKE2B c57d8edbc0897229cb415d48efb02ae41dff1d87fabc667a40b984807c5c5885201dca3d7f523872435b7e18b450c15707212eeeafc0a75f1ad28d7e7671b4c7 SHA512 f09d425830ac24ea835a403bc51d257c265b6e77b1dce01367c715545cbd98f3ad2694e6dfdbc7491d590aa809c0313329e81c9614228170f90197f2a94200c9 -DIST sqlite3-ocaml-4.1.2.tar.gz 76879 BLAKE2B be02c4df79f78b69e859fc465242e3e513d0b557364614e4fe73f78b6020e77fd971f274e45e4d2b79c99ea6e110358dc23ab2f79183915e242244b9ff6a6de8 SHA512 880f82fa9eba06114695bda56305245d2d9062f8136db85675463e97fbb8aee210df310d8d65d78e9eb1f882421581a97c4b7f20a790881f699b4d494be066f5 -DIST sqlite3-ocaml-4.1.3.tar.gz 76989 BLAKE2B d5f5e5c91faaf7308c47431d2f5292952e5c6ddf8854897aa2d54946b312bd3321f4ec6ecca7455778707b082e7af676ac50ab5b16686176623058c082973cc6 SHA512 59865b4c5d99d319ee6f5e1ecb8d71b4c07bd7f77876fafb73d3c882dbf434b67313f4caf7762f2194dc819f75af9582dd4df002f0f68cb8690996b857c08a1b diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild deleted file mode 100644 index b815ace156b1..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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_PN="sqlite3-ocaml" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.3.3 - >=dev-ml/findlib-1.3.2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild deleted file mode 100644 index b815ace156b1..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.1.3.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# 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_PN="sqlite3-ocaml" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/v${PV}/${MY_P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -DEPEND=">=dev-db/sqlite-3.3.3 - >=dev-ml/findlib-1.3.2" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} -DOCS=( "AUTHORS.txt" "CHANGES.txt" "README.md" "TODO.md" ) diff --git a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild b/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild deleted file mode 100644 index 8cc25ff20034..000000000000 --- a/dev-ml/ocaml-sqlite3/ocaml-sqlite3-4.2.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit opam - -MY_PN="sqlite3" -MY_P="${MY_PN}-${PV}" - -DESCRIPTION="A package for ocaml that provides access to SQLite databases" -HOMEPAGE="http://mmottl.github.io/sqlite3-ocaml/" -SRC_URI="https://github.com/mmottl/sqlite3-ocaml/releases/download/${PV}/${MY_P}.tbz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="" - -RDEPEND=">=dev-db/sqlite-3.3.3" -DEPEND="${RDEPEND} - dev-ml/jbuilder - dev-ml/base - dev-ml/stdio - dev-ml/configurator - >=dev-ml/findlib-1.3.2" - -S=${WORKDIR}/${MY_P} - -src_compile() { - jbuilder build @install || die -} - -src_install() { - opam_src_install "${MY_PN}" -} |