diff options
author | 2020-01-14 17:25:05 +0100 | |
---|---|---|
committer | 2020-01-14 17:26:07 +0100 | |
commit | e73cdb8ec3060b24e3ae4a568659547e8050dc71 (patch) | |
tree | 027bca129ccaca71fc75a2945302675c20f8c871 /dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild | |
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/opam-file-format/opam-file-format-2.0.0_beta3.ebuild')
-rw-r--r-- | dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild b/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild deleted file mode 100644 index e932f300db77..000000000000 --- a/dev-ml/opam-file-format/opam-file-format-2.0.0_beta3.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit findlib - -MY_PV="${PV/_beta/-beta}" -S="${WORKDIR}/${PN}-${MY_PV}" - -DESCRIPTION="Parser and printer for the opam file syntax" -HOMEPAGE="https://github.com/ocaml/opam-file-format" -SRC_URI="https://github.com/ocaml/opam-file-format/archive/${MY_PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -DEPEND="dev-lang/ocaml:=[ocamlopt?]" -RDEPEND="${DEPEND}" - -src_compile() { - emake byte $(usex ocamlopt native "") -} - -src_install() { - emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" LIBDIR="$(ocamlc -where)" install -} |