commit: 156c0cfa492e54337dbcc99884d7aa894a6809e4 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Mar 19 11:13:02 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Fri Mar 19 11:13:02 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=156c0cfa
sci-chemistry/hydronmr: remove masked package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> profiles/package.mask | 5 --- sci-chemistry/hydronmr/hydronmr-7c.ebuild | 52 ------------------------------- sci-chemistry/hydronmr/metadata.xml | 8 ----- 3 files changed, 65 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 1f0f520f2..c67ad131a 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -30,11 +30,6 @@ #--- END OF EXAMPLES --- -# Andrew Ammerlaan <[email protected]> (05 March 2021) -# Does not fetch, installs an exe, upstream website times out -# Masked for removal in 14 days, if you need this please complain -sci-chemistry/hydronmr - # Andrew Ammerlaan <[email protected]> (05 March 2021) # Does not build, live only, latest update 2013 # Masked for removal in 14 days, if you need this please complain diff --git a/sci-chemistry/hydronmr/hydronmr-7c.ebuild b/sci-chemistry/hydronmr/hydronmr-7c.ebuild deleted file mode 100644 index afdc48581..000000000 --- a/sci-chemistry/hydronmr/hydronmr-7c.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="Calculation of NMR relaxation of small, quasirigid macromolecules" -HOMEPAGE="http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.htm" -SRC_URI=" - http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr7c2lnx.exe - http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr7c2lnx.exe - http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.pdf - http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr7c.pdf - http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr-1.pdf - http://leonardo.inf.um.es/macromol/programs/hydronmr/fast-hydronmr-2.pdf - examples? ( - http://leonardo.inf.um.es/macromol/programs/hydronmr/hydronmr.dat - http://leonardo.inf.um.es/macromol/programs/hydronmr/6lyz.pdb - http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr.res - http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr.t12 - http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-nmr-pri.bea - http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-fast-nmr.res - http://leonardo.inf.um.es/macromol/programs/hydronmr/lysozyme31-fast-nmr.t12 - )" - -SLOT="0" -LICENSE="all-rights-reserved" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="examples" - -QA_PREBUILT="opt/bin/.*" - -src_unpack() { - mkdir -p "${S}" || die - cd "${S}" || die - cp "${DISTDIR}"/* . || die -} - -src_install() { - local exe - for exe in *exe; do - into /opt - newbin ${exe} ${exe%7c2lnx.exe} - rm ${exe} || die - done - dodoc *pdf - rm -f *pdf || die - - if use examples; then - insinto /usr/share/${PN}/examples - doins * - fi -} diff --git a/sci-chemistry/hydronmr/metadata.xml b/sci-chemistry/hydronmr/metadata.xml deleted file mode 100644 index da36ecbfc..000000000 --- a/sci-chemistry/hydronmr/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata>
