summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-chemistry/ghemical/ghemical-1.00.ebuild')
-rw-r--r--sci-chemistry/ghemical/ghemical-1.00.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/sci-chemistry/ghemical/ghemical-1.00.ebuild b/sci-chemistry/ghemical/ghemical-1.00.ebuild
deleted file mode 100644
index 0a38dfecc9d7..000000000000
--- a/sci-chemistry/ghemical/ghemical-1.00.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-1.00.ebuild,v 1.5 2006/06/17 01:02:47 spyderous Exp $
-
-inherit eutils
-
-DESCRIPTION="Chemical quantum mechanics and molecular mechanics"
-HOMEPAGE="http://bioinformatics.org/ghemical/"
-SRC_URI="http://www.uku.fi/~thassine/ghemical/download/${P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-DEPEND="gnome-base/gnome-libs
- dev-libs/libf2c
- sci-chemistry/mpqc
- =x11-libs/gtkglarea-1.2*
- >=media-libs/glut-3.7
- dev-libs/libxml
- =gnome-base/libglade-0*"
-
-src_unpack() {
- unpack ${A}
- cd ${S}
- epatch ${FILESDIR}/gcc3.4.patch
-}
-
-src_compile() {
- ./configure --prefix=/usr --enable-mpqc ||die
- emake ||die
-}
-
-src_install() {
- sed -e "s:^prefix=.*:prefix=${D}/usr:" -i Makefile
- make install||die
-}