summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fisette <ribosome@gentoo.org>2005-06-25 21:57:19 +0000
committerOlivier Fisette <ribosome@gentoo.org>2005-06-25 21:57:19 +0000
commita548019edd6249674130e3cc60bccd64fa288d31 (patch)
treec08a50b414b0585352d9484556f877a63178dd39 /sci-chemistry
parentRemoved obsolete version. (diff)
downloadhistorical-a548019edd6249674130e3cc60bccd64fa288d31.tar.gz
historical-a548019edd6249674130e3cc60bccd64fa288d31.tar.bz2
historical-a548019edd6249674130e3cc60bccd64fa288d31.zip
Removed obsolete version
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/mpqc/Manifest6
-rw-r--r--sci-chemistry/mpqc/files/digest-mpqc-2.2.2-r12
-rw-r--r--sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild44
-rw-r--r--sci-chemistry/pymol/Manifest14
4 files changed, 8 insertions, 58 deletions
diff --git a/sci-chemistry/mpqc/Manifest b/sci-chemistry/mpqc/Manifest
index cecf7cce5e91..32e936820271 100644
--- a/sci-chemistry/mpqc/Manifest
+++ b/sci-chemistry/mpqc/Manifest
@@ -1,8 +1,6 @@
-MD5 a18f7460a40623b7e9d5bdf24acef9dd ChangeLog 2532
-MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 fd8c7a881494849d54bcd223ccc4e85f mpqc-2.2.2-r1.ebuild 1431
MD5 e9d844071c64f7af1c83acc43ca9e81b mpqc-2.2.2.ebuild 1410
MD5 9e4726b21096a9de72c8f951fb17cc77 mpqc-2.2.3.ebuild 1466
+MD5 a18f7460a40623b7e9d5bdf24acef9dd ChangeLog 2532
+MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
MD5 ef8f7cc3214e84dfd6bec6d38eacb3a6 files/digest-mpqc-2.2.2 129
-MD5 ef8f7cc3214e84dfd6bec6d38eacb3a6 files/digest-mpqc-2.2.2-r1 129
MD5 4a8b0c0ea1bc3bafc4302eceff353d0f files/digest-mpqc-2.2.3 131
diff --git a/sci-chemistry/mpqc/files/digest-mpqc-2.2.2-r1 b/sci-chemistry/mpqc/files/digest-mpqc-2.2.2-r1
deleted file mode 100644
index 86aa62626884..000000000000
--- a/sci-chemistry/mpqc/files/digest-mpqc-2.2.2-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-MD5 7f5d2e6340aa9eba76a6e37cebc5fb9d mpqc-2.2.2.tar.gz 2061755
-MD5 2602c914c9181e92c77153ce21e13116 mpqc-man-2.2.2.tar.gz 166450
diff --git a/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild b/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild
deleted file mode 100644
index 80f9d888c2ca..000000000000
--- a/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/mpqc/mpqc-2.2.2-r1.ebuild,v 1.2 2005/05/24 22:01:20 spyderous Exp $
-
-inherit fortran
-
-DESCRIPTION="The Massively Parallel Quantum Chemistry Program"
-HOMEPAGE="http://www.mpqc.org/"
-SRC_URI="mirror://sourceforge/mpqc/${P}.tar.gz
- doc? ( mirror://sourceforge/mpqc/${PN}-man-${PV}.tar.gz )"
-
-LICENSE="GPL-2"
-SLOT="0"
-# Should work on x86, amd64 and ppc, at least
-KEYWORDS="~x86 ~ppc ~amd64"
-IUSE="doc X"
-
-DEPEND="sys-devel/flex
- virtual/blas
- virtual/lapack
- dev-lang/perl
- X? ( virtual/x11 )"
-
-src_compile() {
- CFLAGS_SAVE=${CFLAGS}; CXXFLAGS_SAVE=${CXXFLAGS}
- myconf="${myconf} --prefix=/usr"
- use X && myconf="${myconf} --x-includes=/usr/X11R6/include \
- --x-libraries=/usr/X11R6/lib"
- ./configure ${myconf} || die "configure failed"
- sed -e "s:^CFLAGS =.*$:CFLAGS=${CFLAGS_SAVE}:" \
- -e "s:^FFLAGS =.*$:FFLAGS=${CFLAGS_SAVE}:" \
- -e "s:^CXXFLAGS =.*$:CXXFLAGS=${CXXFLAGS_SAVE}:" \
- lib/LocalMakefile > lib/LocalMakefile.foo
- mv lib/LocalMakefile.foo lib/LocalMakefile
- emake || die "emake failed"
-}
-
-src_install() {
- sed -e "s:^prefix=.*$:prefix=${D}/usr:" lib/LocalMakefile \
- > lib/LocalMakefile.foo
- mv lib/LocalMakefile.foo lib/LocalMakefile
- use doc && doman ${WORKDIR}/${PN}-man-${PV}/man3/*
- make install install_devel install_inc || die "install failed"
-}
diff --git a/sci-chemistry/pymol/Manifest b/sci-chemistry/pymol/Manifest
index e6adbfb47d68..667aaf324d70 100644
--- a/sci-chemistry/pymol/Manifest
+++ b/sci-chemistry/pymol/Manifest
@@ -1,13 +1,11 @@
-MD5 b55788c23a8af52dc98ede88bf488985 pymol-0.88.ebuild 1030
-MD5 fbe669154b87b6919622affaca545ce7 pymol-0.98.ebuild 1135
MD5 2e14ab661047ad8d8c2fe6b21b72c5cc pymol-0.97.ebuild 1131
+MD5 0bcad10c6e6a431e5de4b4b84ea87747 pymol-0.98.ebuild 1134
+MD5 fbcce54fe841e784a74792a03f06571d ChangeLog 3514
MD5 8c623e53daafa025137077c6b65815bd metadata.xml 156
-MD5 d3c090c499b0d9f79a5b9b2ee61bef37 ChangeLog 3375
-MD5 1a6ba582a7928c370c8dfe44c8867e7c files/header_order.patch 905
+MD5 34d172ef31b5038e071b634d4e645cf1 files/pymol-gentoo.diff 1566
MD5 cb324029606a6b5048895957143c7a44 files/digest-pymol-0.97 64
-MD5 e42746bf581479c61ff1e7cc5b978edd files/setup.py-gentoo.patch 311
+MD5 2dbc83e197b07cf99e7b02a03555a3d6 files/digest-pymol-0.98 64
+MD5 1a6ba582a7928c370c8dfe44c8867e7c files/header_order.patch 905
MD5 929741dc2da6577e6e99c5542d68dbd5 files/nosplash-gentoo.patch 332
+MD5 e42746bf581479c61ff1e7cc5b978edd files/setup.py-gentoo.patch 311
MD5 af2da92225ab57969d18d16ed60324ce files/setup2.py-gentoo.patch 493
-MD5 bc61462df500f324f8ba07a1c1f7bdf4 files/digest-pymol-0.88 64
-MD5 2dbc83e197b07cf99e7b02a03555a3d6 files/digest-pymol-0.98 64
-MD5 34d172ef31b5038e071b634d4e645cf1 files/pymol-gentoo.diff 1566