Gentoo Archives: gentoo-commits

From: "Fabian Groffen (grobian)" <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-libs/boost: ChangeLog boost-1.33.1.ebuild boost-1.33.1-r1.ebuild
Date: Mon, 04 Feb 2008 20:38:44
Message-Id: E1JM85S-0005bu-5i@stork.gentoo.org
1 grobian 08/02/04 20:38:42
2
3 Modified: ChangeLog boost-1.33.1.ebuild
4 boost-1.33.1-r1.ebuild
5 Log:
6 Drop ppc-macos conditionals
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.132 dev-libs/boost/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.132&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?rev=1.132&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/ChangeLog?r1=1.131&r2=1.132
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v
19 retrieving revision 1.131
20 retrieving revision 1.132
21 diff -u -r1.131 -r1.132
22 --- ChangeLog 26 Jan 2008 13:10:27 -0000 1.131
23 +++ ChangeLog 4 Feb 2008 20:38:41 -0000 1.132
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/boost
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.131 2008/01/26 13:10:27 dertobi123 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/ChangeLog,v 1.132 2008/02/04 20:38:41 grobian Exp $
29 +
30 + 04 Feb 2008; Fabian Groffen <grobian@g.o> boost-1.33.1.ebuild,
31 + boost-1.33.1-r1.ebuild:
32 + Drop ppc-macos conditionals
33
34 26 Jan 2008; Tobias Scherbaum <dertobi123@g.o>
35 boost-1.34.1-r2.ebuild:
36
37
38
39 1.15 dev-libs/boost/boost-1.33.1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild?rev=1.15&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild?rev=1.15&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild?r1=1.14&r2=1.15
44
45 Index: boost-1.33.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v
48 retrieving revision 1.14
49 retrieving revision 1.15
50 diff -u -r1.14 -r1.15
51 --- boost-1.33.1.ebuild 29 Oct 2006 20:17:09 -0000 1.14
52 +++ boost-1.33.1.ebuild 4 Feb 2008 20:38:41 -0000 1.15
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2006 Gentoo Foundation
55 +# Copyright 1999-2008 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v 1.14 2006/10/29 20:17:09 dev-zero Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1.ebuild,v 1.15 2008/02/04 20:38:41 grobian Exp $
59
60 # This ebuild was generated by Ebuilder v0.4.
61 inherit python distutils multilib eutils
62 @@ -32,15 +32,9 @@
63 arch=${ARCH}
64 fi
65
66 - if use ppc-macos ; then
67 - BOOST_TOOLSET="darwin"
68 - TOOLSET_NAME="darwin"
69 - SOSUFFIX="dylib"
70 - else
71 - BOOST_TOOLSET="gcc"
72 - TOOLSET_NAME="gcc"
73 - SOSUFFIX="so"
74 - fi
75 + BOOST_TOOLSET="gcc"
76 + TOOLSET_NAME="gcc"
77 + SOSUFFIX="so"
78
79 if use static ; then
80 BUILD="release <runtime-link>static"
81
82
83
84 1.18 dev-libs/boost/boost-1.33.1-r1.ebuild
85
86 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild?rev=1.18&view=markup
87 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild?rev=1.18&content-type=text/plain
88 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild?r1=1.17&r2=1.18
89
90 Index: boost-1.33.1-r1.ebuild
91 ===================================================================
92 RCS file: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v
93 retrieving revision 1.17
94 retrieving revision 1.18
95 diff -u -r1.17 -r1.18
96 --- boost-1.33.1-r1.ebuild 12 Jul 2007 02:25:34 -0000 1.17
97 +++ boost-1.33.1-r1.ebuild 4 Feb 2008 20:38:41 -0000 1.18
98 @@ -1,6 +1,6 @@
99 -# Copyright 1999-2007 Gentoo Foundation
100 +# Copyright 1999-2008 Gentoo Foundation
101 # Distributed under the terms of the GNU General Public License v2
102 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v 1.17 2007/07/12 02:25:34 mr_bones_ Exp $
103 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/boost/boost-1.33.1-r1.ebuild,v 1.18 2008/02/04 20:38:41 grobian Exp $
104
105 inherit eutils distutils multilib python versionator check-reqs
106
107 @@ -59,15 +59,9 @@
108 arch=${ARCH}
109 fi
110
111 - if use ppc-macos ; then
112 - BOOST_TOOLSET="darwin"
113 - TOOLSET_NAME="darwin"
114 - SOSUFFIX="dylib"
115 - else
116 - BOOST_TOOLSET="gcc"
117 - TOOLSET_NAME="gcc"
118 - SOSUFFIX="so"
119 - fi
120 + BOOST_TOOLSET="gcc"
121 + TOOLSET_NAME="gcc"
122 + SOSUFFIX="so"
123
124 BUILD="release <runtime-link>dynamic"
125
126
127
128
129 --
130 gentoo-commits@l.g.o mailing list