diff options
author | 2012-10-19 09:43:33 +0000 | |
---|---|---|
committer | 2012-10-19 09:43:33 +0000 | |
commit | a74b5b39b65036b422eaa17399290dd2ad0261f1 (patch) | |
tree | 709e7e5bcfaa9a9d8bfdc4674aa7e47af3dc5e06 /sci-chemistry/cns | |
parent | sci-chemistry/ccp4: Remove virtual/fortran and always call fortran-2_pkg_setu... (diff) | |
download | gentoo-2-a74b5b39b65036b422eaa17399290dd2ad0261f1.tar.gz gentoo-2-a74b5b39b65036b422eaa17399290dd2ad0261f1.tar.bz2 gentoo-2-a74b5b39b65036b422eaa17399290dd2ad0261f1.zip |
sci-chemistry/cns: Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the updated fortran-2.eclass
(Portage version: 2.2.0_alpha141/cvs/Linux x86_64, signed Manifest commit with key 70EB7916)
Diffstat (limited to 'sci-chemistry/cns')
-rw-r--r-- | sci-chemistry/cns/ChangeLog | 7 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.2.1-r7.ebuild | 6 | ||||
-rw-r--r-- | sci-chemistry/cns/cns-1.3_p7.ebuild | 6 |
3 files changed, 10 insertions, 9 deletions
diff --git a/sci-chemistry/cns/ChangeLog b/sci-chemistry/cns/ChangeLog index 11c0e231291d..94c320d049b0 100644 --- a/sci-chemistry/cns/ChangeLog +++ b/sci-chemistry/cns/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-chemistry/cns # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.51 2012/07/10 07:12:52 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/ChangeLog,v 1.52 2012/10/19 09:43:33 jlec Exp $ + + 19 Oct 2012; Justin Lecher <jlec@gentoo.org> cns-1.2.1-r7.ebuild, + cns-1.3_p7.ebuild: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass 10 Jul 2012; Justin Lecher <jlec@gentoo.org> -cns-1.1.ebuild, -cns-1.2.1-r6.ebuild, -files/1.2.1-aria.patch, diff --git a/sci-chemistry/cns/cns-1.2.1-r7.ebuild b/sci-chemistry/cns/cns-1.2.1-r7.ebuild index 2b2a4315acca..81fc851b977e 100644 --- a/sci-chemistry/cns/cns-1.2.1-r7.ebuild +++ b/sci-chemistry/cns/cns-1.2.1-r7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.5 2012/07/10 06:58:28 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.2.1-r7.ebuild,v 1.6 2012/10/19 09:43:33 jlec Exp $ EAPI=3 @@ -21,9 +21,7 @@ LICENSE="cns" KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux" IUSE="aria openmp" -RDEPEND=" - virtual/fortran - app-shells/tcsh" +RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" FORTRAN_NEED_OPENMP=1 diff --git a/sci-chemistry/cns/cns-1.3_p7.ebuild b/sci-chemistry/cns/cns-1.3_p7.ebuild index 778953b06fe8..261aa3d09bd8 100644 --- a/sci-chemistry/cns/cns-1.3_p7.ebuild +++ b/sci-chemistry/cns/cns-1.3_p7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.1 2012/07/04 14:44:14 jlec Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-chemistry/cns/cns-1.3_p7.ebuild,v 1.2 2012/10/19 09:43:33 jlec Exp $ EAPI=3 @@ -21,9 +21,7 @@ LICENSE="cns" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="aria openmp" -RDEPEND=" - virtual/fortran - app-shells/tcsh" +RDEPEND="app-shells/tcsh" DEPEND="${RDEPEND}" FORTRAN_NEED_OPENMP=1 |