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/extlib/
Date: Tue, 24 Jan 2017 11:07:49
Message-Id: 1485256043.628c5ba5da3f0d9ca9cf5e3978d60687abae7bee.aballier@gentoo
1 commit: 628c5ba5da3f0d9ca9cf5e3978d60687abae7bee
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 10:59:18 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:07:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=628c5ba5
7
8 dev-ml/extlib: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/extlib/Manifest | 2 --
13 dev-ml/extlib/extlib-1.5.4.ebuild | 39 -----------------------------
14 dev-ml/extlib/extlib-1.7.0-r1.ebuild | 48 ------------------------------------
15 3 files changed, 89 deletions(-)
16
17 diff --git a/dev-ml/extlib/Manifest b/dev-ml/extlib/Manifest
18 index 4b68e66..ee20348 100644
19 --- a/dev-ml/extlib/Manifest
20 +++ b/dev-ml/extlib/Manifest
21 @@ -1,4 +1,2 @@
22 -DIST extlib-1.5.4.tar.gz 71003 SHA256 df142ba5a04ccbd4b239a124bd0f634989781b4da63e517c05a036fd419cd9cd SHA512 f70ea54c50499dd8be47b1ee001119a6b6b3c8b29995a2bfb93181dc86790727122d330e67147d00d1c8aff02c263dc1ea954ac2f2ad34f76f5e45f5779c2ea7 WHIRLPOOL 499291050623f27e001ef92f9eea94bdaf1abe5fbd91c6bcad445e747e56f670c3250140c24268b08227dace6da99745407b02cbb7f877687b912dc5d85005e6
23 DIST extlib-1.6.1.tar.gz 72780 SHA256 88d4b3638cb4da4e04d81ba157e7235e744373c5784cf4b906570d07b890aeca SHA512 9473f474bee99248bdc5e3c56741a191a8f0b89dbf750a4d9e92692b7871c997c584a2dc7e57f55b36b5ddcaf7a11d45b490b117ac15806e35813b82b696f541 WHIRLPOOL 0dc27bad6223de1a1d75684f9caba8708e6c6a80f046c4604fe4bd9da5f860b17be180e3a8d0cdc817e1d99fd6c9feec62a2696b5d78e5706e89ea02460d2d40
24 -DIST extlib-1.7.0.tar.gz 83327 SHA256 3c9fd159a4ec401559905f96e578317a4933452ced9a7f3a4f89f9c7130d9a63 SHA512 3f268e22f7f415e81bbc07c28561fc067ca87748fcdcb6515691d1270858f452ec2ba0eb7b80ca29f06b40f01c1e89a6b71380c7d9de37c60d2bb86093cb8be2 WHIRLPOOL e993986e09a39844b828531e3381954582323c6806ddd48b39c56f511e27a9b6d5f3f9605e02b5dc0698041cd909d4450e28780303ca57884a78eebbd5c37f6d
25 DIST extlib-1.7.1.tar.gz 85397 SHA256 872a492be08bb99ddac7512ec190625718359458b79cfc710f40d5a967f628eb SHA512 42ea1be22a57ab31e5857df0c4c0f98a07e1b5958b34181cd5ab7c83ded112c208315d22cd3dd178d53e75ca109a70cb47ae479e95be8c47ea2087b1a158dc4d WHIRLPOOL 70be2855559fdf217ffb392ad47a2b0d3ec22467a5fcfe48158b85b64f64051cf43c8ae585949ccacdc7f6e257b26523fd91942bffd5c4b28a73a5c4566145fc
26
27 diff --git a/dev-ml/extlib/extlib-1.5.4.ebuild b/dev-ml/extlib/extlib-1.5.4.ebuild
28 deleted file mode 100644
29 index 0e16cce..00000000
30 --- a/dev-ml/extlib/extlib-1.5.4.ebuild
31 +++ /dev/null
32 @@ -1,39 +0,0 @@
33 -# Copyright 1999-2013 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -# $Id$
36 -
37 -EAPI=5
38 -
39 -inherit findlib eutils
40 -
41 -DESCRIPTION="Standard library extensions for O'Caml"
42 -HOMEPAGE="https://code.google.com/p/ocaml-extlib/"
43 -SRC_URI="https://ocaml-extlib.googlecode.com/files/${P}.tar.gz"
44 -LICENSE="LGPL-2.1"
45 -DEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
46 -RDEPEND="${DEPEND}"
47 -SLOT="0/${PV}"
48 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
49 -IUSE="doc +ocamlopt"
50 -
51 -src_compile() {
52 - emake all
53 - if use ocamlopt; then
54 - emake opt
55 - fi
56 -
57 - if use doc; then
58 - emake doc
59 - fi
60 -}
61 -
62 -src_install () {
63 - findlib_src_install
64 -
65 - # install documentation
66 - dodoc README.txt
67 -
68 - if use doc; then
69 - dohtml doc/*
70 - fi
71 -}
72
73 diff --git a/dev-ml/extlib/extlib-1.7.0-r1.ebuild b/dev-ml/extlib/extlib-1.7.0-r1.ebuild
74 deleted file mode 100644
75 index dabc052..00000000
76 --- a/dev-ml/extlib/extlib-1.7.0-r1.ebuild
77 +++ /dev/null
78 @@ -1,48 +0,0 @@
79 -# Copyright 1999-2014 Gentoo Foundation
80 -# Distributed under the terms of the GNU General Public License v2
81 -# $Id$
82 -
83 -EAPI=5
84 -
85 -inherit findlib eutils
86 -
87 -DESCRIPTION="Standard library extensions for O'Caml"
88 -HOMEPAGE="https://github.com/ygrek/ocaml-extlib"
89 -SRC_URI="https://github.com/ygrek/ocaml-extlib/archive/${PV}.tar.gz -> ${P}.tar.gz"
90 -LICENSE="LGPL-2.1"
91 -DEPEND="
92 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]
93 - dev-ml/cppo:=
94 -"
95 -RDEPEND="${DEPEND}"
96 -SLOT="0/${PV}"
97 -KEYWORDS="~amd64 ~amd64-linux ~x86-linux ~ppc-macos"
98 -IUSE="doc +ocamlopt"
99 -S="${WORKDIR}/ocaml-${P}"
100 -
101 -src_compile() {
102 - cd src
103 - emake -j1 all
104 - if use ocamlopt; then
105 - emake opt cmxs
106 - fi
107 -
108 - if use doc; then
109 - emake doc
110 - fi
111 -}
112 -
113 -src_test() {
114 - emake -j1 test
115 -}
116 -
117 -src_install () {
118 - findlib_src_install
119 -
120 - # install documentation
121 - dodoc README
122 -
123 - if use doc; then
124 - dohtml src/doc/*
125 - fi
126 -}