summaryrefslogtreecommitdiff
path: root/sci-libs/libghemical
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-06-13 00:08:30 +0100
committerV3n3RiX <venerix@koprulu.sector>2024-06-13 00:08:30 +0100
commit0ebcd2cbf178600b5eb36b2f24cdbb3d2f4a9000 (patch)
tree941e6ba8c256dd27e9f9ca634f08d4bf0278798e /sci-libs/libghemical
parentf0ddcad13515f66d2f3bf827d33c277bdba7e1dd (diff)
gentoo auto-resync : 13:06:2024 - 00:08:29
Diffstat (limited to 'sci-libs/libghemical')
-rw-r--r--sci-libs/libghemical/Manifest4
-rw-r--r--sci-libs/libghemical/files/libghemical-2.98-gl.patch13
-rw-r--r--sci-libs/libghemical/libghemical-3.0.0.ebuild40
-rw-r--r--sci-libs/libghemical/metadata.xml21
4 files changed, 0 insertions, 78 deletions
diff --git a/sci-libs/libghemical/Manifest b/sci-libs/libghemical/Manifest
deleted file mode 100644
index 12a3d071edfc..000000000000
--- a/sci-libs/libghemical/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX libghemical-2.98-gl.patch 402 BLAKE2B 6b2bf88b489bb99d2c851025c57941788eaecef9abcb623c4ac66c1090d862ad4623223e0ea99706d4079c1caf6591092e16b3d244275e2cb57f8c8f5731feec SHA512 bf0fee685f2f10f467d92f86db3dea47879651335c6966757e69bf7bac1f9a6ee18bd22c9a61f01ca1babc5c7e14cfc3caba382af764fd1a418ee70e32e2b1a6
-DIST libghemical-3.0.0.tar.gz 787947 BLAKE2B ea0bf4c8f257df3d22d5efdede83cea1ad2239692e98c87cdb44c7da3352956d5bc21c2c92f6ab8759cf6b8cad2d6041cb49d4532234ba8ff2d323db583c7d48 SHA512 71531e7bd72a7fa063dd35536a346f15e3c0fd0284112fa2f304580204b93552bd0c9a426cee22044b5dd1662e34e5d191d20af938e474561fe55f2394e7519e
-EBUILD libghemical-3.0.0.ebuild 802 BLAKE2B 45cd825b442247105150a05a85a523372e0ed6d3525251d01115bc6c95b45282592939d06bcb57da7ef044f8d766dcc6ddf3990dcba3413d83381228b05a55d9 SHA512 c5e55d1ea0ddcbc7a896191850835e42c763f6dfc671d806fb80b80449f2d8900a5822e933a54e0e4099d46bf91bc4628db7dbefe51cd04a46ddc5bd29689420
-MISC metadata.xml 892 BLAKE2B f130fdb96717717021a6a5b9d4313e06c96dfeff1a488abeaac379913e4de831ff9c652fc9fdf912c049a4bf211184e120811010570f2328d8a241209a1dfd94 SHA512 6ab95718eec65e26ee2c6c5b7e97cbd93ae3415796f9230c17b07b87572066021fae60182d1bf62ceb6a9bbb8d5f2f6cc06cff292bd80735c2c0f524f4100835
diff --git a/sci-libs/libghemical/files/libghemical-2.98-gl.patch b/sci-libs/libghemical/files/libghemical-2.98-gl.patch
deleted file mode 100644
index 8cea8aab636e..000000000000
--- a/sci-libs/libghemical/files/libghemical-2.98-gl.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/typedef.h b/src/typedef.h
-index 8d2efcc..1e304e8 100644
---- a/src/typedef.h
-+++ b/src/typedef.h
-@@ -27,7 +27,7 @@
-
- // comment this out if you have no GL/gl.h available...
-
--#define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out???
-+// #define HAVE_GL_H // 2008-07-31 ; also with mingw comment this out???
-
- // added by Robert Williams for Compaq cxx, alpha 11/28/01
-
diff --git a/sci-libs/libghemical/libghemical-3.0.0.ebuild b/sci-libs/libghemical/libghemical-3.0.0.ebuild
deleted file mode 100644
index de7e0299a0dc..000000000000
--- a/sci-libs/libghemical/libghemical-3.0.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/current/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="mopac7 mpqc static-libs"
-
-RDEPEND="
- mopac7? ( >=sci-chemistry/mopac7-1.13-r1 )
- mpqc? (
- >=sci-chemistry/mpqc-2.3.1-r1
- virtual/blas
- virtual/lapack
- )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-PATCHES=( "${FILESDIR}"/${PN}-2.98-gl.patch )
-
-src_prepare() {
- default
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- $(use_enable static-libs static)
-}
diff --git a/sci-libs/libghemical/metadata.xml b/sci-libs/libghemical/metadata.xml
deleted file mode 100644
index d7bc678f012b..000000000000
--- a/sci-libs/libghemical/metadata.xml
+++ /dev/null
@@ -1,21 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>sci-chemistry@gentoo.org</email>
- <name>Gentoo Chemistry Project</name>
- </maintainer>
- <longdescription>
- Ghemical supports both quantum-mechanics (semi-empirical and ab initio) models
- and molecular mechanics models (there is an experimental Tripos 5.2-like force
- field for organic molecules). Also a tool for reduced protein models is
- included. Geometry optimization, molecular dynamics and a large set of
- visualization tools are currently available.
- </longdescription>
- <use>
- <flag name="mopac7">Use <pkg>sci-chemistry/mopac7</pkg> for semi-empirical
- calculations</flag>
- <flag name="mpqc">Use <pkg>sci-chemistry/mpqc</pkg> for quantum-mechanical
- calculations</flag>
- </use>
-</pkgmetadata>