From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3775158087 for ; Tue, 25 Jan 2022 14:30:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BFF4CE0769; Tue, 25 Jan 2022 14:30:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9ED3CE0769 for ; Tue, 25 Jan 2022 14:30:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8EB5A342E84 for ; Tue, 25 Jan 2022 14:30:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F30AE1F0 for ; Tue, 25 Jan 2022 14:30:43 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1643121023.16a82c65a61fa9c542bf49cbaa2cedfb677b02bc.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/module2/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/module2/metadata.xml sci-chemistry/module2/module2-0_pre20140717.ebuild X-VCS-Directories: sci-chemistry/module2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 16a82c65a61fa9c542bf49cbaa2cedfb677b02bc X-VCS-Branch: master Date: Tue, 25 Jan 2022 14:30:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 22f1bc85-90d2-4dbf-949a-b6a6168ba0a5 X-Archives-Hash: 76c8e12fca87faa569c5188869d14b1e commit: 16a82c65a61fa9c542bf49cbaa2cedfb677b02bc Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Jan 25 14:30:23 2022 +0000 Commit: Andrew Ammerlaan gentoo 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 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 @@ - - - - - jlec@gentoo.org - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - - 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* -}