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/mirage-profile/
Date: Fri, 01 Jul 2016 14:33:36
Message-Id: 1467383599.9bbbc4846c03b5f3809805388decf416d0c6f14f.aballier@gentoo
1 commit: 9bbbc4846c03b5f3809805388decf416d0c6f14f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 1 14:33:12 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 1 14:33:19 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bbbc484
7
8 dev-ml/mirage-profile: remove old
9
10 Package-Manager: portage-2.3.0
11
12 dev-ml/mirage-profile/Manifest | 3 ---
13 dev-ml/mirage-profile/mirage-profile-0.5.ebuild | 32 -----------------------
14 dev-ml/mirage-profile/mirage-profile-0.6.1.ebuild | 32 -----------------------
15 dev-ml/mirage-profile/mirage-profile-0.6.ebuild | 32 -----------------------
16 4 files changed, 99 deletions(-)
17
18 diff --git a/dev-ml/mirage-profile/Manifest b/dev-ml/mirage-profile/Manifest
19 index ebe9af6..6af46d3 100644
20 --- a/dev-ml/mirage-profile/Manifest
21 +++ b/dev-ml/mirage-profile/Manifest
22 @@ -1,4 +1 @@
23 -DIST mirage-profile-0.5.tar.gz 55122 SHA256 ae8a6dc953f4eddd4ce61aef36552036c1814732dd3d50e02ea2994d137b8c85 SHA512 a82c4f2c42a1b950726069ce6d64f403438847bb4f5023b022b20bd42dde29d679fed358c67c3eec3ad6e5c8253453b6d1008e5e52b37a373a62263a99aa35c2 WHIRLPOOL b054c5c19102f73f9b47d796b10f4bb3e83e3de336b936ced23623d9f1cb03899cf5434ce9bd91ebe68226f3707cbbcfcfb7bfce7585af51fcdcfe383e04eecc
24 -DIST mirage-profile-0.6.1.tar.gz 55308 SHA256 870d536c8db32f160108155a04565561fcb481669121f623a6a599fac1eb419b SHA512 99955586d82f85fc31ddea15123e681cc1c8e11bbc489bfae0e8ee3576c15b63c5f170ba8042196d2501fd663d2367cb90abdffd62c3dda55fbdf69c639dd480 WHIRLPOOL fd38e26ba835651178ed000b5d144206d4c31bfbfe5fab7ce707f35038b04df4d680a408f89cfa2db044f762ec0858bed14c580d23d7200a97ebd50f572ef3e3
25 -DIST mirage-profile-0.6.tar.gz 55287 SHA256 ecb2d7591eafa1d1f0cd751f2f3b88a96d308d48db0fdce025461d558ebcfe98 SHA512 65e756026a3b1f2c26763c5f645458c7a26aef3da4670e71da9deff156848f0db5cc56374db8984fe2c0ead2b50ba77d39535de0a6ee7a564523d50b487d6690 WHIRLPOOL a023d04b2ff1d96b04842f183a760af0df8c52ec162295d3f9b2d92e7258412c0acd975bd73c7cb7fb00a441ba24cb657bfb0a57e9dd913cef561592de2c8bf0
26 DIST mirage-profile-0.7.0.tar.gz 55531 SHA256 6ab8969a0ec47ba5d8a993c25dc328200ea9f89a91a6381408ee327fd1944063 SHA512 58a6224942f8395ec78936b29d1a0f39eb0228cdb6a139a942f4bf675b35e0e9157d3e57d0c8953cf168fc5ba4356158e339a31b3719cdaf534f52c51c7a0b47 WHIRLPOOL 4f045b86f03b7c6ca4d4811b8c0d56daaa754d23620743cebe186a31a82036f227e7b7a62517d9d1107c672f7ca06afb9e3b1eddd584208fdfd385693ea03c6d
27
28 diff --git a/dev-ml/mirage-profile/mirage-profile-0.5.ebuild b/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
29 deleted file mode 100644
30 index 38b806f..0000000
31 --- a/dev-ml/mirage-profile/mirage-profile-0.5.ebuild
32 +++ /dev/null
33 @@ -1,32 +0,0 @@
34 -# Copyright 1999-2015 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 -
41 -inherit oasis
42 -
43 -DESCRIPTION="Collect profiling information"
44 -HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io"
45 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="BSD-2"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64"
50 -IUSE=""
51 -# https://github.com/mirage/mirage-profile/issues/11
52 -RESTRICT="test"
53 -
54 -RDEPEND="
55 - >=dev-lang/ocaml-4:=
56 - dev-ml/io-page:=
57 - dev-ml/lwt:=
58 - dev-ml/ocaml-cstruct:=[camlp4(-)]
59 - dev-ml/ocplib-endian:=
60 -"
61 -DEPEND="
62 - ${RDEPEND}
63 -"
64 -
65 -DOCS=( README.md )
66
67 diff --git a/dev-ml/mirage-profile/mirage-profile-0.6.1.ebuild b/dev-ml/mirage-profile/mirage-profile-0.6.1.ebuild
68 deleted file mode 100644
69 index 38b806f..0000000
70 --- a/dev-ml/mirage-profile/mirage-profile-0.6.1.ebuild
71 +++ /dev/null
72 @@ -1,32 +0,0 @@
73 -# Copyright 1999-2015 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -OASIS_BUILD_TESTS=1
79 -
80 -inherit oasis
81 -
82 -DESCRIPTION="Collect profiling information"
83 -HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io"
84 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
85 -
86 -LICENSE="BSD-2"
87 -SLOT="0/${PV}"
88 -KEYWORDS="~amd64"
89 -IUSE=""
90 -# https://github.com/mirage/mirage-profile/issues/11
91 -RESTRICT="test"
92 -
93 -RDEPEND="
94 - >=dev-lang/ocaml-4:=
95 - dev-ml/io-page:=
96 - dev-ml/lwt:=
97 - dev-ml/ocaml-cstruct:=[camlp4(-)]
98 - dev-ml/ocplib-endian:=
99 -"
100 -DEPEND="
101 - ${RDEPEND}
102 -"
103 -
104 -DOCS=( README.md )
105
106 diff --git a/dev-ml/mirage-profile/mirage-profile-0.6.ebuild b/dev-ml/mirage-profile/mirage-profile-0.6.ebuild
107 deleted file mode 100644
108 index 38b806f..0000000
109 --- a/dev-ml/mirage-profile/mirage-profile-0.6.ebuild
110 +++ /dev/null
111 @@ -1,32 +0,0 @@
112 -# Copyright 1999-2015 Gentoo Foundation
113 -# Distributed under the terms of the GNU General Public License v2
114 -# $Id$
115 -
116 -EAPI=5
117 -OASIS_BUILD_TESTS=1
118 -
119 -inherit oasis
120 -
121 -DESCRIPTION="Collect profiling information"
122 -HOMEPAGE="https://github.com/mirage/mirage-profile https://mirage.io"
123 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
124 -
125 -LICENSE="BSD-2"
126 -SLOT="0/${PV}"
127 -KEYWORDS="~amd64"
128 -IUSE=""
129 -# https://github.com/mirage/mirage-profile/issues/11
130 -RESTRICT="test"
131 -
132 -RDEPEND="
133 - >=dev-lang/ocaml-4:=
134 - dev-ml/io-page:=
135 - dev-ml/lwt:=
136 - dev-ml/ocaml-cstruct:=[camlp4(-)]
137 - dev-ml/ocplib-endian:=
138 -"
139 -DEPEND="
140 - ${RDEPEND}
141 -"
142 -
143 -DOCS=( README.md )