From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera/
Date: Wed, 05 Mar 2025 17:00:33 +0000 (UTC) [thread overview]
Message-ID: <1741193893.db3c07ee95aa3ddbf4af419d9bdbcd8f82280a5d.pacho@gentoo> (raw)
commit: db3c07ee95aa3ddbf4af419d9bdbcd8f82280a5d
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 5 16:58:13 2025 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Mar 5 16:58:13 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=db3c07ee
sci-chemistry/chimera: drop 1.17.1
Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
sci-chemistry/chimera/chimera-1.17.1.ebuild | 93 -----------------------------
1 file changed, 93 deletions(-)
diff --git a/sci-chemistry/chimera/chimera-1.17.1.ebuild b/sci-chemistry/chimera/chimera-1.17.1.ebuild
deleted file mode 100644
index 919350ac9..000000000
--- a/sci-chemistry/chimera/chimera-1.17.1.ebuild
+++ /dev/null
@@ -1,93 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit desktop xdg
-
-DESCRIPTION="Next generation molecular visualization program from RBVI"
-HOMEPAGE="https://www.cgl.ucsf.edu/chimera/"
-SRC_URI="chimera-${PV}-linux_x86_64.bin
- fetch+http://svn.cgl.ucsf.edu/svn/chimera/trunk/icons/chimera/Chimera512.png"
-
-SLOT="0"
-LICENSE="chimera"
-KEYWORDS="~amd64 ~x86"
-
-RESTRICT="fetch mirror strip"
-QA_PREBUILT="*"
-
-DEPEND=""
-BDEPEND=""
-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
- 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
- virtual/libcrypt:=
-"
-
-S="${WORKDIR}"
-
-pkg_nofetch() {
- elog "Please visit"
- elog "https://www.cgl.ucsf.edu/chimera/download.html"
- elog "and download chimera-${PV}-linux_x86_64.bin into your DISTDIR"
-}
-
-src_unpack() {
- cp "${DISTDIR}"/chimera-${PV}-linux_x86_64.bin chimera-${PV}-linux_x86_64.bin.zip
- unzip chimera-${PV}-linux_x86_64.bin.zip || die
-}
-
-src_install() {
- chmod +x ./chimera.bin
- dodir /opt/
- ./chimera.bin -d foo || die
- newicon "${DISTDIR}"/Chimera512.png Chimera.png
- make_desktop_entry "${EPREFIX}/opt/bin/chimera" Chimera Chimera
- 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/include/ft2build.h" || die
- dosym ../../../usr/include/freetype2/ft2build.h opt/chimera/include/ft2build.h
-
- 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
-}
next reply other threads:[~2025-03-05 17:00 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-05 17:00 Pacho Ramos [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-05 17:00 [gentoo-commits] proj/sci:master commit in: sci-chemistry/chimera/ Pacho Ramos
2025-03-05 17:00 Pacho Ramos
2023-10-19 14:25 Pacho Ramos
2023-05-04 12:04 Pacho Ramos
2023-04-27 23:17 Pacho Ramos
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1741193893.db3c07ee95aa3ddbf4af419d9bdbcd8f82280a5d.pacho@gentoo \
--to=pacho@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox