From: Alexis Ballier Date: Sat, 19 Sep 2015 12:22:19 +0000 (+0200) Subject: dev-ml/comparelib: remove old X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=36be7376cfc6954e018d8588ee9f603bce0e7406;p=gentoo.git dev-ml/comparelib: remove old Package-Manager: portage-2.2.20.1 --- diff --git a/dev-ml/comparelib/Manifest b/dev-ml/comparelib/Manifest index a81772191436..5db1e859531c 100644 --- a/dev-ml/comparelib/Manifest +++ b/dev-ml/comparelib/Manifest @@ -1,2 +1 @@ -DIST comparelib-109.27.00.tar.gz 53593 SHA256 6d7015be475a08e3e4105f10697c0e3139c6a9b62c9c9dbf5039947c522a437f SHA512 b2f612febf94f596d8ba65fcb1b582f4505fac4bc0a3e0481f446bcbb72036410bd05628367a32b7ba4655cb052cff17cf1b8499f7e562566858216c7786a873 WHIRLPOOL 85281665252471d7c5e89a62ccec1c15c8aaa41778bcdeb81c6b4b2887cf749f9fef10b058c866a7b5b7bf6c9e8390cccdd43e52947a73d1c3a89bdf5b0c225a DIST comparelib-109.60.00.tar.gz 56707 SHA256 1075fb05e0d1e290f71ad0f6163f32b2cb4cebdc77568491c7eb38ba91f5db7e SHA512 0a20267b06ddb840f31b3aec7b4cc0a77aa5a5e7f454c1d163944e4b233233b5cc1d266aae52eaffbc0721e8d83f2ec345444032af1dc2e0b75bb78ae06e33cb WHIRLPOOL 092abc147a3531d543a9fb68526c4a9839b4ca4f12674962b15a6da01caa69d5ae4e111b29ad9b06b1a2f703a017b04b71016b421ad2334447ed0f47d47d0332 diff --git a/dev-ml/comparelib/comparelib-109.27.00.ebuild b/dev-ml/comparelib/comparelib-109.27.00.ebuild deleted file mode 100644 index 157d3ca890c4..000000000000 --- a/dev-ml/comparelib/comparelib-109.27.00.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -inherit oasis - -DESCRIPTION="Camlp4 syntax extension that derives comparison functions from type representations" -HOMEPAGE="http://www.janestreet.com/ocaml" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV}/individual/${P}.tar.gz - https://dev.gentoo.org/~aballier/distfiles/${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=">=dev-ml/type-conv-109.20.00:=" -RDEPEND="${DEPEND}" - -DOCS=( "README.txt" )