diff options
author | Sam James <sam@gentoo.org> | 2021-03-22 04:12:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-04 06:09:00 +0000 |
commit | 51bfeea5304c3fa300e571dd1f0843750b53c6e8 (patch) | |
tree | 443913268bff4d33e80206b241688fd05b9b7da5 /dev-ml/ocaml-magic-mime | |
parent | dev-ml/batteries: treeclean (diff) | |
download | gentoo-51bfeea5304c3fa300e571dd1f0843750b53c6e8.tar.gz gentoo-51bfeea5304c3fa300e571dd1f0843750b53c6e8.tar.bz2 gentoo-51bfeea5304c3fa300e571dd1f0843750b53c6e8.zip |
dev-ml/ocaml-magic-mime: treeclean
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-ml/ocaml-magic-mime')
-rw-r--r-- | dev-ml/ocaml-magic-mime/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/ocaml-magic-mime/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild | 17 |
3 files changed, 0 insertions, 26 deletions
diff --git a/dev-ml/ocaml-magic-mime/Manifest b/dev-ml/ocaml-magic-mime/Manifest deleted file mode 100644 index 305581ec72c4..000000000000 --- a/dev-ml/ocaml-magic-mime/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST ocaml-magic-mime-1.0.0.tar.gz 53937 BLAKE2B 202968b4038f66e61b458b84d6505b1c143b8994ff32cd6c2e11d7feec31a4e99af26fddb84b72d19ce1a37cc01d6dd0bcf6e9648b6434f0a1509120fabda251 SHA512 e6a050e0adc465d174083b101b66805e3261b0498cd20d19bd4d2da52859d6c792f8e13e1c787d54f81e1ff65048f4fb3c38367f1a60c8e5c94367f5f685dc8e diff --git a/dev-ml/ocaml-magic-mime/metadata.xml b/dev-ml/ocaml-magic-mime/metadata.xml deleted file mode 100644 index 2ca30fe9fc35..000000000000 --- a/dev-ml/ocaml-magic-mime/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">mirage/ocaml-magic-mime</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild deleted file mode 100644 index 7693ae06464f..000000000000 --- a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.0.0.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit oasis - -DESCRIPTION="Convert file extensions to MIME types" -HOMEPAGE="https://github.com/mirage/ocaml-magic-mime" -SRC_URI="https://github.com/mirage/ocaml-magic-mime/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="ISC" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" |