summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2010-12-29 15:16:29 +0000
committerJustin Lecher <jlec@gentoo.org>2010-12-29 15:16:29 +0000
commit4b44baf023cc9d53e18cd3c7041a85202da0516a (patch)
tree56b0704561dae1555a958e65a226525b8ee1ccfe /sci-libs/cctbx
parentx86 stable per bug 349760 (diff)
downloadgentoo-2-4b44baf023cc9d53e18cd3c7041a85202da0516a.tar.gz
gentoo-2-4b44baf023cc9d53e18cd3c7041a85202da0516a.tar.bz2
gentoo-2-4b44baf023cc9d53e18cd3c7041a85202da0516a.zip
Added missing dependency on clipper
(Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/cctbx')
-rw-r--r--sci-libs/cctbx/ChangeLog12
-rw-r--r--sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild3
-rw-r--r--sci-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild3
-rw-r--r--sci-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild3
-rw-r--r--sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild3
5 files changed, 19 insertions, 5 deletions
diff --git a/sci-libs/cctbx/ChangeLog b/sci-libs/cctbx/ChangeLog
index b502039c421d..6328b847d5a7 100644
--- a/sci-libs/cctbx/ChangeLog
+++ b/sci-libs/cctbx/ChangeLog
@@ -1,6 +1,16 @@
# ChangeLog for sci-libs/cctbx
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.9 2010/12/15 20:47:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/ChangeLog,v 1.10 2010/12/29 15:16:29 jlec Exp $
+
+ 29 Dec 2010; Justin Lecher <jlec@gentoo.org> cctbx-2009.11.01.0123-r1.ebuild,
+ cctbx-2010.03.29.2334-r1.ebuild, cctbx-2010.03.29.2334-r2.ebuild,
+ cctbx-2010.03.29.2334-r3.ebuild:
+ Added missing dependency on clipper
+
+ 16 Dec 2010; Justin Lecher <jlec@gentoo.org> cctbx-2009.11.01.0123-r1.ebuild,
+ cctbx-2010.03.29.2334-r1.ebuild, cctbx-2010.03.29.2334-r2.ebuild,
+ cctbx-2010.03.29.2334-r3.ebuild:
+ Added missing RDEPEND on sci-libs/clipper
*cctbx-2010.03.29.2334-r3 (15 Dec 2010)
diff --git a/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild b/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild
index 519260f31e40..059be0cb80e6 100644
--- a/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild
+++ b/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.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-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild,v 1.5 2010/09/12 12:26:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2009.11.01.0123-r1.ebuild,v 1.6 2010/12/29 15:16:29 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -20,6 +20,7 @@ IUSE="+minimal openmp threads"
RDEPEND="
>dev-libs/boost-1.39
+ sci-libs/clipper
sci-libs/fftw
!minimal? (
sci-chemistry/cns
diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild
index 26792e157934..04a1236e87b7 100644
--- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild
+++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r1.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-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild,v 1.2 2010/09/12 12:26:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r1.ebuild,v 1.3 2010/12/29 15:16:29 jlec Exp $
EAPI="3"
PYTHON_DEPEND="2"
@@ -20,6 +20,7 @@ IUSE="+minimal openmp threads"
RDEPEND="
>dev-libs/boost-1.39
+ sci-libs/clipper
sci-libs/fftw
!minimal? (
sci-chemistry/cns
diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild
index 6e6353eff59a..7f39e39dfa23 100644
--- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild
+++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r2.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-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild,v 1.2 2010/09/12 12:26:04 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r2.ebuild,v 1.3 2010/12/29 15:16:29 jlec Exp $
EAPI="3"
@@ -21,6 +21,7 @@ IUSE="+minimal openmp threads"
RDEPEND="
>dev-libs/boost-1.39
+ sci-libs/clipper
sci-libs/fftw
!minimal? (
sci-chemistry/cns
diff --git a/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild b/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild
index cf6dd422db9f..f7ce39ba57b9 100644
--- a/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild
+++ b/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.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-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild,v 1.1 2010/12/15 20:47:48 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-libs/cctbx/cctbx-2010.03.29.2334-r3.ebuild,v 1.2 2010/12/29 15:16:29 jlec Exp $
EAPI="3"
@@ -21,6 +21,7 @@ IUSE="+minimal openmp threads"
RDEPEND="
>dev-libs/boost-1.39
+ sci-libs/clipper
sci-libs/fftw
!minimal? (
sci-chemistry/cns