diff options
-rw-r--r-- | dev-libs/boost/ChangeLog | 8 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.45.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.46.1-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.47.0-r1.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.47.0.ebuild | 6 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.48.0.ebuild | 4 |
6 files changed, 21 insertions, 15 deletions
diff --git a/dev-libs/boost/ChangeLog b/dev-libs/boost/ChangeLog index 6b7ee27770fd..eac7a2d20189 100644 --- a/dev-libs/boost/ChangeLog +++ b/dev-libs/boost/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-libs/boost # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.233 2012/01/08 10:42:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.234 2012/01/08 11:42:29 hwoarang Exp $ + + 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> boost-1.45.0.ebuild, + boost-1.46.1-r1.ebuild, boost-1.47.0-r1.ebuild, boost-1.47.0.ebuild, + boost-1.48.0.ebuild: + Add units for CHECKREQS_DISK_BUILD because people change eclasses without + fixing ebuilds *boost-1.48.0 (08 Jan 2012) diff --git a/dev-libs/boost/boost-1.45.0.ebuild b/dev-libs/boost/boost-1.45.0.ebuild index ea01e5fe5e27..1d4a79bddefa 100644 --- a/dev-libs/boost/boost-1.45.0.ebuild +++ b/dev-libs/boost/boost-1.45.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.7 2011/07/15 16:27:59 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.45.0.ebuild,v 1.8 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" diff --git a/dev-libs/boost/boost-1.46.1-r1.ebuild b/dev-libs/boost/boost-1.46.1-r1.ebuild index 100c241447ce..985602f9a284 100644 --- a/dev-libs/boost/boost-1.46.1-r1.ebuild +++ b/dev-libs/boost/boost-1.46.1-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.6 2011/12/28 19:23:01 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.46.1-r1.ebuild,v 1.7 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" diff --git a/dev-libs/boost/boost-1.47.0-r1.ebuild b/dev-libs/boost/boost-1.47.0-r1.ebuild index 09310cc82870..a22644a52cce 100644 --- a/dev-libs/boost/boost-1.47.0-r1.ebuild +++ b/dev-libs/boost/boost-1.47.0-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.47.0-r1.ebuild,v 1.1 2011/10/10 19:29:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.47.0-r1.ebuild,v 1.2 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" diff --git a/dev-libs/boost/boost-1.47.0.ebuild b/dev-libs/boost/boost-1.47.0.ebuild index 6d9bafcf2493..5f2eebf9fc68 100644 --- a/dev-libs/boost/boost-1.47.0.ebuild +++ b/dev-libs/boost/boost-1.47.0.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.47.0.ebuild,v 1.2 2011/10/08 17:01:19 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.47.0.ebuild,v 1.3 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" diff --git a/dev-libs/boost/boost-1.48.0.ebuild b/dev-libs/boost/boost-1.48.0.ebuild index 1c74a9062506..ff7bc7581988 100644 --- a/dev-libs/boost/boost-1.48.0.ebuild +++ b/dev-libs/boost/boost-1.48.0.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/dev-libs/boost/boost-1.48.0.ebuild,v 1.1 2012/01/08 10:42:28 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.48.0.ebuild,v 1.2 2012/01/08 11:42:28 hwoarang Exp $ EAPI="2" @@ -59,7 +59,7 @@ pkg_setup() { fi if use test ; then - CHECKREQS_DISK_BUILD="15360" + CHECKREQS_DISK_BUILD="15G" check_reqs ewarn "The tests may take several hours on a recent machine" |