summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Popov <pinkbyte@gentoo.org>2016-01-27 09:19:04 +0300
committerSergey Popov <pinkbyte@gentoo.org>2016-01-27 09:19:04 +0300
commit80513ffdf94f733b72f917abd7ae7a15cd1d0677 (patch)
tree477403091d66583040f49d5450032f5f5a4f1961 /dev-util/boost-build/files
parentdev-libs/boost: drop old masked versions (diff)
downloadgentoo-80513ffdf94f733b72f917abd7ae7a15cd1d0677.tar.gz
gentoo-80513ffdf94f733b72f917abd7ae7a15cd1d0677.tar.bz2
gentoo-80513ffdf94f733b72f917abd7ae7a15cd1d0677.zip
dev-util/boost-build: drop old masked versions
Package-Manager: portage-2.2.26
Diffstat (limited to 'dev-util/boost-build/files')
-rw-r--r--dev-util/boost-build/files/boost-build-1.48.0-support_dots_in_python-buildid.patch19
-rw-r--r--dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch11
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-util/boost-build/files/boost-build-1.48.0-support_dots_in_python-buildid.patch b/dev-util/boost-build/files/boost-build-1.48.0-support_dots_in_python-buildid.patch
deleted file mode 100644
index b3bee03b56f3..000000000000
--- a/dev-util/boost-build/files/boost-build-1.48.0-support_dots_in_python-buildid.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- tools/common.jam
-+++ tools/common.jam
-@@ -759,7 +759,15 @@
- switch $(f:G)
- {
- case <base> :
-- result += $(name:B) ;
-+ local matched = [ MATCH "^(boost.*python)-.*" : $(name) ] ;
-+ if $(matched) = boost_python || $(matched) = boost_mpi_python
-+ {
-+ result += $(name) ;
-+ }
-+ else
-+ {
-+ result += $(name:B) ;
-+ }
-
- case <toolset> :
- result += [ join-tag $(f:G=) : [ toolset-tag $(name) : $(type) :
diff --git a/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch b/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch
deleted file mode 100644
index 31f8db2ee104..000000000000
--- a/dev-util/boost-build/files/boost-build-1.50.0-fix-test.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- test/startup_v2.py.orig 2012-08-19 11:48:12.020600368 +0200
-+++ test/startup_v2.py 2012-08-19 11:48:28.564516623 +0200
-@@ -14,7 +14,7 @@
- return re.match(expected,actual,re.DOTALL) != None
-
- # Test the v1 startup behavior.
--t = BoostBuild.Tester(match=match_re, boost_build_path='', pass_toolset=0)
-+t = BoostBuild.Tester(match=match_re, boost_build_path='/invalid/location', pass_toolset=0)
-
- t.set_tree('startup')
-