summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-07-06 06:34:38 +0000
committerJustin Lecher <jlec@gentoo.org>2010-07-06 06:34:38 +0000
commit00c9ddbf362ecccbe07c5f556a3a788f35323526 (patch)
tree6ef6bb09379a4280f19d7666653c485009183226 /sci-chemistry
parentVersion bump with bug fixes. (diff)
downloadgentoo-2-00c9ddbf362ecccbe07c5f556a3a788f35323526.tar.gz
gentoo-2-00c9ddbf362ecccbe07c5f556a3a788f35323526.tar.bz2
gentoo-2-00c9ddbf362ecccbe07c5f556a3a788f35323526.zip
Removed old, Version Bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sci-chemistry')
-rw-r--r--sci-chemistry/refmac/ChangeLog8
-rw-r--r--sci-chemistry/refmac/refmac-5.6.0078.ebuild71
-rw-r--r--sci-chemistry/refmac/refmac-5.6.0079.ebuild71
-rw-r--r--sci-chemistry/refmac/refmac-5.6.0081.ebuild (renamed from sci-chemistry/refmac/refmac-5.6.0077.ebuild)4
4 files changed, 9 insertions, 145 deletions
diff --git a/sci-chemistry/refmac/ChangeLog b/sci-chemistry/refmac/ChangeLog
index 3a4af17923a4..3bb87107b4ac 100644
--- a/sci-chemistry/refmac/ChangeLog
+++ b/sci-chemistry/refmac/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for sci-chemistry/refmac
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.13 2010/07/03 08:33:57 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/ChangeLog,v 1.14 2010/07/06 06:34:38 jlec Exp $
+
+*refmac-5.6.0081 (06 Jul 2010)
+
+ 06 Jul 2010; Justin Lecher <jlec@gentoo.org> -refmac-5.6.0077.ebuild,
+ -refmac-5.6.0078.ebuild, -refmac-5.6.0079.ebuild, +refmac-5.6.0081.ebuild:
+ Removed old, Version Bump
*refmac-5.6.0080 (03 Jul 2010)
diff --git a/sci-chemistry/refmac/refmac-5.6.0078.ebuild b/sci-chemistry/refmac/refmac-5.6.0078.ebuild
deleted file mode 100644
index 057fbe9d5c91..000000000000
--- a/sci-chemistry/refmac/refmac-5.6.0078.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0078.ebuild,v 1.1 2010/06/28 04:48:15 jlec Exp $
-
-EAPI="2"
-
-inherit fortran base toolchain-funcs versionator
-
-MY_PV="$(get_version_component_range 1-2)_source_v${PV}"
-
-DESCRIPTION="Macromolecular crystallographic refinement program"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~garib/refmac/"
-SRC_URI="${HOMEPAGE}data/refmac_experimental/${PN}${MY_PV}.tar.gz
- test? ( http://dev.gentooexperimental.org/~jlec/distfiles/test-framework.tar.gz )"
-
-SLOT="0"
-LICENSE="ccp4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- sci-libs/ccp4-libs
- sci-libs/mmdb
- >sci-libs/monomer-db-1
- virtual/blas
- virtual/lapack"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-PATCHES=(
- "${FILESDIR}"/${PV}-allow-dynamic-linking.patch
- )
-
-src_prepare() {
- base_src_prepare
- use test && epatch "${FILESDIR}"/5.5-test.log.patch
-}
-
-src_compile() {
- emake \
- FC=$(tc-getFC) \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- COPTIM="${CFLAGS}" \
- FOPTIM="${FFLAGS:- -O2}" \
- VERSION="" \
- XFFLAGS="-fno-second-underscore" \
- LLIBCCP="-lccp4f -lccp4c -lccif -lmmdb -lstdc++" \
- LLIBLAPACK="$(pkg-config --libs lapack blas)" \
- || die
-}
-
-src_test() {
- einfo "Starting tests ..."
- export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}"
- export CCP4_TEST="${WORKDIR}"/test-framework
- export CCP4_SCR="${T}"
- ln -sf refmac "${S}"/refmac5
- sed '/^ANISOU/d' -i ${CCP4_TEST}/data/pdb/1vr7.pdb
- ccp4-run-thorough-tests -v test_refmac5 || die
-}
-
-src_install() {
- for i in refmac libcheck; do
- exeinto /usr/libexec/ccp4/bin/
- doexe ${i} || die
- dosym ../libexec/ccp4/bin/${i} /usr/bin/${i}
- done
- dosym refmac /usr/bin/refmac5 || die
-}
diff --git a/sci-chemistry/refmac/refmac-5.6.0079.ebuild b/sci-chemistry/refmac/refmac-5.6.0079.ebuild
deleted file mode 100644
index baac0a232c81..000000000000
--- a/sci-chemistry/refmac/refmac-5.6.0079.ebuild
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0079.ebuild,v 1.1 2010/07/02 06:36:10 jlec Exp $
-
-EAPI="2"
-
-inherit fortran base toolchain-funcs versionator
-
-MY_PV="$(get_version_component_range 1-2)_source_v${PV}"
-
-DESCRIPTION="Macromolecular crystallographic refinement program"
-HOMEPAGE="http://www.ysbl.york.ac.uk/~garib/refmac/"
-SRC_URI="${HOMEPAGE}data/refmac_experimental/${PN}${MY_PV}.tar.gz
- test? ( http://dev.gentooexperimental.org/~jlec/distfiles/test-framework.tar.gz )"
-
-SLOT="0"
-LICENSE="ccp4"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="test"
-
-RDEPEND="
- sci-libs/ccp4-libs
- sci-libs/mmdb
- >sci-libs/monomer-db-1
- virtual/blas
- virtual/lapack"
-DEPEND="${RDEPEND}"
-
-S="${WORKDIR}"
-
-PATCHES=(
- "${FILESDIR}"/${PV/79/78}-allow-dynamic-linking.patch
- )
-
-src_prepare() {
- base_src_prepare
- use test && epatch "${FILESDIR}"/5.5-test.log.patch
-}
-
-src_compile() {
- emake \
- FC=$(tc-getFC) \
- CC=$(tc-getCC) \
- CXX=$(tc-getCXX) \
- COPTIM="${CFLAGS}" \
- FOPTIM="${FFLAGS:- -O2}" \
- VERSION="" \
- XFFLAGS="-fno-second-underscore" \
- LLIBCCP="-lccp4f -lccp4c -lccif -lmmdb -lstdc++" \
- LLIBLAPACK="$(pkg-config --libs lapack blas)" \
- || die
-}
-
-src_test() {
- einfo "Starting tests ..."
- export PATH="${WORKDIR}/test-framework/scripts:${S}:${PATH}"
- export CCP4_TEST="${WORKDIR}"/test-framework
- export CCP4_SCR="${T}"
- ln -sf refmac "${S}"/refmac5
- sed '/^ANISOU/d' -i ${CCP4_TEST}/data/pdb/1vr7.pdb
- ccp4-run-thorough-tests -v test_refmac5 || die
-}
-
-src_install() {
- for i in refmac libcheck; do
- exeinto /usr/libexec/ccp4/bin/
- doexe ${i} || die
- dosym ../libexec/ccp4/bin/${i} /usr/bin/${i}
- done
- dosym refmac /usr/bin/refmac5 || die
-}
diff --git a/sci-chemistry/refmac/refmac-5.6.0077.ebuild b/sci-chemistry/refmac/refmac-5.6.0081.ebuild
index b06b2298fd96..19b0a2303aa7 100644
--- a/sci-chemistry/refmac/refmac-5.6.0077.ebuild
+++ b/sci-chemistry/refmac/refmac-5.6.0081.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0077.ebuild,v 1.2 2010/06/16 14:27:33 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/refmac/refmac-5.6.0081.ebuild,v 1.1 2010/07/06 06:34:38 jlec Exp $
EAPI="2"
@@ -29,7 +29,7 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}"
PATCHES=(
- "${FILESDIR}"/5.6.0075-allow-dynamic-linking.patch
+ "${FILESDIR}"/${PV/81/80}-allow-dynamic-linking.patch
)
src_prepare() {