From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id CD8A1139BC8 for ; Sat, 19 Sep 2015 14:03:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21A0E08C0; Sat, 19 Sep 2015 14:03:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B9B4E08C4 for ; Sat, 19 Sep 2015 14:03:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 276D3340E20 for ; Sat, 19 Sep 2015 14:03:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C48F21FD for ; Sat, 19 Sep 2015 14:03:19 +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: <1442671385.b476eeefac17c92b2ecea6406cfefc7d9440b38a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/custom_printf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/custom_printf/Manifest dev-ml/custom_printf/custom_printf-112.17.00.ebuild X-VCS-Directories: dev-ml/custom_printf/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: b476eeefac17c92b2ecea6406cfefc7d9440b38a X-VCS-Branch: master Date: Sat, 19 Sep 2015 14:03:19 +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: d9d5e869-d27d-4ed9-80d2-fa03e6d0eabf X-Archives-Hash: 526c9e5ccd4ac8c18e36b324277e1a36 commit: b476eeefac17c92b2ecea6406cfefc7d9440b38a Author: Alexis Ballier gentoo org> AuthorDate: Sat Sep 19 12:30:33 2015 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sat Sep 19 14:03:05 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b476eeef dev-ml/custom_printf: remove old. Package-Manager: portage-2.2.20.1 dev-ml/custom_printf/Manifest | 1 - .../custom_printf/custom_printf-112.17.00.ebuild | 24 ---------------------- 2 files changed, 25 deletions(-) diff --git a/dev-ml/custom_printf/Manifest b/dev-ml/custom_printf/Manifest index 91932b6..acc68e9 100644 --- a/dev-ml/custom_printf/Manifest +++ b/dev-ml/custom_printf/Manifest @@ -1,2 +1 @@ -DIST custom_printf-112.17.00.tar.gz 55881 SHA256 e1ea8c8ab9f4e3fe1f38b42bde039be0da6be645ab889aeb8b04991c38132f0e SHA512 607592dc4869e8193eaaf3b6662fbf45e5515b887c6377c64a89a566ce56d9d30d6c4a75c2b9b3982bcd27ee520b8a19b2d039f32dd8ad0fd876770aa3a03fb7 WHIRLPOOL 39d05293c928cae3825484c81cc555ad6ee7c9f69da5417e1cc81a3eaabd8fe223fdbf0fcd508049bc15685591e5966848d4894fdffed981fa509a55e1d2e5ca DIST custom_printf-112.24.tar.gz 56205 SHA256 dad3aface92c53e8fbcc12cc9358c4767cb1cb09857d4819a10ed98eccaca8f9 SHA512 6bb37c9d4f9abb520659bb0fbb3fb6ce8ed44fde602a868b822f4ef89e52c4009ced639fb7d21d8e1aa798474293fb7d3b487a85d57391a412cd2c0933e64993 WHIRLPOOL 41d831d23c10790196b7a02e11045ed2baa3c70279d9ea611751e7ba1e7a96a918bdd60702d73d5edabaa50dbce6f3852bb9c19044d8508d6e66401ab2f93db6 diff --git a/dev-ml/custom_printf/custom_printf-112.17.00.ebuild b/dev-ml/custom_printf/custom_printf-112.17.00.ebuild deleted file mode 100644 index 6bfad31..0000000 --- a/dev-ml/custom_printf/custom_printf-112.17.00.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Syntax extension for printf format strings" -HOMEPAGE="https://bitbucket.org/yminsky/ocaml-core/wiki/Home" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-ml/type-conv-109.20.00:= - dev-ml/sexplib:= - dev-ml/pa_ounit:= - dev-ml/camlp4:= -" -RDEPEND="${DEPEND}"