summaryrefslogtreecommitdiff
path: root/dev-ml/ocamldsort
diff options
context:
space:
mode:
Diffstat (limited to 'dev-ml/ocamldsort')
-rw-r--r--dev-ml/ocamldsort/Manifest3
-rw-r--r--dev-ml/ocamldsort/metadata.xml8
-rw-r--r--dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild26
3 files changed, 0 insertions, 37 deletions
diff --git a/dev-ml/ocamldsort/Manifest b/dev-ml/ocamldsort/Manifest
deleted file mode 100644
index d860b3abe790..000000000000
--- a/dev-ml/ocamldsort/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST ocamldsort-0.16.0.tar.gz 42388 BLAKE2B 84f9943237d126a105700b52879b358b202f196ce885b9d295baf3fcab8326520e4433839c375ab082460790d2855687a8cd11ca9a48e3b3dcfcaea27cea8e06 SHA512 3e43a4a7c4e7e91f141d93200ac7ba2d6de2321ea4af4cde63c2fbfff0042a556c55f1be9948ebf90a16778b2b6efc1757d6747cf01668155003e4a806d0773e
-EBUILD ocamldsort-0.16.0-r1.ebuild 562 BLAKE2B cf6fc4f553d91d516f6c9ee7a2252af626c7816668da2653ffecb4d3c2a7aa2099a6d78f5a0974cf6adde58f23a17d0d6fbb77fb9b9512659d9316b82945e199 SHA512 f52b3248bbc3ac09f37144e16e4424afac0c6fa4670f29d25a0a0ec4ed0dcf79d91ae71ac5cbad24668a3614987b000cdd2ce12bc7a04d10af9946481e404495
-MISC metadata.xml 247 BLAKE2B a49ba320a43edd431ae39eb274b77ddf0db171a7b06f4f0f0b8f75ee8e3b7f840dead108aa9c63fba75c609a44f7418268cd65c65877f3305d2a6d3ed3c678f6 SHA512 0f7ebd1264695f56fe6ab78e4e82c07866376f03ebfa12b22b60d0b2df819aa818832cb0d9eb2d77ab642a786b44cd127f579c348f0b2f57bc22e26b3b51c42b
diff --git a/dev-ml/ocamldsort/metadata.xml b/dev-ml/ocamldsort/metadata.xml
deleted file mode 100644
index 75c9ea74812d..000000000000
--- a/dev-ml/ocamldsort/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 type="project">
- <email>ml@gentoo.org</email>
- <name>Gentoo ML Project</name>
- </maintainer>
-</pkgmetadata>
diff --git a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild b/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
deleted file mode 100644
index f7a9fbe05b45..000000000000
--- a/dev-ml/ocamldsort/ocamldsort-0.16.0-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-DESCRIPTION="A dependency sorter for OCaml source files"
-HOMEPAGE="http://dimitri.mutu.net/ocaml.html"
-SRC_URI="ftp://quatramaran.ens.fr/pub/ara/ocamldsort/${P}.tar.gz"
-LICENSE="LGPL-2"
-
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE=""
-
-DEPEND=">=dev-lang/ocaml-3.12:=
- dev-ml/camlp4:="
-RDEPEND="${DEPEND}"
-
-src_compile() {
- emake -j1
-}
-
-src_install() {
- emake BINDIR="${ED}/usr/bin" MANDIR="${ED}/usr/share/man" install
- dodoc README THANKS Changes
-}