From 7ab9d9fbebd8d7efcd3f159a3ec4d3d353344915 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Tue, 19 Oct 2010 04:51:42 +0300 Subject: new file: app-emulation/wine/files/oblivion_winmm_badcheck_workaround.patch new file: dev-libs/ace/ace-5.8.2.ebuild new file: dev-libs/boost/boost-1.44.0.ebuild new file: dev-libs/boost/files/random-Jamfile new file: dev-libs/boost/files/remove-toolset-1.44.0.patch new file: dev-util/boost-build/boost-build-1.44.0.ebuild modified: media-libs/babl/babl-0.9999.ebuild modified: media-libs/gegl/gegl-0.9999.ebuild new file: sys-fs/aufs2-util/aufs2-util-9999.ebuild --- dev-util/boost-build/boost-build-1.44.0.ebuild | 106 +++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 dev-util/boost-build/boost-build-1.44.0.ebuild (limited to 'dev-util/boost-build') diff --git a/dev-util/boost-build/boost-build-1.44.0.ebuild b/dev-util/boost-build/boost-build-1.44.0.ebuild new file mode 100644 index 0000000..7a53365 --- /dev/null +++ b/dev-util/boost-build/boost-build-1.44.0.ebuild @@ -0,0 +1,106 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/boost-build/boost-build-1.42.0.ebuild,v 1.2 2010/08/14 06:35:54 dirtyepic Exp $ + +EAPI="2" + +inherit eutils flag-o-matic toolchain-funcs versionator + +MY_PV=$(replace_all_version_separators _) +MAJOR_PV="$(replace_all_version_separators _ $(get_version_component_range 1-2))" + +DESCRIPTION="A system for large project software construction, which is simple to use and powerful." +HOMEPAGE="http://www.boost.org/doc/tools/build/index.html" +SRC_URI="mirror://sourceforge/boost/boost_${MY_PV}.tar.bz2" +LICENSE="Boost-1.0" +SLOT="$(get_version_component_range 1-2)" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86" +IUSE="examples python" + +DEPEND="!