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 23F33139085 for ; Tue, 24 Jan 2017 11:32:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4E1A41424C; Tue, 24 Jan 2017 11:32:31 +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 2B3E21424C for ; Tue, 24 Jan 2017 11:32:31 +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 656A3341673 for ; Tue, 24 Jan 2017 11:32:28 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D64972D92 for ; Tue, 24 Jan 2017 11:32:26 +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: <1485257102.e099aa76a7901699157c97d2690291660a57d4f6.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocplib-endian/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocplib-endian/Manifest dev-ml/ocplib-endian/ocplib-endian-0.8-r1.ebuild X-VCS-Directories: dev-ml/ocplib-endian/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: e099aa76a7901699157c97d2690291660a57d4f6 X-VCS-Branch: master Date: Tue, 24 Jan 2017 11:32:26 +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: 2cdd94f4-8c36-47aa-9edb-b66d30372624 X-Archives-Hash: 57d7f53951951a45480f6d89d69f63b7 commit: e099aa76a7901699157c97d2690291660a57d4f6 Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 11:25:02 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 11:25:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e099aa76 dev-ml/ocplib-endian: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocplib-endian/Manifest | 1 - dev-ml/ocplib-endian/ocplib-endian-0.8-r1.ebuild | 25 ------------------------ 2 files changed, 26 deletions(-) diff --git a/dev-ml/ocplib-endian/Manifest b/dev-ml/ocplib-endian/Manifest index ff871c2..fc788ac 100644 --- a/dev-ml/ocplib-endian/Manifest +++ b/dev-ml/ocplib-endian/Manifest @@ -1,2 +1 @@ -DIST ocplib-endian-0.8.tar.gz 56733 SHA256 34a9ffda92459ae0ccd0b6e97cd947ed59f565f5a5776f51e18f5fec27c8ea44 SHA512 6978e9e306faf115d1b732e221dad8a1eea1c2eae12b5ca6f5462ee8b603900fcc585dc5a20e0a35fa793cf3d9fe50833b284a4385bc3d251e86457bf54a8697 WHIRLPOOL 9f595128d0c1281c56c70ef76522afa721d5b7e81199218b6509d9aa4b8a7c32b5f64b1d6b3dd65c9c7dc5a638233f3e46ef7ed1de88614f62d2a6a6c70e3be6 DIST ocplib-endian-1.0.tar.gz 62753 SHA256 76f268e1aff8dbac8b6a0ca9473f90255da35f15b0fcaf26a840cb6f73029243 SHA512 a08fd58ec5e72510c40e8b75e0ee8327ee658f479e45dd4632bc04e3907d04aaa3684df3b993ab63fc2a6c1f1a4fb32784e9b5258730d3b89a716300522d8d7f WHIRLPOOL 6ae457809630e459fb928b0be6ccd5eeb36f88130ad47f4805bea2613f7ecca82bdf2c2ad8cea067c7e721bb9a29bd76d6016660a4c4d9b8e3edd946ad11ef59 diff --git a/dev-ml/ocplib-endian/ocplib-endian-0.8-r1.ebuild b/dev-ml/ocplib-endian/ocplib-endian-0.8-r1.ebuild deleted file mode 100644 index 675b522..00000000 --- a/dev-ml/ocplib-endian/ocplib-endian-0.8-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -OASIS_BUILD_TESTS=1 - -inherit oasis - -DESCRIPTION="Optimised functions to read and write int16/32/64 from strings, bytes and bigarrays" -HOMEPAGE="https://github.com/OCamlPro/ocplib-endian" -SRC_URI="https://github.com/OCamlPro/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - >=dev-lang/ocaml-4.01 - >=dev-ml/cppo-1.1.0 -" -RDEPEND="" - -DOCS=( CHANGES.md COPYING.txt README.md )