commit: 16a82c65a61fa9c542bf49cbaa2cedfb677b02bc Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> AuthorDate: Tue Jan 25 14:30:23 2022 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org> CommitDate: Tue Jan 25 14:30:23 2022 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=16a82c65
sci-chemistry/module2: drop dead package Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org> sci-chemistry/module2/metadata.xml | 11 ----- sci-chemistry/module2/module2-0_pre20140717.ebuild | 47 ---------------------- 2 files changed, 58 deletions(-) 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>[email protected]</email> - </maintainer> - <maintainer type="project"> - <email>[email protected]</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* -}
