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/qcheck/
Date: Fri, 07 Oct 2016 11:19:03
Message-Id: 1475839008.552272f51164ddd25e7885556180e82c20fab7d2.aballier@gentoo
1 commit: 552272f51164ddd25e7885556180e82c20fab7d2
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Fri Oct 7 11:16:48 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Fri Oct 7 11:16:48 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=552272f5
7
8 dev-ml/qcheck: remove, superseded by iteml
9
10 dev-ml/qcheck/Manifest | 1 -
11 dev-ml/qcheck/metadata.xml | 23 -----------------------
12 dev-ml/qcheck/qcheck-0.4.0.1.ebuild | 32 --------------------------------
13 3 files changed, 56 deletions(-)
14
15 diff --git a/dev-ml/qcheck/Manifest b/dev-ml/qcheck/Manifest
16 deleted file mode 100644
17 index 9dba71e..00000000
18 --- a/dev-ml/qcheck/Manifest
19 +++ /dev/null
20 @@ -1 +0,0 @@
21 -DIST qcheck-0.4.0.1.tar.gz 55783 SHA256 4c90f4babc35ed9672b9a48d69c480812b030e7194c617614a8b2d11d023ad65 SHA512 9a8476749ee5d97708d3f074e3c948511231aef8a49029c8d284a9d1413f2f5bb3b6bd048ec0998e4e762171626613a81f9275224ad16900094e735f4c82f057 WHIRLPOOL be8dcef3e6b8761fac35df1c41b2adc49f8afeaf7d06c1ba92ebba7ce6ac4a7f0fab213e2360277c074051f5ac48cad0b45069a6a1b8b3b3a6edcac72b769e21
22
23 diff --git a/dev-ml/qcheck/metadata.xml b/dev-ml/qcheck/metadata.xml
24 deleted file mode 100644
25 index 54a420d..00000000
26 --- a/dev-ml/qcheck/metadata.xml
27 +++ /dev/null
28 @@ -1,23 +0,0 @@
29 -<?xml version="1.0" encoding="UTF-8"?>
30 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
31 -<pkgmetadata>
32 - <maintainer type="person">
33 - <email>tomboy64@××××.cn</email>
34 - <name>M.B.</name>
35 - <description>Maintainer, assign bugs to him</description>
36 - </maintainer>
37 - <maintainer type="project">
38 - <email>ml@g.o</email>
39 - <name>Gentoo ML Project</name>
40 - </maintainer>
41 - <maintainer type="project">
42 - <email>proxy-maint@g.o</email>
43 - <name>Proxy Maintainers</name>
44 - </maintainer>
45 - <use>
46 - <flag name="ounit">Enable integration with ounit</flag>
47 - </use>
48 - <upstream>
49 - <remote-id type="github">c-cube/qcheck</remote-id>
50 - </upstream>
51 -</pkgmetadata>
52
53 diff --git a/dev-ml/qcheck/qcheck-0.4.0.1.ebuild b/dev-ml/qcheck/qcheck-0.4.0.1.ebuild
54 deleted file mode 100644
55 index 30bdabd..00000000
56 --- a/dev-ml/qcheck/qcheck-0.4.0.1.ebuild
57 +++ /dev/null
58 @@ -1,32 +0,0 @@
59 -# Copyright 1999-2015 Gentoo Foundation
60 -# Distributed under the terms of the GNU General Public License v2
61 -# $Id$
62 -
63 -EAPI=5
64 -OASIS_BUILD_DOCS=1
65 -
66 -inherit oasis
67 -
68 -DESCRIPTION="QuickCheck inspired property-based testing for OCaml"
69 -HOMEPAGE="https://github.com/c-cube/qcheck"
70 -SRC_URI="https://github.com/c-cube/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
71 -
72 -LICENSE="BSD-2"
73 -SLOT="0"
74 -KEYWORDS="~amd64"
75 -IUSE="+ounit"
76 -
77 -RDEPEND="
78 - ounit? ( >=dev-ml/ounit-2:= )
79 -"
80 -DEPEND="
81 - ${RDEPEND}
82 -"
83 -
84 -src_configure() {
85 - oasis_configure_opts="
86 - $(use_enable ounit)
87 - " oasis_src_configure
88 -}
89 -
90 -DOCS=( CHANGELOG.md README.md )