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 6DB5B139347 for ; Sat, 24 Jul 2021 17:30:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C88F2E0DE6; Sat, 24 Jul 2021 17:30:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B0E0BE0DE6 for ; Sat, 24 Jul 2021 17:30:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1E54342B16 for ; Sat, 24 Jul 2021 17:30:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D1B21844 for ; Sat, 24 Jul 2021 17:30: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: <1627147802.fc25490e8ef7abee53079e40855aaf8cbd2a958f.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/flatbuffers/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/flatbuffers/Manifest dev-python/flatbuffers/flatbuffers-1.12.ebuild X-VCS-Directories: dev-python/flatbuffers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: fc25490e8ef7abee53079e40855aaf8cbd2a958f X-VCS-Branch: master Date: Sat, 24 Jul 2021 17:30: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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a2bc8d17-c02a-48bd-9091-bcb63e74a48d X-Archives-Hash: f1bc0f4d208f0983f661f303e947b992 commit: fc25490e8ef7abee53079e40855aaf8cbd2a958f Author: Michał Górny gentoo org> AuthorDate: Sat Jul 24 15:20:32 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 24 17:30:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc25490e dev-python/flatbuffers: Remove old Signed-off-by: Michał Górny gentoo.org> dev-python/flatbuffers/Manifest | 1 - dev-python/flatbuffers/flatbuffers-1.12.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/dev-python/flatbuffers/Manifest b/dev-python/flatbuffers/Manifest index 3c752d287c0..65babcee572 100644 --- a/dev-python/flatbuffers/Manifest +++ b/dev-python/flatbuffers/Manifest @@ -1,2 +1 @@ -DIST flatbuffers-1.12.tar.gz 11286 BLAKE2B 9286d9d53bfca515ff01d329decc61201b8bc6231db8700d920530b21b8a213769f4c092ea4af901168ff31f57641f46853cd9d52a6a90398ec8b6ec67b7fb0b SHA512 d7059508908c6bc7f421d04c0f8dbc9884015009b3601822489119853d851f2bf3aab941a96d19b354edf3c9c377625d0faf7b92f7a63a6d597e6ceac4abcf2d DIST flatbuffers-2.0.tar.gz 22462 BLAKE2B a07f1d27afd71aaa23ba26a061267f95bbb7e0ced8b2c110b3d60fdb9d922fd4b339d7abc63068a030e08e6d824871c61110a665edd6781ac54dd5ef8613975a SHA512 76636449c107f1b2d1a1f395dfbb04c89c25946d8a731a257475ff2517f9667095f3527280b87fdd4081fd5a9f7aa0a112d5daae742c1575d29abb69da595b6d diff --git a/dev-python/flatbuffers/flatbuffers-1.12.ebuild b/dev-python/flatbuffers/flatbuffers-1.12.ebuild deleted file mode 100644 index 806a74e479a..00000000000 --- a/dev-python/flatbuffers/flatbuffers-1.12.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) - -inherit distutils-r1 - -DESCRIPTION="RFC 7049 - Concise Binary Object Representation" -HOMEPAGE="https://github.com/google/flatbuffers https://pypi.org/project/flatbuffers/" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="amd64 arm arm64 x86"