summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Kursawe <phosphan@gentoo.org>2005-01-04 16:32:19 +0000
committerPatrick Kursawe <phosphan@gentoo.org>2005-01-04 16:32:19 +0000
commitddfd0e35458be76f011aac1190e287029bcd534e (patch)
tree78a1cca1631b9abf014102619f28cd1f60369aee /sci-chemistry
parentno need for nomirror in this versions (Manifest recommit) (diff)
downloadgentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.tar.gz
gentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.tar.bz2
gentoo-2-ddfd0e35458be76f011aac1190e287029bcd534e.zip
Version bump
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/ghemical/ChangeLog8
-rw-r--r--sci-chemistry/ghemical/Manifest2
-rw-r--r--sci-chemistry/ghemical/files/digest-ghemical-1.011
-rw-r--r--sci-chemistry/ghemical/files/gcc3.4-r1.patch12
-rw-r--r--sci-chemistry/ghemical/ghemical-1.01.ebuild38
5 files changed, 60 insertions, 1 deletions
diff --git a/sci-chemistry/ghemical/ChangeLog b/sci-chemistry/ghemical/ChangeLog
index cf550530934a..d4a99d3bc79c 100644
--- a/sci-chemistry/ghemical/ChangeLog
+++ b/sci-chemistry/ghemical/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/ghemical
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.3 2005/01/04 16:02:11 phosphan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ChangeLog,v 1.4 2005/01/04 16:32:19 phosphan Exp $
+
+*ghemical-1.01 (04 Jan 2005)
+
+ 04 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> +files/gcc3.4-r1.patch,
+ +ghemical-1.01.ebuild:
+ Version bump
04 Jan 2005; Patrick Kursawe <phosphan@gentoo.org> +files/gcc3.4.patch,
ghemical-1.00.ebuild:
diff --git a/sci-chemistry/ghemical/Manifest b/sci-chemistry/ghemical/Manifest
index f3c819445262..41bf707a1bdb 100644
--- a/sci-chemistry/ghemical/Manifest
+++ b/sci-chemistry/ghemical/Manifest
@@ -1,5 +1,7 @@
MD5 7eee9f49213553ee1ee395ec0d8c2384 ghemical-1.00.ebuild 1169
+MD5 5851f14fcb6f1a9819fe25786d20c062 ghemical-1.01.ebuild 1170
MD5 605bf18d27a39277565f181822f195bf ChangeLog 1542
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 fefd85f432335b478759ce408d355480 files/digest-ghemical-1.00 63
+MD5 ed929c4b181d11c1d2ab2e2fdfc65614 files/digest-ghemical-1.01 63
MD5 bdb8f7d12899a6cae19b4d7ff183c752 files/gcc3.4.patch 1112
diff --git a/sci-chemistry/ghemical/files/digest-ghemical-1.01 b/sci-chemistry/ghemical/files/digest-ghemical-1.01
new file mode 100644
index 000000000000..f93f191bdae8
--- /dev/null
+++ b/sci-chemistry/ghemical/files/digest-ghemical-1.01
@@ -0,0 +1 @@
+MD5 41f7b6ce38b4a1be9a9cf00d7d068b4a ghemical-1.01.tgz 2790798
diff --git a/sci-chemistry/ghemical/files/gcc3.4-r1.patch b/sci-chemistry/ghemical/files/gcc3.4-r1.patch
new file mode 100644
index 000000000000..3a737a459ad1
--- /dev/null
+++ b/sci-chemistry/ghemical/files/gcc3.4-r1.patch
@@ -0,0 +1,12 @@
+diff -ru src-old/graphics/objects.h src/graphics/objects.h
+--- src-old/graphics/objects.h 2005-01-04 16:21:49.000000000 +0100
++++ src/graphics/objects.h 2005-01-04 12:26:57.000000000 +0100
+@@ -177,7 +177,7 @@
+ {
+ protected:
+
+- friend obj_loc_data * dummy_object::GetLocDataRW(void) const;
++ friend class dummy_object;
+
+ obj_loc_data * data;
+
diff --git a/sci-chemistry/ghemical/ghemical-1.01.ebuild b/sci-chemistry/ghemical/ghemical-1.01.ebuild
new file mode 100644
index 000000000000..243d14d5fe8f
--- /dev/null
+++ b/sci-chemistry/ghemical/ghemical-1.01.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/ghemical/ghemical-1.01.ebuild,v 1.1 2005/01/04 16:32:19 phosphan Exp $
+
+inherit eutils
+
+DESCRIPTION="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."
+HOMEPAGE="http://www.uku.fi/~thassine/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-r1.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
+}