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 270BD13832E for ; Sun, 24 Jul 2016 11:31:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B2AF2E0B4D; Sun, 24 Jul 2016 11:31:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 E80A6E0B4B for ; Sun, 24 Jul 2016 11:31:13 +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 30076340D77 for ; Sun, 24 Jul 2016 11:31:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 26160CE9 for ; Sun, 24 Jul 2016 11:31:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1469359857.ec9de68630eb05b5647833902d3287e6af012fb9.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/faillib/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/faillib/Manifest dev-ml/faillib/faillib-109.60.00.ebuild dev-ml/faillib/faillib-111.17.00.ebuild dev-ml/faillib/metadata.xml profiles/package.mask X-VCS-Directories: dev-ml/faillib/ profiles/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ec9de68630eb05b5647833902d3287e6af012fb9 X-VCS-Branch: master Date: Sun, 24 Jul 2016 11:31:10 +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: 9acb4a49-d0a3-477a-b33c-859e7af7b3e0 X-Archives-Hash: 11dbe6de64be8841eda04dd1a5a3fe52 commit: ec9de68630eb05b5647833902d3287e6af012fb9 Author: Michał Górny gentoo org> AuthorDate: Sun Jul 24 11:28:06 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Jul 24 11:30:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec9de686 dev-ml/faillib: Remove last-rited pkg, #586912 dev-ml/faillib/Manifest | 2 -- dev-ml/faillib/faillib-109.60.00.ebuild | 24 ------------------------ dev-ml/faillib/faillib-111.17.00.ebuild | 25 ------------------------- dev-ml/faillib/metadata.xml | 8 -------- profiles/package.mask | 2 -- 5 files changed, 61 deletions(-) diff --git a/dev-ml/faillib/Manifest b/dev-ml/faillib/Manifest deleted file mode 100644 index 9a03409..0000000 --- a/dev-ml/faillib/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST faillib-109.60.00.tar.gz 47376 SHA256 f90e56a2fd47aa6e644c9e87da101a2f644e65c012889c6d566211b4e7d43370 SHA512 950ef8550d97576870ced3afbf28efcaa043f234dc160c40c7d6ddd80d31518cf2fce9cb8f741d71fb39c852415b9975f4b7e7eec8bbdaf5eaba79581d02abc9 WHIRLPOOL 92a5449cb6eb1282d7f6e32ff1168ffde230c4262b46f40b97f2b32b29e71154ca9e5c31a8f1faece2ef93b6df60c5341476466aea7c12f4c9f32c83e17709e6 -DIST faillib-111.17.00.tar.gz 48691 SHA256 3bd1e32555d706d18e4163648cae818fd2136c989e35b5f6fffeb8576757bb89 SHA512 318f0123835f46354d3b798f3480847942b8201b6edc578fcd2b504b3f8cd473a9d5b83f02a7255f4e3031c45ff3b65a43f4ccf1f63c9fe0ecf70bb02036d2e6 WHIRLPOOL 8863f597eac5be72c37926c600ba15eff05c02ed74a31a6235bb24ba22a98a1cfd7f336974395d33fd4b1101be07de26bd939b37bc11fe75174d7d51a69b82cd diff --git a/dev-ml/faillib/faillib-109.60.00.ebuild b/dev-ml/faillib/faillib-109.60.00.ebuild deleted file mode 100644 index e9db312..0000000 --- a/dev-ml/faillib/faillib-109.60.00.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Syntax extension for inserting the current location" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-ml/herelib:= - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/faillib/faillib-111.17.00.ebuild b/dev-ml/faillib/faillib-111.17.00.ebuild deleted file mode 100644 index f400008..0000000 --- a/dev-ml/faillib/faillib-111.17.00.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -MY_P=${PN/-/_}-${PV} -DESCRIPTION="Syntax extension for inserting the current location" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}.00/individual/${MY_P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-ml/herelib:= - dev-ml/camlp4:= - " -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${MY_P}" diff --git a/dev-ml/faillib/metadata.xml b/dev-ml/faillib/metadata.xml deleted file mode 100644 index ffac4d7..0000000 --- a/dev-ml/faillib/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - ml@gentoo.org - Gentoo ML Project - - diff --git a/profiles/package.mask b/profiles/package.mask index e3f2f1f..a04818d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -238,9 +238,7 @@ media-video/motion # Michał Górny (25 Jun 2016) # Obsolete packages for removal in 30 days. Replacements and bugs: -# dev-ml/faillib -> dev-ml/ppx_fail, #586912 # dev-ml/typehashlib -- not used anymore, #586928 -dev-ml/faillib dev-ml/typehashlib # Pawel Hajdan jr (13 Jun 2016)