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/xstr | |
parent | 7bc9c63c9da678a7e6fceb095d56c634afd22c56 (diff) |
gentoo resync : 15.01.2020
Diffstat (limited to 'dev-ml/xstr')
-rw-r--r-- | dev-ml/xstr/Manifest | 3 | ||||
-rw-r--r-- | dev-ml/xstr/metadata.xml | 5 | ||||
-rw-r--r-- | dev-ml/xstr/xstr-0.2.1.ebuild | 32 |
3 files changed, 0 insertions, 40 deletions
diff --git a/dev-ml/xstr/Manifest b/dev-ml/xstr/Manifest deleted file mode 100644 index 559eaa8753af..000000000000 --- a/dev-ml/xstr/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST xstr-0.2.1.tar.gz 14703 BLAKE2B 5fc64bba6359d8ea9d1517c291d65aeb5493222829c6b6ac6f350918aae0b2b2a6b997dc9a5b65ab2ac57fbb9f84afdfb738cbc79b2cfc0153fef78544e817be SHA512 aeb518353191d48c446641937bbf78660911dd9cbb34689790777fdf47c8ab57640fd0ee04b077a74cbbe46a07bc0ef71062a1b4b7f8a627a9524ef04a03b28e -EBUILD xstr-0.2.1.ebuild 594 BLAKE2B 02af8461c708d312f1bcc211cc1ee6f67da036ca1c0dbd1c9f5b7dcc1923e31ddc3414768e03701cd4504f6f2088e7e9c76d03e425b94185e79e5318dd1059f0 SHA512 5bf3c8cffff8551b8a105da6491511602ae6b540678c80f60fab4c8b855c62fbc963cd20a44a2534e70c18cca34ce769456a5ec9c5ccf36071e9d4ac7644cf58 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/dev-ml/xstr/metadata.xml b/dev-ml/xstr/metadata.xml deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/dev-ml/xstr/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> diff --git a/dev-ml/xstr/xstr-0.2.1.ebuild b/dev-ml/xstr/xstr-0.2.1.ebuild deleted file mode 100644 index 3d53842f7509..000000000000 --- a/dev-ml/xstr/xstr-0.2.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="Thread-safe implementation of string searching/matching/splitting" -HOMEPAGE="http://www.ocaml-programming.de/packages/" -SRC_URI="http://www.ocaml-programming.de/packages/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ppc x86" -IUSE="" - -DEPEND=">=dev-lang/ocaml-3.10:=[ocamlopt]" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${PN}" - -src_compile() -{ - make all || die - make opt || die -} - -src_install() -{ - findlib_src_install - dodoc README RELEASE -} |