Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/bmrblib/
Date: Fri, 01 Jan 2021 01:56:03
Message-Id: 1609466150.3e5764572dac89118b98d9fc5119db3a0544c8d0.mgorny@gentoo
1 commit: 3e5764572dac89118b98d9fc5119db3a0544c8d0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 1 01:51:27 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 1 01:55:50 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e576457
7
8 sci-libs/bmrblib: Remove old (py3.6)
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sci-libs/bmrblib/Manifest | 1 -
13 sci-libs/bmrblib/bmrblib-1.0.3.ebuild | 17 -----------------
14 2 files changed, 18 deletions(-)
15
16 diff --git a/sci-libs/bmrblib/Manifest b/sci-libs/bmrblib/Manifest
17 index d8adcfe9681..972017e2dd4 100644
18 --- a/sci-libs/bmrblib/Manifest
19 +++ b/sci-libs/bmrblib/Manifest
20 @@ -1,2 +1 @@
21 -DIST bmrblib-1.0.3.tar.bz2 51246 BLAKE2B e2adc970523b33c88b73451b1c3d50c218e4600e0e1019bb6fa4dbae1c6a6737bcd1661bf68b6863a1199c46f3df1b0ba36c155efe1010152e120ccc23b034ab SHA512 b03ad9e4ca035439165ebd1b7ba93ede427b2a233a4179be4e8089db988f1dcdce68b1e97348fe22fe7f2c3827ed003b654e0674a4d16a9e32a8a7c255c4b248
22 DIST bmrblib-1.0.4.tar.bz2 51211 BLAKE2B 4d901c085648971af0e271d5524d4fe0f0e085f9ab34cde4cbc2d7b17d1dd37ffd4051c219e769738a9eac8b11b6950c5575d1bd9b9193ef48a698560de3fd96 SHA512 579f3beaf343416c58b344a33ee94d42bcedba558b33c2b9f98662d2ffc685887617229b5f7e75acf61712fe4f03827ca4413bc08e3bd2e72f69d952310891e0
23
24 diff --git a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild b/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
25 deleted file mode 100644
26 index dbc65bf5220..00000000000
27 --- a/sci-libs/bmrblib/bmrblib-1.0.3.ebuild
28 +++ /dev/null
29 @@ -1,17 +0,0 @@
30 -# Copyright 1999-2020 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -PYTHON_COMPAT=( python3_6 )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="API abstracting the BioMagResBank (BMRB) NMR-STAR format"
40 -HOMEPAGE="http://gna.org/projects/bmrblib/"
41 -SRC_URI="http://download.gna.org/${PN}/${P}.tar.bz2"
42 -
43 -SLOT="0"
44 -LICENSE="GPL-3"
45 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
46 -IUSE=""