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/libebml: ChangeLog libebml-0.7.3.ebuild libebml-0.7.7-r1.ebuild libebml-0.7.7.ebuild
Date: Mon, 04 Feb 2008 20:34:19
Message-Id: E1JM819-0005YO-GA@stork.gentoo.org
1 grobian 08/02/04 20:34:15
2
3 Modified: ChangeLog libebml-0.7.3.ebuild
4 libebml-0.7.7-r1.ebuild libebml-0.7.7.ebuild
5 Log:
6 Dropped ppc-macos keyword, see you in prefix
7 (Portage version: 2.1.3.19)
8
9 Revision Changes Path
10 1.83 dev-libs/libebml/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.83&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/ChangeLog?rev=1.83&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/ChangeLog?r1=1.82&r2=1.83
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v
19 retrieving revision 1.82
20 retrieving revision 1.83
21 diff -u -r1.82 -r1.83
22 --- ChangeLog 30 May 2007 15:41:54 -0000 1.82
23 +++ ChangeLog 4 Feb 2008 20:34:14 -0000 1.83
24 @@ -1,6 +1,10 @@
25 # ChangeLog for dev-libs/libebml
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.82 2007/05/30 15:41:54 armin76 Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/ChangeLog,v 1.83 2008/02/04 20:34:14 grobian Exp $
30 +
31 + 04 Feb 2008; Fabian Groffen <grobian@g.o> libebml-0.7.3.ebuild,
32 + libebml-0.7.7.ebuild, libebml-0.7.7-r1.ebuild:
33 + Dropped ppc-macos keyword, see you in prefix
34
35 30 May 2007; Raúl Porcel <armin76@g.o> ChangeLog:
36 alpha stable wrt #154055
37
38
39
40 1.13 dev-libs/libebml/libebml-0.7.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild?rev=1.13&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild?rev=1.13&content-type=text/plain
44 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild?r1=1.12&r2=1.13
45
46 Index: libebml-0.7.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild,v
49 retrieving revision 1.12
50 retrieving revision 1.13
51 diff -u -r1.12 -r1.13
52 --- libebml-0.7.3.ebuild 6 Mar 2006 13:40:06 -0000 1.12
53 +++ libebml-0.7.3.ebuild 4 Feb 2008 20:34:14 -0000 1.13
54 @@ -1,6 +1,6 @@
55 -# Copyright 1999-2006 Gentoo Foundation
56 +# Copyright 1999-2008 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild,v 1.12 2006/03/06 13:40:06 flameeyes Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.3.ebuild,v 1.13 2008/02/04 20:34:14 grobian Exp $
60
61 IUSE=""
62
63 @@ -12,22 +12,13 @@
64
65 LICENSE="LGPL-2.1"
66 SLOT="0"
67 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
68 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
69
70 src_unpack() {
71 unpack ${A}
72
73 cd ${S}
74 epatch ${FILESDIR}/libebml-shared2.patch
75 -
76 - if use ppc-macos; then
77 - sed -i \
78 - -e 's/\.so/\.dylib/g' \
79 - -e 's/\.dylib.0/\.0.dylib/g' \
80 - -e 's/$(CXX) -shared -Wl,-soname,$(LIBRARY_SO_VER)/$(LD)/' \
81 - -e 's/LD=$(CXX)/LD=libtool/' ${S}/make/linux/Makefile \
82 - || die "sed Makefile failed"
83 - fi
84 }
85
86 src_compile() {
87
88
89
90 1.12 dev-libs/libebml/libebml-0.7.7-r1.ebuild
91
92 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild?rev=1.12&view=markup
93 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild?rev=1.12&content-type=text/plain
94 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild?r1=1.11&r2=1.12
95
96 Index: libebml-0.7.7-r1.ebuild
97 ===================================================================
98 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v
99 retrieving revision 1.11
100 retrieving revision 1.12
101 diff -u -r1.11 -r1.12
102 --- libebml-0.7.7-r1.ebuild 30 May 2007 15:40:47 -0000 1.11
103 +++ libebml-0.7.7-r1.ebuild 4 Feb 2008 20:34:14 -0000 1.12
104 @@ -1,6 +1,6 @@
105 -# Copyright 1999-2007 Gentoo Foundation
106 +# Copyright 1999-2008 Gentoo Foundation
107 # Distributed under the terms of the GNU General Public License v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.11 2007/05/30 15:40:47 armin76 Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7-r1.ebuild,v 1.12 2008/02/04 20:34:14 grobian Exp $
110
111 inherit multilib toolchain-funcs
112
113 @@ -10,7 +10,7 @@
114
115 LICENSE="LGPL-2.1"
116 SLOT="0"
117 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86 ~x86-fbsd"
118 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
119 IUSE=""
120
121 S="${S}/make/linux"
122
123
124
125 1.11 dev-libs/libebml/libebml-0.7.7.ebuild
126
127 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild?rev=1.11&view=markup
128 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild?rev=1.11&content-type=text/plain
129 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild?r1=1.10&r2=1.11
130
131 Index: libebml-0.7.7.ebuild
132 ===================================================================
133 RCS file: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v
134 retrieving revision 1.10
135 retrieving revision 1.11
136 diff -u -r1.10 -r1.11
137 --- libebml-0.7.7.ebuild 4 Nov 2006 10:46:07 -0000 1.10
138 +++ libebml-0.7.7.ebuild 4 Feb 2008 20:34:14 -0000 1.11
139 @@ -1,6 +1,6 @@
140 -# Copyright 1999-2006 Gentoo Foundation
141 +# Copyright 1999-2008 Gentoo Foundation
142 # Distributed under the terms of the GNU General Public License v2
143 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.10 2006/11/04 10:46:07 vapier Exp $
144 +# $Header: /var/cvsroot/gentoo-x86/dev-libs/libebml/libebml-0.7.7.ebuild,v 1.11 2008/02/04 20:34:14 grobian Exp $
145
146 DESCRIPTION="Extensible binary format library (kinda like XML)"
147 HOMEPAGE="http://www.matroska.org/"
148 @@ -8,7 +8,7 @@
149
150 LICENSE="LGPL-2.1"
151 SLOT="0"
152 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ~ppc-macos ppc64 sparc x86"
153 +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86"
154 IUSE=""
155
156 src_install() {
157
158
159
160 --
161 gentoo-commits@l.g.o mailing list