commit:     379553ad479452be70fe54cd48a04d07acb58553
Author:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 24 11:06:32 2017 +0000
Commit:     Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Tue Jan 24 11:07:23 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=379553ad

dev-ml/js-build-tools: remove old

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-ml/js-build-tools/Manifest                     |  1 -
 .../js-build-tools/js-build-tools-113.33.03.ebuild | 40 ----------------------
 2 files changed, 41 deletions(-)

diff --git a/dev-ml/js-build-tools/Manifest b/dev-ml/js-build-tools/Manifest
index 577f99c..0dfed00 100644
--- a/dev-ml/js-build-tools/Manifest
+++ b/dev-ml/js-build-tools/Manifest
@@ -1,2 +1 @@
-DIST js-build-tools-113.33.03.tar.gz 52884 SHA256 
eb3e7a444bde32c20d910be4da774200f12dd01b157533de903409c3d0cb013a SHA512 
4c5c6a7d98977900e130607fc2ce2aee683a0f73f2bc559078aaf0df35815d670be55bb429892238ba3d10f655d300d031b3b1d20a0717426c15292e5aeebf66
 WHIRLPOOL 
f8e8e0d053d36681f69a587a6dfc011c7c559069a8b73eec7567777e10c1f41b8c98102f991ea74799e27340b8f72b8ac9c25ed3488c40ca2953517a8e10e5aa
 DIST js-build-tools-113.33.04.tar.gz 53125 SHA256 
30c54ab990298d32c7faaf0dbf9d7bdd98fc7c5d2ae99c6c7cfeb23c5f8c51a8 SHA512 
80e5ec052a3957fe0871d3ddf5ce7cb18f6942360388508cf0afaa6fb251a3a37cdb72b8bf5ae05b390e781bec2e78cb546e460772aad4ef563a49137c5d378a
 WHIRLPOOL 
b886a8c22af4bf151ce8d7ebd4947476adab29ba5167690e9c3a671d14ce7254e22f501b37f71c9f04bbcc9ecbff30ed848ca2ffbde11d13dee6b264a775428a

diff --git a/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild 
b/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
deleted file mode 100644
index deec719..00000000
--- a/dev-ml/js-build-tools/js-build-tools-113.33.03.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-OASIS_BUILD_DOCS=1
-OASIS_BUILD_TESTS=1
-
-inherit oasis
-
-DESCRIPTION="Collection of tools to help building Jane Street Packages"
-HOMEPAGE="https://github.com/janestreet/js-build-tools";
-SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz";
-
-LICENSE="Apache-2.0"
-SLOT="0/${PV}"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND=""
-DEPEND="${RDEPEND} dev-ml/opam"
-
-src_configure() {
-       emake setup.exe
-       OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
-}
-
-src_compile() {
-       emake
-}
-
-src_install() {
-       opam-installer -i \
-               --prefix="${ED}/usr" \
-               --libdir="${D}/$(ocamlc -where)" \
-               --docdir="${ED}/usr/share/doc/${PF}" \
-               ${PN}.install || die
-       dodoc README.md
-}

Reply via email to