From 21435953e16cda318a82334ddbadb3b5c36d9ea7 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 15 Jan 2020 15:51:32 +0000 Subject: gentoo resync : 15.01.2020 --- dev-ml/ocaml-mysql/Manifest | 6 ---- dev-ml/ocaml-mysql/metadata.xml | 5 ---- dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild | 38 -------------------------- dev-ml/ocaml-mysql/ocaml-mysql-1.2.1.ebuild | 38 -------------------------- dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild | 38 -------------------------- 5 files changed, 125 deletions(-) delete mode 100644 dev-ml/ocaml-mysql/Manifest delete mode 100644 dev-ml/ocaml-mysql/metadata.xml delete mode 100644 dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild delete mode 100644 dev-ml/ocaml-mysql/ocaml-mysql-1.2.1.ebuild delete mode 100644 dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild (limited to 'dev-ml/ocaml-mysql') diff --git a/dev-ml/ocaml-mysql/Manifest b/dev-ml/ocaml-mysql/Manifest deleted file mode 100644 index 77b5ed372887..000000000000 --- a/dev-ml/ocaml-mysql/Manifest +++ /dev/null @@ -1,6 +0,0 @@ -DIST ocaml-mysql-1.2.1.tar.gz 99250 BLAKE2B 576eb7cc7ccf9e747f207faa100adb7f10a17be2083dbd4f1fb352f8a023425eb7917d7bd4756ddafd663657375324207596e97d959f69c704fb1f5126b7d63d SHA512 bf9b4a1bfcc1a8d356a2d74ea9d8de8dd201973b9dc89c06349e814c2368871f5f6ccc2eca25b33fa5fabf4b6d19a5b4b436a1e055b90468f16f575257121e64 -DIST ocaml-mysql-1.2.2.tar.gz 99136 BLAKE2B dcc18b51514d7a9bd7bfdf97c3f410aa959cf1b2285bd6d347cd1ebdd51952f687222b16c250d8553f7b2235bff7201978bc8debe22996566412925373c3d9d7 SHA512 2af13de017b73a31c23e0536fd10679eaf5c0692741d19729b08ab58f4d2585f8f7faf0cfac1e3ccc3d3ceffcbd1740f62621ba678c50f545fc3a3a36a17742f -EBUILD ocaml-mysql-1.2.1-r1.ebuild 663 BLAKE2B 55d8cee043dee7e5f290abfec1ee1f75f524949f55409190da240e224a1262ba1b4c112d54749c89826e9d880a3239d2edf27032e332cc5ff27f90eec85cd463 SHA512 9c58f3ff92bf81428ee3351675c913e0fc4f4369c622558502664ad16f05fe73d9ae77210ae5ca638558c3bafae67a9254a3be665bd1cfc8f9243e71a456e3cf -EBUILD ocaml-mysql-1.2.1.ebuild 663 BLAKE2B 2a2cf83d8e3b70e70ca5abfae82cf17ab88bd6baf0399e3b14eca7aab83bd5c16de8b1e1d6ad0d56a571cc1c8e39dd5946b53776b88de32ed8e9059c577d9576 SHA512 bd7f5d921b92d7e39c5e2b45b55b577e65aecb779eefee4ce8dae6b109d6ab92f9f373dd7127fc6ddb845909af08f3a2f13b3a8fa4d20e8f244b7ee0d846fd73 -EBUILD ocaml-mysql-1.2.2-r1.ebuild 667 BLAKE2B 4ab7269e8cc87c13f1a3b5e40f4306c69e0ad4d883d383dc563786fbe7f3da699aa2c1e54704ce31dcf70e5ca4833835b27f9b767233b6f8ab2e26256dee50da SHA512 d6065ddf86f669fe20a856ff22d2fc5eea9b70a61d53f4181ca3e4332fafb992524f16c1dc44ca17e1b2ddf2b984d476e0a1489338db8361b5ca1d43e947ff5a -MISC metadata.xml 168 BLAKE2B 5f277cc66dbafa7e7985433f84b0f9a656a176a9b901862e2a8353ca2d4526797dded9696e835b9696c7f72324e94959cfb5a22de49a7e3e61604153886037ab SHA512 00eec08786156434460f5ed77b647579546cf1a86341a4f2c9c9c84326468c2c21dc5101c4277103b19266bb6f788823f4ddf3b9d044da26326d79bf2ac9a274 diff --git a/dev-ml/ocaml-mysql/metadata.xml b/dev-ml/ocaml-mysql/metadata.xml deleted file mode 100644 index 1b2becffa26c..000000000000 --- a/dev-ml/ocaml-mysql/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ - - - - - diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild deleted file mode 100644 index 74bddd8f624a..000000000000 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit findlib - -IUSE="+ocamlopt" - -DESCRIPTION="A package for ocaml that provides access to mysql databases" -SRC_URI="http://ygrek.org.ua/p/release/ocaml-mysql/${P}.tar.gz" -HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/" - -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] - sys-libs/zlib - dev-db/mysql-connector-c:0=" - -RDEPEND="$DEPEND" - -SLOT="0/${PV}" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -src_compile() -{ - emake all - if use ocamlopt; then - emake opt - fi -} - -src_install() -{ - findlib_src_preinst - emake install - - dodoc CHANGES README VERSION -} diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1.ebuild deleted file mode 100644 index dda4373d060f..000000000000 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib eutils - -IUSE="+ocamlopt" - -DESCRIPTION="A package for ocaml that provides access to mysql databases" -SRC_URI="http://ygrek.org.ua/p/release/ocaml-mysql/${P}.tar.gz" -HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/" - -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] - sys-libs/zlib - >=virtual/mysql-4.0" - -RDEPEND="$DEPEND" - -SLOT="0/${PV}" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ppc x86" - -src_compile() -{ - emake all - if use ocamlopt; then - emake opt - fi -} - -src_install() -{ - findlib_src_preinst - emake install - - dodoc CHANGES README VERSION -} diff --git a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild b/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild deleted file mode 100644 index 87b9fd21e32f..000000000000 --- a/dev-ml/ocaml-mysql/ocaml-mysql-1.2.2-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit findlib - -IUSE="+ocamlopt" - -DESCRIPTION="A package for ocaml that provides access to mysql databases" -SRC_URI="http://ygrek.org.ua/p/release/ocaml-mysql/${P}.tar.gz" -HOMEPAGE="http://ocaml-mysql.forge.ocamlcore.org/" - -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?] - sys-libs/zlib - dev-db/mysql-connector-c:0=" - -RDEPEND="$DEPEND" - -SLOT="0/${PV}" -LICENSE="LGPL-2" -KEYWORDS="~amd64 ~ppc ~x86" - -src_compile() -{ - emake all - if use ocamlopt; then - emake -j1 opt - fi -} - -src_install() -{ - findlib_src_preinst - emake install - - dodoc CHANGES README VERSION -} -- cgit v1.2.3