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/sedlex/Manifest | 5 ----- dev-ml/sedlex/metadata.xml | 8 -------- dev-ml/sedlex/sedlex-1.99.3.ebuild | 37 --------------------------------- dev-ml/sedlex/sedlex-1.99.4.ebuild | 42 -------------------------------------- 4 files changed, 92 deletions(-) delete mode 100644 dev-ml/sedlex/Manifest delete mode 100644 dev-ml/sedlex/metadata.xml delete mode 100644 dev-ml/sedlex/sedlex-1.99.3.ebuild delete mode 100644 dev-ml/sedlex/sedlex-1.99.4.ebuild (limited to 'dev-ml/sedlex') diff --git a/dev-ml/sedlex/Manifest b/dev-ml/sedlex/Manifest deleted file mode 100644 index 40b11d3145c2..000000000000 --- a/dev-ml/sedlex/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST sedlex-1.99.3.tar.gz 58236 BLAKE2B 48ebc0f7bc090fa5d80404cc9135f4f52ac7b5c651b6df1e8f02506b235dba78d4bab9736cdb1c3865acf940c9af8eb00eebc3f6d399d3d7c4a897fd9e2eeaa4 SHA512 d0359a4c3f4d9efe51fa79405ae79f20ab64949838acbac475a9bcb7f42e0b972e66429eca2063fda6ae6af04475dbf29a331cf005f3338e7fc130afab477392 -DIST sedlex-1.99.4.tar.gz 59359 BLAKE2B d1b76304289111fe020a50dddf6fcf29d958f69d7d4841d62633a291e0ffb08a2ddc1bc5754ccb0dbc4ac0852cd0fe2bb3a0b53b579755e0d210bf18c520f796 SHA512 83bddb03e25b015bc71fb59e3b0e0e097e899c681c8033663c17936f28fde8599a82eaab9c26eafd645c401c106e65fcf173d9fb889eb8999eb1b064ff8b6149 -EBUILD sedlex-1.99.3.ebuild 702 BLAKE2B e4d89b613a2618a5eb08aeeec2648414b6851efce4cdb5e6cf46c0c4c6aae2e63f15764873eee522055d067d4ef0e490164e1379ea5fe175ba6a1683541ef499 SHA512 7dea01dc66a519f40b57919f1b6fa9639795468d44dc6255f5fd9b70a998ca4344a861d2d1a913396f102cb21bb469d22036eef7dea428b62d35ff7d66512fe8 -EBUILD sedlex-1.99.4.ebuild 792 BLAKE2B 1f180d602d1455d929452f7df4aa3a78fe5edebfe1a6300e7e4932b1a6d418e60ad63e9d9c8cd1c2da0544c8401257ec360b299eda4f4a51491e70806cc647df SHA512 2241b056be7060a490abc3c00510b8598166f20eae79dc86858220588d8c5f2f622375bbb12356cd9ca6998275a704bedfaa51d2367b96e2e5f3088c07f3bc7e -MISC metadata.xml 250 BLAKE2B 78cd1ba5580dc5bdf78f3f43d25bae9286b4bb4a19a009c2a5b363fec35da6f8d31be9f41912c22a0a0d967a3b050b83b40c42b379cb87ce526789e150d07987 SHA512 b83a3a1627010bf19428d42a54ca25f56125669df74eebbf2cba44874124de22b876dc9a2e8cdca43c4918ad1e37a09f3c63b46a5dd1ec7038c060ecb09c6497 diff --git a/dev-ml/sedlex/metadata.xml b/dev-ml/sedlex/metadata.xml deleted file mode 100644 index dbfb47947b0e..000000000000 --- a/dev-ml/sedlex/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - alainfrisch/sedlex - - diff --git a/dev-ml/sedlex/sedlex-1.99.3.ebuild b/dev-ml/sedlex/sedlex-1.99.3.ebuild deleted file mode 100644 index 467b1c870d45..000000000000 --- a/dev-ml/sedlex/sedlex-1.99.3.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="An OCaml lexer generator for Unicode" -HOMEPAGE="https://github.com/alainfrisch/sedlex" -SRC_URI="https://github.com/alainfrisch/sedlex/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=" - dev-lang/ocaml:=[ocamlopt?] - dev-ml/gen:=[ocamlopt(+)?] - dev-ml/ppx_tools:=[ocamlopt(+)?] -" -RDEPEND="${DEPEND}" - -src_compile() { - emake all - use ocamlopt && emake opt -} - -src_install() { - findlib_src_preinst - if use ocamlopt; then - emake install - else - emake install_byteonly - fi - dodoc CHANGES README.md -} diff --git a/dev-ml/sedlex/sedlex-1.99.4.ebuild b/dev-ml/sedlex/sedlex-1.99.4.ebuild deleted file mode 100644 index b2a4d281ef05..000000000000 --- a/dev-ml/sedlex/sedlex-1.99.4.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="An OCaml lexer generator for Unicode" -HOMEPAGE="https://github.com/alainfrisch/sedlex" -SRC_URI="https://github.com/alainfrisch/sedlex/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND=" - dev-lang/ocaml:=[ocamlopt?] - dev-ml/gen:=[ocamlopt(+)?] - dev-ml/ppx_tools_versioned:=[ocamlopt(+)?] - dev-ml/ocaml-migrate-parsetree:=[ocamlopt(+)?] -" -RDEPEND="${DEPEND}" - -src_compile() { - emake all - use ocamlopt && emake opt -} - -src_test() { - emake -j1 test -} - -src_install() { - findlib_src_preinst - if use ocamlopt; then - emake install - else - emake install_byteonly - fi - dodoc CHANGES README.md -} -- cgit v1.2.3