diff options
-rw-r--r-- | dev-libs/quantlib/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.10.ebuild | 7 | ||||
-rw-r--r-- | dev-libs/quantlib/quantlib-0.3.12.ebuild | 7 |
3 files changed, 14 insertions, 8 deletions
diff --git a/dev-libs/quantlib/ChangeLog b/dev-libs/quantlib/ChangeLog index 9d8f143b090e..043496c7b9d9 100644 --- a/dev-libs/quantlib/ChangeLog +++ b/dev-libs/quantlib/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-libs/quantlib -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.31 2007/07/15 16:48:44 armin76 Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/ChangeLog,v 1.32 2008/09/06 21:16:33 halcy0n Exp $ + + 06 Sep 2008; Mark Loeser <halcy0n@gentoo.org> quantlib-0.3.10.ebuild, + quantlib-0.3.12.ebuild: + Remove sys-devel/libtool from RDEPEND; bug #221613 15 Jul 2007; Raúl Porcel <armin76@gentoo.org> quantlib-0.3.12.ebuild: alpha stable diff --git a/dev-libs/quantlib/quantlib-0.3.10.ebuild b/dev-libs/quantlib/quantlib-0.3.10.ebuild index 67c8e9b17049..04d23c12dba1 100644 --- a/dev-libs/quantlib/quantlib-0.3.10.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.10.ebuild,v 1.6 2006/08/22 11:58:36 weeve Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.10.ebuild,v 1.7 2008/09/06 21:16:33 halcy0n Exp $ IUSE="" @@ -11,8 +11,9 @@ DESCRIPTION="A comprehensive software framework for quantitative finance" HOMEPAGE="http://www.quantlib.org" SRC_URI="mirror://sourceforge/quantlib/${MY_P}.tar.gz" +RDEPEND="dev-libs/boost" DEPEND="sys-devel/libtool - dev-libs/boost" + ${RDEPEND}" SLOT="0" LICENSE="BSD" diff --git a/dev-libs/quantlib/quantlib-0.3.12.ebuild b/dev-libs/quantlib/quantlib-0.3.12.ebuild index eba090b89d47..26df7607b14e 100644 --- a/dev-libs/quantlib/quantlib-0.3.12.ebuild +++ b/dev-libs/quantlib/quantlib-0.3.12.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.12.ebuild,v 1.5 2007/07/15 16:48:44 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/quantlib/quantlib-0.3.12.ebuild,v 1.6 2008/09/06 21:16:33 halcy0n Exp $ IUSE="" @@ -11,8 +11,9 @@ DESCRIPTION="A comprehensive software framework for quantitative finance" HOMEPAGE="http://www.quantlib.org" SRC_URI="mirror://sourceforge/quantlib/${MY_P}.tar.gz" +RDEPEND="dev-libs/boost" DEPEND="sys-devel/libtool - dev-libs/boost" + ${RDEPEND}" SLOT="0" LICENSE="BSD" |