diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-14 17:25:05 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-14 17:26:07 +0100 |
commit | e73cdb8ec3060b24e3ae4a568659547e8050dc71 (patch) | |
tree | 027bca129ccaca71fc75a2945302675c20f8c871 /dev-ml/utop | |
parent | sci-electronics/oregano: Remove last-rited pkg (diff) | |
download | gentoo-e73cdb8ec3060b24e3ae4a568659547e8050dc71.tar.gz gentoo-e73cdb8ec3060b24e3ae4a568659547e8050dc71.tar.bz2 gentoo-e73cdb8ec3060b24e3ae4a568659547e8050dc71.zip |
dev-ml/*: Remove first set of unneeded leaf packages
Bug: https://bugs.gentoo.org/695782
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-ml/utop')
-rw-r--r-- | dev-ml/utop/Manifest | 1 | ||||
-rw-r--r-- | dev-ml/utop/metadata.xml | 8 | ||||
-rw-r--r-- | dev-ml/utop/utop-2.0.1.ebuild | 27 |
3 files changed, 0 insertions, 36 deletions
diff --git a/dev-ml/utop/Manifest b/dev-ml/utop/Manifest deleted file mode 100644 index 102342dea1a5..000000000000 --- a/dev-ml/utop/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST utop-2.0.1.tar.gz 57523 BLAKE2B 67dad49fa00899a5b0eb1af0a1129a0bc8d8b872112f65b97ccfbd9915194f7b56fdd9d1cb2bfba7e5bf0d01ce73b6370c7ba1ed0f56dc6595f51e3eec904962 SHA512 66e7858a44ddd038f08073f9530c790f3ad44134899793c9f5e689d0e1786d2e2751bf38c6be33979292942b00dd6ff2db421025e12f49e05c4a694df36d23e3 diff --git a/dev-ml/utop/metadata.xml b/dev-ml/utop/metadata.xml deleted file mode 100644 index 19f1c1fa98e9..000000000000 --- a/dev-ml/utop/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">diml/utop</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-ml/utop/utop-2.0.1.ebuild b/dev-ml/utop/utop-2.0.1.ebuild deleted file mode 100644 index f2f8f4b5d056..000000000000 --- a/dev-ml/utop/utop-2.0.1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib opam - -DESCRIPTION="A new toplevel for OCaml with completion and colorization" -HOMEPAGE="https://github.com/diml/utop" -SRC_URI="https://github.com/diml/utop/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ml/lwt-2.4.0:= - dev-ml/lwt_react:= - >=dev-ml/lambda-term-1.2:= - >=dev-ml/zed-1.2:= - >=dev-ml/cppo-1.0.1:= - >=dev-ml/findlib-1.7.2:= -" -RDEPEND="${DEPEND}" -DEPEND="${DEPEND} - dev-ml/jbuilder" |