diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-01-15 15:51:32 +0000 |
commit | 21435953e16cda318a82334ddbadb3b5c36d9ea7 (patch) | |
tree | e1810a4b135afce04b34862ef0fab2bfaeb8aeca /dev-ml/ocaml-bigstring | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/ocaml-bigstring')
-rw-r--r-- | dev-ml/ocaml-bigstring/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/ocaml-bigstring/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild | 31 |
3 files changed, 0 insertions, 42 deletions
diff --git a/dev-ml/ocaml-bigstring/Manifest b/dev-ml/ocaml-bigstring/Manifest deleted file mode 100644 index 94d6f3a8b84c..000000000000 --- a/dev-ml/ocaml-bigstring/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ocaml-bigstring-0.1.1.tar.gz 7671 BLAKE2B 2754445a2eb6d2cfe52a07cdf55b970c736d007578962be730bdac3c793981565a3ba64b7429cae532aee21f72ae7f5cefabbecf554c6238fad791c45e4fc200 SHA512 96aee494b9407b556b6eb554b0da66e24622f77d88aae6d822da60a3fb21477da8e7ae120f95f4f3c742b085ca4838f10ca0c8b2bcc4d23e35fd7de6af8532b3 -EBUILD ocaml-bigstring-0.1.1.ebuild 587 BLAKE2B 8ea1bb18545b00387ebca4ecaa9fc564886ddb46c9cc2ccbdaa6f7a26422c59d8d854c63214627e36c51f4909341a96ecd4b96e631f125b017ad577a5228a3cd SHA512 eaedd972b16651dc798fbdd74fd74f96257cca2237e530eb751bfbcf9a4281ab75669aec8ae3d098a802dbc696b16eee633b32a7b7d25242eb59de70556c8416 -MISC metadata.xml 254 BLAKE2B c07dcc826d51568ac27fc0baf632419b692a099f8b0dc5114e6f6d84a38e2be340ae29f93ccc2333cac9649df1179b58f8a1ff13db610360847fb8fb7aa45c7e SHA512 79ec673dc183c2c077bc336000a450b77d1282dc68299a60a3f99eedae27fc550eb1a70c7b1dfbcb72106a9ddc83823066a1061ec052cd37f0786d8e88c7c780 diff --git a/dev-ml/ocaml-bigstring/metadata.xml b/dev-ml/ocaml-bigstring/metadata.xml deleted file mode 100644 index ab03e369b8e3..000000000000 --- a/dev-ml/ocaml-bigstring/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <!-- maintainer-needed --> - <upstream> - <remote-id type="github">c-cube/ocaml-bigstring</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild b/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild deleted file mode 100644 index 84098f18ecbe..000000000000 --- a/dev-ml/ocaml-bigstring/ocaml-bigstring-0.1.1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -DESCRIPTION="Overlay over bigarrays of chars" -HOMEPAGE="https://github.com/c-cube/ocaml-bigstring/" -SRC_URI="https://github.com/c-cube/ocaml-bigstring/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="test" - -# ocamlfind: Package `QTest2Lib' not found -RESTRICT="test" - -RDEPEND=" - dev-lang/ocaml:= -" -DEPEND="${RDEPEND} - dev-ml/ocamlbuild - test? ( dev-ml/iTeML ) -" - -src_install() { - findlib_src_preinst - default -} |