Gentoo Archives: gentoo-commits

From: "Markos Chandras (hwoarang)" <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost/files: remove-toolset-1.47.0.patch random-Jamfile-1.47.0
Date: Mon, 26 Sep 2011 11:02:18
Message-Id: 20110926110204.46F752004C@flycatcher.gentoo.org
1 hwoarang 11/09/26 11:02:02
2
3 Added: remove-toolset-1.47.0.patch random-Jamfile-1.47.0
4 Log:
5 Version bump. Bug #376937
6
7 (Portage version: 2.2.0_alpha55/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-libs/boost/files/remove-toolset-1.47.0.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/remove-toolset-1.47.0.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/remove-toolset-1.47.0.patch?rev=1.1&content-type=text/plain
14
15 Index: remove-toolset-1.47.0.patch
16 ===================================================================
17 --- boostcpp.jam 2010-11-17 11:51:56.000000000 +0200
18 +++ boostcpp.jam.gentoo 2011-01-06 15:07:17.893270002 +0200
19 @@ -377,7 +377,7 @@
20 if $(layout) = versioned
21 {
22 result = [ common.format-name
23 - <base> <toolset> <threading> <runtime> -$(BOOST_VERSION_TAG)
24 + <base> <threading> <runtime> -$(BOOST_VERSION_TAG)
25 -$(BUILD_ID)
26 : $(name) : $(type) : $(property-set) ] ;
27 }
28
29
30
31 1.1 dev-libs/boost/files/random-Jamfile-1.47.0
32
33 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/random-Jamfile-1.47.0?rev=1.1&view=markup
34 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/boost/files/random-Jamfile-1.47.0?rev=1.1&content-type=text/plain
35
36 Index: random-Jamfile-1.47.0
37 ===================================================================
38 # Copyright (c) 2006 Tiziano Mueller
39 #
40 # Use, modification and distribution of the file is subject to the
41 # Boost Software License, Version 1.0.
42 # (See at http://www.boost.org/LICENSE_1_0.txt)
43
44
45 project boost/random
46 : source-location ../src ;
47
48 SOURCES = random_device ;
49
50 lib boost_random
51 : $(SOURCES).cpp
52 : <link>shared:<define>BOOST_RANDOM_DYN_LINK=1 ;