diff options
author | Justin Lecher <jlec@gentoo.org> | 2012-10-18 20:29:27 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2012-10-18 20:29:27 +0000 |
commit | f15bd3eef73b71b95fb56b74a2af02ccfe18eeb1 (patch) | |
tree | 6986c6dde4447af948807d84e7e6e7e6472f97dc /sci-libs | |
parent | sci-libs/libint: Remove virtual/fortran and always call fortran-2_pkg_setup a... (diff) | |
download | gentoo-2-f15bd3eef73b71b95fb56b74a2af02ccfe18eeb1.tar.gz gentoo-2-f15bd3eef73b71b95fb56b74a2af02ccfe18eeb1.tar.bz2 gentoo-2-f15bd3eef73b71b95fb56b74a2af02ccfe18eeb1.zip |
sci-libs/libctl: 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-libs')
-rw-r--r-- | sci-libs/libctl/ChangeLog | 7 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.1.ebuild | 6 | ||||
-rw-r--r-- | sci-libs/libctl/libctl-3.2.ebuild | 4 | ||||
-rw-r--r-- | sci-libs/libctl/metadata.xml | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/sci-libs/libctl/ChangeLog b/sci-libs/libctl/ChangeLog index 9eb020f187ac..e5d0ae2f2932 100644 --- a/sci-libs/libctl/ChangeLog +++ b/sci-libs/libctl/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sci-libs/libctl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.22 2012/08/03 01:20:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/ChangeLog,v 1.23 2012/10/18 20:29:27 jlec Exp $ + + 18 Oct 2012; Justin Lecher <jlec@gentoo.org> libctl-3.1.ebuild, + libctl-3.2.ebuild, metadata.xml: + Remove virtual/fortran and always call fortran-2_pkg_setup as intend by the + updated fortran-2.eclass *libctl-3.2 (03 Aug 2012) diff --git a/sci-libs/libctl/libctl-3.1.ebuild b/sci-libs/libctl/libctl-3.1.ebuild index 5d0a57b0f9ae..ac8a9c673cbb 100644 --- a/sci-libs/libctl/libctl-3.1.ebuild +++ b/sci-libs/libctl/libctl-3.1.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-libs/libctl/libctl-3.1.ebuild,v 1.8 2012/02/24 15:08:40 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.1.ebuild,v 1.9 2012/10/18 20:29:27 jlec Exp $ EAPI=4 @@ -15,8 +15,8 @@ LICENSE="GPL-2" KEYWORDS="amd64 x86" IUSE="doc examples static-libs" -DEPEND="virtual/fortran - >=dev-scheme/guile-1.6[deprecated] +DEPEND=" + dev-scheme/guile[deprecated] sci-libs/nlopt" RDEPEND="${DEPEND}" diff --git a/sci-libs/libctl/libctl-3.2.ebuild b/sci-libs/libctl/libctl-3.2.ebuild index 2f34b40b9c00..f60568b22718 100644 --- a/sci-libs/libctl/libctl-3.2.ebuild +++ b/sci-libs/libctl/libctl-3.2.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-libs/libctl/libctl-3.2.ebuild,v 1.1 2012/08/03 01:20:10 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/libctl/libctl-3.2.ebuild,v 1.2 2012/10/18 20:29:27 jlec Exp $ EAPI=4 @@ -15,7 +15,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE="doc examples static-libs" -DEPEND="virtual/fortran +DEPEND=" dev-scheme/guile sci-libs/nlopt" RDEPEND="${DEPEND}" diff --git a/sci-libs/libctl/metadata.xml b/sci-libs/libctl/metadata.xml index 83f990f73b91..9bcae3a7754e 100644 --- a/sci-libs/libctl/metadata.xml +++ b/sci-libs/libctl/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> libctl is the Control Language library implementing a control file structure aimed at simplifying the control file writing in scientific simulations. The "ctl" in "libctl" stands for Control |