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 5378758975 for ; Sun, 7 Feb 2016 16:14:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EFE621C01E; Sun, 7 Feb 2016 16:14:05 +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 29D7D21C01E for ; Sun, 7 Feb 2016 16:14:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 372D634092D for ; Sun, 7 Feb 2016 16:14:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A868BCEC for ; Sun, 7 Feb 2016 16:14:01 +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: <1454861629.cccc31e5d150a5b5cdd961c16a32344eab49314e.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/optcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/optcomp/Manifest dev-ml/optcomp/optcomp-1.5.ebuild X-VCS-Directories: dev-ml/optcomp/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cccc31e5d150a5b5cdd961c16a32344eab49314e X-VCS-Branch: master Date: Sun, 7 Feb 2016 16:14:01 +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: 512d9bac-0c7b-4970-8ea2-708588981514 X-Archives-Hash: d384e75d3a3b2bf0f5514c08cd6b9951 commit: cccc31e5d150a5b5cdd961c16a32344eab49314e Author: Alexis Ballier gentoo org> AuthorDate: Sun Feb 7 16:01:52 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Sun Feb 7 16:13:49 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cccc31e5 dev-ml/optcomp: remove old Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> dev-ml/optcomp/Manifest | 1 - dev-ml/optcomp/optcomp-1.5.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ml/optcomp/Manifest b/dev-ml/optcomp/Manifest index 15aee86..89956af 100644 --- a/dev-ml/optcomp/Manifest +++ b/dev-ml/optcomp/Manifest @@ -1,2 +1 @@ -DIST optcomp-1.5.tar.gz 51964 SHA256 1041762f2a5ba014b26a24c31ed46c6c08cd89754c8914388f358161b7e97d8d SHA512 15fc215e19e4e7854d5b6b005ece6301e5847cf8cdfc1d017a858fd3a0fd4309346e4347c2ab29902d929d67d284a279001ae518b498c997e1648bfcd2513142 WHIRLPOOL 1a88fa85f626a590d9edca8a1551ac963338ae7a68f5f7c3ab028b5251d696c83473eb8ebfddaf653421409af79bd01ff07084c27009b839c0251d0959dedd41 DIST optcomp-1.6.tar.gz 56370 SHA256 5022d80e4d7dba4ada3aa57156503fad75fcd6d7b13cfa8580012a1d9f581042 SHA512 19fa04a42e5ed589979647469759017442598d170bf82d49c3b720d1b1b6bbe3066ae3ffee77a3f15dcbf51be5d7a8934300873391ebce423f3a0f3878250c18 WHIRLPOOL ca453c60a367e58747363cb9f4d20f7e34c3f1a63a767104903b810d1e50007bca6340ed517cc98a0563ad6bf0e934ff3ded448a441627280c7e6a51097ca676 diff --git a/dev-ml/optcomp/optcomp-1.5.ebuild b/dev-ml/optcomp/optcomp-1.5.ebuild deleted file mode 100644 index 1853fd5..0000000 --- a/dev-ml/optcomp/optcomp-1.5.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="Optional compilation for OCaml with cpp-like directives" -HOMEPAGE="https://github.com/diml/optcomp" -SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}" - -DOCS=( CHANGES.md README.md )