From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 274CB139085 for ; Tue, 24 Jan 2017 11:32:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34536141EA; Tue, 24 Jan 2017 11:32:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1235214208 for ; Tue, 24 Jan 2017 11:32:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A82F03416B8 for ; Tue, 24 Jan 2017 11:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 184352D95 for ; Tue, 24 Jan 2017 11:32:27 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485257211.e673d21aacb2a490724f0cbdcdff87c81e54759f.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ounit/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ounit/Manifest dev-ml/ounit/ounit-1.1.2.ebuild X-VCS-Directories: dev-ml/ounit/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e673d21aacb2a490724f0cbdcdff87c81e54759f X-VCS-Branch: master Date: Tue, 24 Jan 2017 11:32:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 81d29ce4-ae02-4e5f-a6e9-978e96355cbe X-Archives-Hash: 4fc1f95d9b95e0cc1d7a702f5cd1ad0d commit: e673d21aacb2a490724f0cbdcdff87c81e54759f Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 11:26:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 11:26:51 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e673d21a dev-ml/ounit: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ounit/Manifest | 1 - dev-ml/ounit/ounit-1.1.2.ebuild | 21 --------------------- 2 files changed, 22 deletions(-) diff --git a/dev-ml/ounit/Manifest b/dev-ml/ounit/Manifest index efff00c..c22df07 100644 --- a/dev-ml/ounit/Manifest +++ b/dev-ml/ounit/Manifest @@ -1,2 +1 @@ -DIST ounit-1.1.2.tar.gz 58055 SHA256 e6bc1b0cdbb5b5552d85bee653e23aafe20bb97fd7cd229c867d01ff999888e3 SHA512 7f4e7e80dea0d508a286bcb306c163b2d19422442798497fe861d6095a5be711b4d078c25d595a0c1dcb7f5d9f9dd2d6aa37c6574b9c7bd717b131cf00312dbc WHIRLPOOL 87009c223fc7c6d05526e90e5f9e6e8d3753121bb04760879e3695a5cc47d9405f266ecd74a32e16f33315a233ac2cfd3c136e1e5314b7b93ff11b759c606e13 DIST ounit-2.0.0.tar.gz 103504 SHA256 4d4a05b20c39c60d7486fb7a90eb4c5c08e8c9862360b5938b97a09e9bd21d85 SHA512 e12c8fb534ef88de7a83a34e5a578060a90abfce601d8532408412a56e843f69b89cfd6ce69bd7c5519e9a04e306d46339e9b8f13975727a3458afe20cd776d0 WHIRLPOOL 4b2ea33cdb2ad08ebb97c80a1c9f4e59c4f5f08ea52c7486cc892bf84fce5193e2a0a220c37c0304426ddae010aa18f6f6895427e78a71b784b9b367f41b3a8c diff --git a/dev-ml/ounit/ounit-1.1.2.ebuild b/dev-ml/ounit/ounit-1.1.2.ebuild deleted file mode 100644 index 9227884..00000000 --- a/dev-ml/ounit/ounit-1.1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Unit testing framework for OCaml" -HOMEPAGE="http://ounit.forge.ocamlcore.org/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/886/${P}.tar.gz" -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="amd64 ppc x86" -DEPEND="" -RDEPEND="${DEPEND}" -IUSE="" - -DOCS=( "README.txt" "AUTHORS.txt" "changelog" )