Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_pipebang/
Date: Tue, 24 Jan 2017 11:42:22
Message-Id: 1485258002.c4312a4357b04da53168ff1bd0b7c657651899fa.aballier@gentoo
1 commit: c4312a4357b04da53168ff1bd0b7c657651899fa
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:40:02 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:40:02 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4312a43
7
8 dev-ml/ppx_pipebang: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ppx_pipebang/Manifest | 1 -
13 dev-ml/ppx_pipebang/ppx_pipebang-113.24.00.ebuild | 41 -----------------------
14 2 files changed, 42 deletions(-)
15
16 diff --git a/dev-ml/ppx_pipebang/Manifest b/dev-ml/ppx_pipebang/Manifest
17 index 4ac12fe..e68031d 100644
18 --- a/dev-ml/ppx_pipebang/Manifest
19 +++ b/dev-ml/ppx_pipebang/Manifest
20 @@ -1,2 +1 @@
21 -DIST ppx_pipebang-113.24.00.tar.gz 51430 SHA256 11bc7a7c62e3fc6ac3d437c1411e746ccc01d23b1bbdcc5333c562dc343ddcf0 SHA512 12f918ca1c8d16163009f12af2bc8b5652918d53905fb7c85587925960ff483e671eb210ee93c74002375cd608cbc3fd257dd28acc7963ffd227aeb2217f5041 WHIRLPOOL 20076a4da7633d9d0fe930b2d827f8069b72924a1d1e44f3f4175193116180911c27971ff2834406af81e73a1664c1c59f33d87cd3ba1d0d5e29506581f543b0
22 DIST ppx_pipebang-113.33.00.tar.gz 51353 SHA256 6e43998c5161b87f71a38d197f9d5898ab8ac0e8f7612db64b5c848ee6709204 SHA512 9c057c756b3dbf0ad2306cfc61e9874cb11e050ade05ab2686cfd043fec5e52c17c197aaf6f3ba65c032aa66e810964c4c03b72af64f98e47bf8d532806f62e8 WHIRLPOOL 7a61889c3857591b7f596874d6665f55065d826ed1c6bf645c541816aeafbefec528826dfb48914d875ee9c6ce30f2709d9798aed4d46487827baa2a43eef920
23
24 diff --git a/dev-ml/ppx_pipebang/ppx_pipebang-113.24.00.ebuild b/dev-ml/ppx_pipebang/ppx_pipebang-113.24.00.ebuild
25 deleted file mode 100644
26 index ae35794..00000000
27 --- a/dev-ml/ppx_pipebang/ppx_pipebang-113.24.00.ebuild
28 +++ /dev/null
29 @@ -1,41 +0,0 @@
30 -# Copyright 1999-2015 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -inherit oasis
37 -
38 -DESCRIPTION="A ppx rewriter that inlines reverse application operators |> and |!"
39 -HOMEPAGE="http://www.janestreet.com/ocaml"
40 -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz"
41 -
42 -LICENSE="Apache-2.0"
43 -SLOT="0/${PV}"
44 -KEYWORDS="~amd64"
45 -IUSE=""
46 -
47 -DEPEND="dev-ml/ppx_tools:=
48 - dev-ml/ppx_core:=
49 - dev-ml/ppx_driver:=
50 -"
51 -RDEPEND="${DEPEND}"
52 -DEPEND="${DEPEND} dev-ml/opam"
53 -
54 -src_configure() {
55 - emake setup.exe
56 - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure
57 -}
58 -
59 -src_compile() {
60 - emake
61 -}
62 -
63 -src_install() {
64 - opam-installer -i \
65 - --prefix="${ED}/usr" \
66 - --libdir="${D}/$(ocamlc -where)" \
67 - --docdir="${ED}/usr/share/doc/${PF}" \
68 - ${PN}.install || die
69 - dodoc README.md
70 -}