diff options
author | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-25 15:30:23 +0100 |
---|---|---|
committer | Andrew Ammerlaan <andrewammerlaan@gentoo.org> | 2022-01-25 15:30:23 +0100 |
commit | 16a82c65a61fa9c542bf49cbaa2cedfb677b02bc (patch) | |
tree | 24b664a71e804f624c1f5dcbafa030fc89775b77 /sci-chemistry | |
parent | sci-biology/MolBioLib: drop dead package (diff) | |
download | sci-16a82c65a61fa9c542bf49cbaa2cedfb677b02bc.tar.gz sci-16a82c65a61fa9c542bf49cbaa2cedfb677b02bc.tar.bz2 sci-16a82c65a61fa9c542bf49cbaa2cedfb677b02bc.zip |
sci-chemistry/module2: drop dead package
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'sci-chemistry')
-rw-r--r-- | sci-chemistry/module2/Manifest | 1 | ||||
-rw-r--r-- | sci-chemistry/module2/metadata.xml | 11 | ||||
-rw-r--r-- | sci-chemistry/module2/module2-0_pre20140717.ebuild | 47 |
3 files changed, 0 insertions, 59 deletions
diff --git a/sci-chemistry/module2/Manifest b/sci-chemistry/module2/Manifest deleted file mode 100644 index 2bb0b7338..000000000 --- a/sci-chemistry/module2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST MODULE2.tar.gz 1593965 SHA256 c98a32e2b9af109bf8cfc0670bff1350b97adf3ede4a44e33f6c977fb0348e48 SHA512 bae62229268affd7d9e059f4e7862ebe266d881d98b7a87b42c01591a6304be727bb516e3966666bd105341e131d739cc66f4352ecce69a13cce34fcf0baec39 WHIRLPOOL 77ada1b4e795f39a660a2b8edad98afa18bb31807a13c0005c9d7259e9c4a185c2f10d0bf7d65628217bb7a02d1ff2d97b51770f3b19875615001a5f517c3aee diff --git a/sci-chemistry/module2/metadata.xml b/sci-chemistry/module2/metadata.xml deleted file mode 100644 index 713d21566..000000000 --- a/sci-chemistry/module2/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>jlec@gentoo.org</email> - </maintainer> - <maintainer type="project"> - <email>sci-chemistry@gentoo.org</email> - <name>Gentoo Chemistry Project</name> - </maintainer> -</pkgmetadata> diff --git a/sci-chemistry/module2/module2-0_pre20140717.ebuild b/sci-chemistry/module2/module2-0_pre20140717.ebuild deleted file mode 100644 index d9123f318..000000000 --- a/sci-chemistry/module2/module2-0_pre20140717.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="Residual dipolar coupling and residual chemical shift analysis software" -HOMEPAGE="http://www.ibs.fr/science-213/scientific-output/software/module/?lang=en" -SRC_URI="MODULE2.tar.gz" - -SLOT="0" -LICENSE="all-rights-reserved" -KEYWORDS="" - -RDEPEND=" - x11-libs/motif[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXpm[abi_x86_32(-)] - x11-libs/libXt[abi_x86_32(-)] -" -DEPEND="${RDEPEND} -" - -RESTRICT="fetch splitdebug" - -S="${WORKDIR}"/MODULE2 - -QA_PREBUILT="opt/bin/.*" - -pkg_nofetch() { - elog "Please download ${A} from" - elog "${HOMEPAGE}" - elog "and place it into your DISTDIR folder" -} - -src_install() { - use prefix && \ - patchelf --set-rpath "${EPREFIX}"/usr/lib - exeinto /opt/bin - doexe module - dosym module /opt/bin/${PN} - - dodoc -r MODULE2_manual_fichiers MODULE2_manual.htm - - insinto /usr/share/${PN} - doins sample* -} |