summaryrefslogtreecommitdiff
path: root/sci-chemistry/msms-bin
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-12 11:50:53 -0500
commit290aebdea65a02557706eaeda477fef0437b6a48 (patch)
treef87a939169a508a2e943570501b64cc16b411cda /sci-chemistry/msms-bin
parent6783ddcd4b73d9ce586a71770caed352bec93b16 (diff)
downloadbaldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.gz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.tar.xz
baldeagleos-repo-290aebdea65a02557706eaeda477fef0437b6a48.zip
Adding metadata
Diffstat (limited to 'sci-chemistry/msms-bin')
-rw-r--r--sci-chemistry/msms-bin/Manifest2
-rw-r--r--sci-chemistry/msms-bin/metadata.xml12
-rw-r--r--sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild41
3 files changed, 0 insertions, 55 deletions
diff --git a/sci-chemistry/msms-bin/Manifest b/sci-chemistry/msms-bin/Manifest
deleted file mode 100644
index 6816196e5e48..000000000000
--- a/sci-chemistry/msms-bin/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST msms_i86Linux2_2.6.1.tar.gz 112762 BLAKE2B 8ceb55eef29234b38d631ea4aa63c7f11e4a606b8f14526412ed64d2ac9174604fd6ecb8c11c8e7629fd570b2298ee81d4f364c75ee64a41b1bc9fd9c661277b SHA512 814a5b5fa760b57c773f6900d42cacc5b68a2bf16d8792aa63cfa779aeabdab4e05064b86de6fb2551194543db925d83e07cf4ef74be8c08935ef5ecc8dcfe73
-DIST msms_i86_64Linux2_2.6.1.tar.gz 593147 BLAKE2B b66430303f732bc66c62577950671a947c2a81efa139857a255522fa5dc73f042b571e7756e76246aaeac30cb8cf3ac7383645b35a70bb08a15572de1c5fb2af SHA512 630da1ae57b2d8d072247b650636a71e5ef6f07a245c8c4d07b26e20618d9c5dbaffcff563d0504b9b899ca263ba5f3458447f0e649bbfb895aea34305c1c8f8
diff --git a/sci-chemistry/msms-bin/metadata.xml b/sci-chemistry/msms-bin/metadata.xml
deleted file mode 100644
index b4eae26b035a..000000000000
--- a/sci-chemistry/msms-bin/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>alexxy@gentoo.org</email>
- </maintainer>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <origin>baldeagleos-repo</origin>
-</pkgmetadata>
diff --git a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild b/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
deleted file mode 100644
index 1994e41d15c5..000000000000
--- a/sci-chemistry/msms-bin/msms-bin-2.6.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="MSMS very efficiently computes triangulations of Solvent Excluded Surfaces"
-HOMEPAGE="http://mgl.scripps.edu/people/sanner/html/msms_home.html"
-SRC_URI="
- amd64? ( msms_i86_64Linux2_2.6.1.tar.gz )
- x86? ( msms_i86Linux2_2.6.1.tar.gz )"
-
-LICENSE="MSMS"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-RESTRICT="fetch"
-
-S="${WORKDIR}"
-
-QA_PREBUILT="opt/bin/*"
-
-pkg_nofetch() {
- einfo "Please download ${A} from https://ccsb.scripps.edu/msms/downloads/ and"
- einfo "place it into your DISTDIR directory."
-}
-
-src_install() {
- dobin pdb_to_xyz*
-
- exeinto /opt/bin
- newexe ${PN%-bin}.$(usex amd64 x86_64Linux2 i86Linux2).${PV} msms
-
- dodoc README msms.html ReleaseNotes
- doman msms.1
-
- insinto /usr/share/${PN}/
- doins atmtypenumbers
- sed \
- -e 's:nawk:awk:g' \
- -e "s:./atmtypenumbers:${EPREFIX}/usr/share/${PN}/atmtypenumbers:g" \
- -i pdb_to_xyz* || die
-}