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 3156C15ACFB for ; Tue, 25 Apr 2023 11:18:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5832CE09B6; Tue, 25 Apr 2023 11:18:16 +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 29423E09B6 for ; Tue, 25 Apr 2023 11:18:16 +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 03994335D6D for ; Tue, 25 Apr 2023 11:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6663A8AC for ; Tue, 25 Apr 2023 11:18:13 +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: <1682421480.ef4fb39c9f35d83b6529ffce9dcc9a7c38b4446d.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera-bin/ X-VCS-Repository: proj/sci X-VCS-Files: sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild sci-chemistry/chimera-bin/metadata.xml X-VCS-Directories: sci-chemistry/chimera-bin/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: ef4fb39c9f35d83b6529ffce9dcc9a7c38b4446d X-VCS-Branch: master Date: Tue, 25 Apr 2023 11:18:13 +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: b13aa762-906d-46b9-aea3-aee570455049 X-Archives-Hash: 58d50900d4f95071f206d5d6896b3a74 commit: ef4fb39c9f35d83b6529ffce9dcc9a7c38b4446d Author: Andrew Ammerlaan gentoo org> AuthorDate: Tue Apr 25 11:16:19 2023 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Apr 25 11:18:00 2023 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=ef4fb39c sci-chemistry/chimera-bin: treeclean, unavailable deps Signed-off-by: Andrew Ammerlaan gentoo.org> sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild | 96 ----------------------- sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild | 96 ----------------------- sci-chemistry/chimera-bin/metadata.xml | 8 -- 3 files changed, 200 deletions(-) diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild deleted file mode 100644 index 7d5f9147a..000000000 --- a/sci-chemistry/chimera-bin/chimera-bin-1.14.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg - -DESCRIPTION="An extensible Molecular Modelling System" -HOMEPAGE="https://www.cgl.ucsf.edu/chimera/" -SRC_URI="chimera-${PV}-linux_x86_64.bin" - -SLOT="0" -LICENSE="chimera" -KEYWORDS="~amd64 ~x86" - -DEPEND="prefix? ( dev-util/patchelf )" -RDEPEND=" - dev-lang/tcl - dev-lang/tk - dev-libs/expat - dev-libs/libotf - dev-libs/openssl:0 - dev-libs/libpcre - sys-libs/zlib - media-libs/fontconfig - media-libs/freetype - media-libs/ftgl - media-libs/libpng - media-libs/tiff - sci-libs/hdf5 - sci-libs/xdrfile - sys-devel/gcc[openmp,fortran] - media-libs/libjpeg-turbo - virtual/glu - virtual/opengl - x11-libs/libX11 - x11-libs/libICE - x11-libs/libXext - x11-libs/libXft - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXrender - x11-libs/libSM - x11-libs/libXt - x11-libs/libGLw -" - -S="${WORKDIR}" - -RESTRICT="fetch mirror strip" - -QA_PREBUILT="opt/.*" - -pkg_nofetch() { - elog "Please visit" - elog "https://www.cgl.ucsf.edu/chimera/download.html" - elog "or" - elog "https://www.cgl.ucsf.edu/chimera/olddownload.html" - elog "and download ${A} into your DISTDIR" -} - -src_unpack() { - cp "${DISTDIR}"/${A} ${A}.zip - unzip ${A}.zip || die -} - -src_install() { - chmod +x ./chimera.bin - dodir /opt/ - ./chimera.bin -d foo || die - doicon foo/chimeraIcon.png - mv foo "${ED}/opt/${PN}" || die - - cat >> "${T}"/chimera <<- EOF - #!${EPREFX}/bin/bash - - export PATH="${EPREFIX}/opt/${PN}/bin:\${PATH}" - "${EPREFIX}/opt/${PN}/bin/chimera" \$@ - EOF - - exeinto /opt/bin/ - doexe "${T}"/chimera - - # point the symlink to the correct location - rm "${ED}/opt/chimera-bin/include/ft2build.h" - dosym ../../../usr/include/freetype2/ft2build.h opt/chimera-bin/include/ft2build.h - - make_desktop_entry "${EPREFIX}/opt/bin/chimera" Chimera chimeraIcon - - if use prefix; then - local i - for i in "${ED}"/opt/${PN}/bin/{tiffcp,povray,al2co} "${ED}"/opt/${PN}/lib/*.so; do - patchelf --set-rpath "${EPREFIX}/usr/lib:${EPREFIX}/opt/${PN}/lib" "${i}" || die - done - fi -} diff --git a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild b/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild deleted file mode 100644 index 7d5f9147a..000000000 --- a/sci-chemistry/chimera-bin/chimera-bin-1.15.ebuild +++ /dev/null @@ -1,96 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop xdg - -DESCRIPTION="An extensible Molecular Modelling System" -HOMEPAGE="https://www.cgl.ucsf.edu/chimera/" -SRC_URI="chimera-${PV}-linux_x86_64.bin" - -SLOT="0" -LICENSE="chimera" -KEYWORDS="~amd64 ~x86" - -DEPEND="prefix? ( dev-util/patchelf )" -RDEPEND=" - dev-lang/tcl - dev-lang/tk - dev-libs/expat - dev-libs/libotf - dev-libs/openssl:0 - dev-libs/libpcre - sys-libs/zlib - media-libs/fontconfig - media-libs/freetype - media-libs/ftgl - media-libs/libpng - media-libs/tiff - sci-libs/hdf5 - sci-libs/xdrfile - sys-devel/gcc[openmp,fortran] - media-libs/libjpeg-turbo - virtual/glu - virtual/opengl - x11-libs/libX11 - x11-libs/libICE - x11-libs/libXext - x11-libs/libXft - x11-libs/libXmu - x11-libs/libXpm - x11-libs/libXrender - x11-libs/libSM - x11-libs/libXt - x11-libs/libGLw -" - -S="${WORKDIR}" - -RESTRICT="fetch mirror strip" - -QA_PREBUILT="opt/.*" - -pkg_nofetch() { - elog "Please visit" - elog "https://www.cgl.ucsf.edu/chimera/download.html" - elog "or" - elog "https://www.cgl.ucsf.edu/chimera/olddownload.html" - elog "and download ${A} into your DISTDIR" -} - -src_unpack() { - cp "${DISTDIR}"/${A} ${A}.zip - unzip ${A}.zip || die -} - -src_install() { - chmod +x ./chimera.bin - dodir /opt/ - ./chimera.bin -d foo || die - doicon foo/chimeraIcon.png - mv foo "${ED}/opt/${PN}" || die - - cat >> "${T}"/chimera <<- EOF - #!${EPREFX}/bin/bash - - export PATH="${EPREFIX}/opt/${PN}/bin:\${PATH}" - "${EPREFIX}/opt/${PN}/bin/chimera" \$@ - EOF - - exeinto /opt/bin/ - doexe "${T}"/chimera - - # point the symlink to the correct location - rm "${ED}/opt/chimera-bin/include/ft2build.h" - dosym ../../../usr/include/freetype2/ft2build.h opt/chimera-bin/include/ft2build.h - - make_desktop_entry "${EPREFIX}/opt/bin/chimera" Chimera chimeraIcon - - if use prefix; then - local i - for i in "${ED}"/opt/${PN}/bin/{tiffcp,povray,al2co} "${ED}"/opt/${PN}/lib/*.so; do - patchelf --set-rpath "${EPREFIX}/usr/lib:${EPREFIX}/opt/${PN}/lib" "${i}" || die - done - fi -} diff --git a/sci-chemistry/chimera-bin/metadata.xml b/sci-chemistry/chimera-bin/metadata.xml deleted file mode 100644 index da36ecbfc..000000000 --- a/sci-chemistry/chimera-bin/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - sci-chemistry@gentoo.org - Gentoo Chemistry Project - -