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/ocaml-redis/
Date: Tue, 24 Jan 2017 11:23:17
Message-Id: 1485256763.e6776b1c94830efb59124e484cffe029f1fe5b7a.aballier@gentoo
1 commit: e6776b1c94830efb59124e484cffe029f1fe5b7a
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:19:23 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:19:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6776b1c
7
8 dev-ml/ocaml-redis: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-redis/Manifest | 3 ---
13 dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild | 30 -----------------------------
14 dev-ml/ocaml-redis/ocaml-redis-0.3.1.ebuild | 30 -----------------------------
15 dev-ml/ocaml-redis/ocaml-redis-0.3.2.ebuild | 30 -----------------------------
16 4 files changed, 93 deletions(-)
17
18 diff --git a/dev-ml/ocaml-redis/Manifest b/dev-ml/ocaml-redis/Manifest
19 index b7ac230..48e065f 100644
20 --- a/dev-ml/ocaml-redis/Manifest
21 +++ b/dev-ml/ocaml-redis/Manifest
22 @@ -1,4 +1 @@
23 -DIST ocaml-redis-0.3.0.tar.gz 69120 SHA256 8ff583321aea5398af98688eb84d3c3581aba0df1d2c34b437e2ba5e70585e3d SHA512 84e57763d23b309adc7d112ff5c3b79307f4d3077ed177166b57d09b249062466c48b269bddf647438af760981c909e26296669a80778198832bf79151b29e2b WHIRLPOOL 57cf2a1644ebd93d15b8b9432de040026a7c0cbf9542405198bdf0a6b180cbc469005ca44cd9da1a010682df88b9e608dbcb366315fd47a2b8f91b4306ec8e32
24 -DIST ocaml-redis-0.3.1.tar.gz 69758 SHA256 5004f1d2c19ba1a8aae8b3096d04fbbbcab4bc3f6c50171cd8d1202c2d2a01e7 SHA512 a3cfa270dacda997330583a685dfc4c5748623e782bf54bf109736b8f95b0c3d6ce0d3fcbfaa73f92e5f03a547700b29cfdc6fb85864972cc55da951a84b28a2 WHIRLPOOL 0e033a7df950e7d6979c40de451170563015aa80331ecf36c0bf8340a9ed69a0618770889fc290681be8e6acd1c38b174385a5c8839293bd55194af92ad70059
25 -DIST ocaml-redis-0.3.2.tar.gz 71229 SHA256 c6ef7acc2a383d3a7422e74f162b2dcdc39a8e631503f58a0c4f6133e4de30e1 SHA512 e834574c2892551516c6709b241e393a3ad990f50ae8105a39b3e54bf3e44fe69a48da13cbd15019b298491af4bede6178fce6a580e8d9323dac926380127618 WHIRLPOOL 3aeceda3fc018d01e6fd1456f6b9479b8cba1526cc44acba79177a50abcc5401fd1f1d0fc7eaa6a2757771804b1b8e20118e64cf415eb9a7e373ea4f079f0601
26 DIST ocaml-redis-0.3.3.tar.gz 71336 SHA256 18b481846d20494f7e7b68b6ac18036dcf50910b1d91d88dd16df3d7b5a9eea2 SHA512 35f9647ecc17d2cd1770b3867ee350f83ac132918b1e368fa560d54f0ad11fa987aed0a14103327e79030a169d5b381e473b82f7039d77324a67ab9d75aa6749 WHIRLPOOL c5b20b4a92ffd437d02e0b1cdebf20b48e83b1664ea66d9b3cf85463626ea9f90d129951c5d2cb64b8bb3f296d67a7989c7ee1069344da5a83d71afe6aa5c6d3
27
28 diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild
29 deleted file mode 100644
30 index 7f07088..00000000
31 --- a/dev-ml/ocaml-redis/ocaml-redis-0.3.0.ebuild
32 +++ /dev/null
33 @@ -1,30 +0,0 @@
34 -# Copyright 1999-2016 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -# $Id$
37 -
38 -EAPI=5
39 -OASIS_BUILD_TESTS=1
40 -OASIS_BUILD_DOCS=1
41 -
42 -inherit oasis
43 -
44 -DESCRIPTION="Redis bindings for OCaml"
45 -HOMEPAGE="http://0xffea.github.io/ocaml-redis/"
46 -SRC_URI="https://github.com/0xffea/ocaml-redis/archive/${PV}.tar.gz -> ${P}.tar.gz"
47 -
48 -LICENSE="BSD"
49 -SLOT="0/${PV}"
50 -KEYWORDS="~amd64"
51 -IUSE="+lwt"
52 -
53 -RDEPEND="
54 - dev-ml/ocaml-re:=
55 - dev-ml/uuidm:=
56 - lwt? ( dev-ml/lwt:= )
57 -"
58 -DEPEND="${RDEPEND}
59 - test? ( dev-ml/ounit )"
60 -
61 -src_configure() {
62 - oasis_configure_opts="$(use_enable lwt)" oasis_src_configure
63 -}
64
65 diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.1.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.3.1.ebuild
66 deleted file mode 100644
67 index 7f07088..00000000
68 --- a/dev-ml/ocaml-redis/ocaml-redis-0.3.1.ebuild
69 +++ /dev/null
70 @@ -1,30 +0,0 @@
71 -# Copyright 1999-2016 Gentoo Foundation
72 -# Distributed under the terms of the GNU General Public License v2
73 -# $Id$
74 -
75 -EAPI=5
76 -OASIS_BUILD_TESTS=1
77 -OASIS_BUILD_DOCS=1
78 -
79 -inherit oasis
80 -
81 -DESCRIPTION="Redis bindings for OCaml"
82 -HOMEPAGE="http://0xffea.github.io/ocaml-redis/"
83 -SRC_URI="https://github.com/0xffea/ocaml-redis/archive/${PV}.tar.gz -> ${P}.tar.gz"
84 -
85 -LICENSE="BSD"
86 -SLOT="0/${PV}"
87 -KEYWORDS="~amd64"
88 -IUSE="+lwt"
89 -
90 -RDEPEND="
91 - dev-ml/ocaml-re:=
92 - dev-ml/uuidm:=
93 - lwt? ( dev-ml/lwt:= )
94 -"
95 -DEPEND="${RDEPEND}
96 - test? ( dev-ml/ounit )"
97 -
98 -src_configure() {
99 - oasis_configure_opts="$(use_enable lwt)" oasis_src_configure
100 -}
101
102 diff --git a/dev-ml/ocaml-redis/ocaml-redis-0.3.2.ebuild b/dev-ml/ocaml-redis/ocaml-redis-0.3.2.ebuild
103 deleted file mode 100644
104 index 7f07088..00000000
105 --- a/dev-ml/ocaml-redis/ocaml-redis-0.3.2.ebuild
106 +++ /dev/null
107 @@ -1,30 +0,0 @@
108 -# Copyright 1999-2016 Gentoo Foundation
109 -# Distributed under the terms of the GNU General Public License v2
110 -# $Id$
111 -
112 -EAPI=5
113 -OASIS_BUILD_TESTS=1
114 -OASIS_BUILD_DOCS=1
115 -
116 -inherit oasis
117 -
118 -DESCRIPTION="Redis bindings for OCaml"
119 -HOMEPAGE="http://0xffea.github.io/ocaml-redis/"
120 -SRC_URI="https://github.com/0xffea/ocaml-redis/archive/${PV}.tar.gz -> ${P}.tar.gz"
121 -
122 -LICENSE="BSD"
123 -SLOT="0/${PV}"
124 -KEYWORDS="~amd64"
125 -IUSE="+lwt"
126 -
127 -RDEPEND="
128 - dev-ml/ocaml-re:=
129 - dev-ml/uuidm:=
130 - lwt? ( dev-ml/lwt:= )
131 -"
132 -DEPEND="${RDEPEND}
133 - test? ( dev-ml/ounit )"
134 -
135 -src_configure() {
136 - oasis_configure_opts="$(use_enable lwt)" oasis_src_configure
137 -}