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/ounit/
Date: Tue, 24 Jan 2017 11:32:34
Message-Id: 1485257211.e673d21aacb2a490724f0cbdcdff87c81e54759f.aballier@gentoo
1 commit: e673d21aacb2a490724f0cbdcdff87c81e54759f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:26:51 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:26:51 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e673d21a
7
8 dev-ml/ounit: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ounit/Manifest | 1 -
13 dev-ml/ounit/ounit-1.1.2.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest
17 index efff00c..c22df07 100644
18 --- a/dev-ml/ounit/Manifest
19 +++ b/dev-ml/ounit/Manifest
20 @@ -1,2 +1 @@
21 -DIST ounit-1.1.2.tar.gz 58055 SHA256 e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3 SHA512 7f4e7e80dea0d508a286bcb306c163b2d19422442798497fe861d6095a5be711b4d078c25d595a0c1dcb7f5d9f9dd2d6aa37c6574b9c7bd717b131cf00312dbc WHIRLPOOL 87009c223fc7c6d05526e90e5f9e6e8d3753121bb04760879e3695a5cc47d9405f266ecd74a32e16f33315a233ac2cfd3c136e1e5314b7b93ff11b759c606e13
22 DIST ounit-2.0.0.tar.gz 103504 SHA256 4d4a05b20c39c60d7486fb7a90eb4c5c08e8c9862360b5938b97a09e9bd21d85 SHA512 e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0 WHIRLPOOL 4b2ea33cdb2ad08ebb97c80a1c9f4e59c4f5f08ea52c7486cc892bf84fce5193e2a0a220c37c0304426ddae010aa18f6f6895427e78a71b784b9b367f41b3a8c
23
24 diff --git a/dev-ml/ounit/ounit-1.1.2.ebuild b/dev-ml/ounit/ounit-1.1.2.ebuild
25 deleted file mode 100644
26 index 9227884..00000000
27 --- a/dev-ml/ounit/ounit-1.1.2.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2013 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -# $Id$
33 -
34 -EAPI="5"
35 -
36 -OASIS_BUILD_DOCS=1
37 -
38 -inherit oasis
39 -
40 -DESCRIPTION="Unit testing framework for OCaml"
41 -HOMEPAGE="http://ounit.forge.ocamlcore.org/"
42 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/886/${P}.tar.gz"
43 -LICENSE="MIT"
44 -SLOT="0/${PV}"
45 -KEYWORDS="amd64 ppc x86"
46 -DEPEND=""
47 -RDEPEND="${DEPEND}"
48 -IUSE=""
49 -
50 -DOCS=( "README.txt" "AUTHORS.txt" "changelog" )