diff options
author | 2022-12-20 15:12:15 +0100 | |
---|---|---|
committer | 2022-12-20 15:25:46 +0100 | |
commit | 835a56741ec1b2fe933744e24017a0bf3f9c0cc8 (patch) | |
tree | 675886369a12d3ffc1d6025dad9de6476aa084d1 /sci-libs | |
parent | sci-mathematics/relational: treeclean (diff) | |
download | gentoo-835a56741ec1b2fe933744e24017a0bf3f9c0cc8.tar.gz gentoo-835a56741ec1b2fe933744e24017a0bf3f9c0cc8.tar.bz2 gentoo-835a56741ec1b2fe933744e24017a0bf3f9c0cc8.zip |
sci-libs/bmrblib: treeclean
Closes: https://bugs.gentoo.org/809995
Closes: https://bugs.gentoo.org/846248
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/bmrblib/Manifest | 1 | ||||
-rw-r--r-- | sci-libs/bmrblib/bmrblib-1.0.4.ebuild | 17 | ||||
-rw-r--r-- | sci-libs/bmrblib/metadata.xml | 16 |
3 files changed, 0 insertions, 34 deletions
diff --git a/sci-libs/bmrblib/Manifest b/sci-libs/bmrblib/Manifest deleted file mode 100644 index 972017e2dd4a..000000000000 --- a/sci-libs/bmrblib/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST bmrblib-1.0.4.tar.bz2 51211 BLAKE2B 4d901c085648971af0e271d5524d4fe0f0e085f9ab34cde4cbc2d7b17d1dd37ffd4051c219e769738a9eac8b11b6950c5575d1bd9b9193ef48a698560de3fd96 SHA512 579f3beaf343416c58b344a33ee94d42bcedba558b33c2b9f98662d2ffc685887617229b5f7e75acf61712fe4f03827ca4413bc08e3bd2e72f69d952310891e0 diff --git a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild b/sci-libs/bmrblib/bmrblib-1.0.4.ebuild deleted file mode 100644 index d90182eb1a8c..000000000000 --- a/sci-libs/bmrblib/bmrblib-1.0.4.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{7..9} ) - -inherit distutils-r1 - -DESCRIPTION="API abstracting the BioMagResBank (BMRB) NMR-STAR format" -HOMEPAGE="https://sourceforge.net/projects/bmrblib" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" - -SLOT="0" -LICENSE="GPL-3" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" diff --git a/sci-libs/bmrblib/metadata.xml b/sci-libs/bmrblib/metadata.xml deleted file mode 100644 index 3883641649b8..000000000000 --- a/sci-libs/bmrblib/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> - <longdescription> - Bmrblib is an API abstracting the BioMagResBank (BMRB) NMR-STAR format - (http://www.bmrb.wisc.edu/). It allows the writing of NMR-STAR files - for BMRB data deposition and the reading and easy extraction of data - from files residing in the BMRB data bank, all without knowledge of - the Self-Defining Text Archive and Retrieval (STAR) format. The API - has currently only python bindings. - </longdescription> -</pkgmetadata> |