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 41FD7139085 for ; Tue, 24 Jan 2017 11:06:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AF012341C0; Tue, 24 Jan 2017 10:56:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 ED6AA2341C0 for ; Tue, 24 Jan 2017 10:56:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 2527134163C for ; Tue, 24 Jan 2017 10:56:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 513552D9A for ; Tue, 24 Jan 2017 10:55:57 +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: <1485255041.ffc626306d7ab784f692c1915a4e3e8ddad5ce81.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/calendar/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/calendar/Manifest dev-ml/calendar/calendar-2.03.2.ebuild X-VCS-Directories: dev-ml/calendar/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: ffc626306d7ab784f692c1915a4e3e8ddad5ce81 X-VCS-Branch: master Date: Tue, 24 Jan 2017 10:55:57 +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: 213beb62-e091-4d30-81ce-23ef6fc0bfff X-Archives-Hash: 1313a8895c0620dd057c5342525e8a49 commit: ffc626306d7ab784f692c1915a4e3e8ddad5ce81 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 10:50:41 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 10:50:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffc62630 dev-ml/calendar: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/calendar/Manifest | 1 - dev-ml/calendar/calendar-2.03.2.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/dev-ml/calendar/Manifest b/dev-ml/calendar/Manifest index 061080a..10afcfb 100644 --- a/dev-ml/calendar/Manifest +++ b/dev-ml/calendar/Manifest @@ -1,2 +1 @@ -DIST calendar-2.03.2.tar.gz 270225 SHA256 0e381faaa3bba522cbac705a7f872e6ecfa15220671f4688d1e311631687fb12 SHA512 c6acc326aaed77d238126f8723a8e3e4054808ddfef974d9aead39731f4ab9f386eff2f34aab17e4eade3825dd1e3b708a404ecde3fc9b82416482c7095de82b WHIRLPOOL 68505b62aee8b41c53aae81a3a3d22776867c4885461f1fac33365b4a03cc8d7e4e1ebfa8bf72fc6665d3eb7eb2ca4ae93b98989bd76f22931103707a1b3712c DIST calendar-2.04.tar.gz 271522 SHA256 bea6faa0337a1c54b0f3c2b9b45c9eb90e2b2747406e6f0b841e1fd20fd4d9f7 SHA512 3941768428eda47f47912846cc2921ee82c722bda7cf6095c1c8bdcfebc19bb8f64ebb1a25475396d2a49c186b83421af63602a54a261684117b1c036a66cf3d WHIRLPOOL 64e041dd0b9c8ab9128d2b79a7b62d761e2d74b3388822335807b8c05f3a453bc0ca17c58d0728fa56f1255f8f7b6f779ed6ba27c761c525bdbe1f19e1125f4b diff --git a/dev-ml/calendar/calendar-2.03.2.ebuild b/dev-ml/calendar/calendar-2.03.2.ebuild deleted file mode 100644 index 29ac9ae..00000000 --- a/dev-ml/calendar/calendar-2.03.2.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit findlib eutils - -DESCRIPTION="An Ocaml library to handle dates and time" -HOMEPAGE="http://forge.ocamlcore.org/projects/calendar/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/915/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="doc" - -DEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt]" -RDEPEND="${DEPEND}" - -src_compile() { - emake - use doc && emake doc -} - -src_test() { - emake tests -} - -src_install() { - findlib_src_install - dodoc README CHANGES - use doc && dohtml -r doc -}