commit:     0c676a200b68233327474424208c59caf47e4b2e
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  7 19:49:35 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Mar  7 19:55:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c676a20

dev-ml/ocaml-magic-mime: rm 1.1.0 dependent on jbuilder

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/ocaml-magic-mime/Manifest                   |  1 -
 .../ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild | 26 ----------------------
 2 files changed, 27 deletions(-)

diff --git a/dev-ml/ocaml-magic-mime/Manifest b/dev-ml/ocaml-magic-mime/Manifest
index 9a97f5e304a..305581ec72c 100644
--- a/dev-ml/ocaml-magic-mime/Manifest
+++ b/dev-ml/ocaml-magic-mime/Manifest
@@ -1,2 +1 @@
 DIST ocaml-magic-mime-1.0.0.tar.gz 53937 BLAKE2B 
202968b4038f66e61b458b84d6505b1c143b8994ff32cd6c2e11d7feec31a4e99af26fddb84b72d19ce1a37cc01d6dd0bcf6e9648b6434f0a1509120fabda251
 SHA512 
e6a050e0adc465d174083b101b66805e3261b0498cd20d19bd4d2da52859d6c792f8e13e1c787d54f81e1ff65048f4fb3c38367f1a60c8e5c94367f5f685dc8e
-DIST ocaml-magic-mime-1.1.0.tar.gz 13228 BLAKE2B 
105f9fdd71a752bc5e0f660af40dc4f212a721964091e8719b55499f3ab046c6b40894b8a21defdca4cfc14ac2cbed874c189d96cb83633ad95fab7fd7e2d793
 SHA512 
41daa6d85a1398498f03dc54d6e5c5057c79c9c7e4063fb67e73c1b497e69a0c67796640c837fcf3715e8bea7590288f1cf84e41c7ab46d910c6d8d32156efe5

diff --git a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild 
b/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild
deleted file mode 100644
index 17c16d0e2fa..00000000000
--- a/dev-ml/ocaml-magic-mime/ocaml-magic-mime-1.1.0.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-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=""
-
-RDEPEND="dev-lang/ocaml:="
-DEPEND="${RDEPEND}
-       dev-ml/jbuilder
-       dev-ml/opam
-"
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               magic-mime.install || die
-}

Reply via email to