summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-libs/libghemical')
-rw-r--r--sci-libs/libghemical/Manifest2
-rw-r--r--sci-libs/libghemical/libghemical-2.00.ebuild37
-rw-r--r--sci-libs/libghemical/libghemical-2.99.1.ebuild41
3 files changed, 0 insertions, 80 deletions
diff --git a/sci-libs/libghemical/Manifest b/sci-libs/libghemical/Manifest
index b9d117307a43..59de73635f4a 100644
--- a/sci-libs/libghemical/Manifest
+++ b/sci-libs/libghemical/Manifest
@@ -1,3 +1 @@
-DIST libghemical-2.00.tar.gz 629479 SHA256 e873b3042df75fa1c9f37fc99f2ff14227965ed13c7680169f714ab6575d5f21 SHA512 3b37ef56634ecd3cdcd149c4864106f14870863a5f39139db0010d73800c4b4a73a56b8ec49b247e158a89d59d1a008b9b56bf35dd3393453e61ffb88402d700 WHIRLPOOL 4f2593179ef50b840d683605b392c5264fe463120e5e34bf557d52e18f75f60c195f43bdace280218d5b66f2433ef6a4f92385a2821eddf883ba12dbfe2423e6
-DIST libghemical-2.99.1.tar.gz 778812 SHA256 f9b6df3c1e98a524f90644ebaaebb804792f391ca383c0f92b609060dc485d9f SHA512 5678ab5f16c973f4012fc832c4e83779efbcac9b68f1fbe0cd8803c502312071adf76ad2515157163da3169ea122dab80e0e0f9aa7f34b5adc967b10c2fe99b6 WHIRLPOOL 799de0a73a08500faf04d048e9a8b6454bb7b548d692e08f8409396268185c7581a1db46ca26d4f54765b4ce9679fb0141af40c4a3757b0e732d72bda0a67790
DIST libghemical-3.0.0.tar.gz 787947 SHA256 db8c3add0aa1f94c21016d60fa3f66fb194e56b8e9fceaa3860c603700efc3ac SHA512 71531e7bd72a7fa063dd35536a346f15e3c0fd0284112fa2f304580204b93552bd0c9a426cee22044b5dd1662e34e5d191d20af938e474561fe55f2394e7519e WHIRLPOOL fae8e49a2136460013296e0a23a56513a36941ece73013a1a21b530abdfbabfba2b5098457b70a9cd1694759995ffeae01250d05034e0c1186fd2f47af52af08
diff --git a/sci-libs/libghemical/libghemical-2.00.ebuild b/sci-libs/libghemical/libghemical-2.00.ebuild
deleted file mode 100644
index 31add114b693..000000000000
--- a/sci-libs/libghemical/libghemical-2.00.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit autotools eutils
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.bioinformatics.org/ghemical/download/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86"
-IUSE="mopac7 mpqc"
-RDEPEND="mopac7? ( sci-chemistry/mopac7 )
- mpqc? ( >=sci-chemistry/mpqc-2.3.1-r1
- virtual/blas
- virtual/lapack )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- epatch "${FILESDIR}"/${PV}-really-find-blas-and-lapack.patch
- cd "${S}"
- eautoreconf
-}
-
-src_compile() {
- econf \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- || die "configure failed"
- emake || die "make failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "install failed"
-}
diff --git a/sci-libs/libghemical/libghemical-2.99.1.ebuild b/sci-libs/libghemical/libghemical-2.99.1.ebuild
deleted file mode 100644
index 5982b64de7f4..000000000000
--- a/sci-libs/libghemical/libghemical-2.99.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit autotools eutils
-
-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"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gl.patch
- eautoreconf
-}
-
-src_configure() {
- econf \
- --enable-shared \
- $(use_enable mopac7) \
- $(use_enable mpqc) \
- $(use_enable static-libs static)
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "install failed"
-}