commit: fc25490e8ef7abee53079e40855aaf8cbd2a958f Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Sat Jul 24 15:20:32 2021 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> 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 <mgorny <AT> 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"