Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/taglib: ChangeLog taglib-1.6.1-r1.ebuild
Date: Mon, 22 Feb 2010 12:51:58
Message-Id: E1NjXlT-0001o5-Az@stork.gentoo.org
1 ssuominen 10/02/22 12:51:55
2
3 Modified: ChangeLog taglib-1.6.1-r1.ebuild
4 Log:
5 Remove USE="static-libs" because it doesn't compile on x86_64.
6 (Portage version: 2.2_rc63/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.82 media-libs/taglib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.82&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/ChangeLog?rev=1.82&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/ChangeLog?r1=1.81&r2=1.82
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v
18 retrieving revision 1.81
19 retrieving revision 1.82
20 diff -u -r1.81 -r1.82
21 --- ChangeLog 20 Feb 2010 18:46:20 -0000 1.81
22 +++ ChangeLog 22 Feb 2010 12:51:54 -0000 1.82
23 @@ -1,6 +1,10 @@
24 # ChangeLog for media-libs/taglib
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.81 2010/02/20 18:46:20 ssuominen Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/ChangeLog,v 1.82 2010/02/22 12:51:54 ssuominen Exp $
28 +
29 + 22 Feb 2010; Samuli Suominen <ssuominen@g.o>
30 + taglib-1.6.1-r1.ebuild:
31 + Remove USE="static-libs" because it doesn't compile on x86_64.
32
33 20 Feb 2010; Samuli Suominen <ssuominen@g.o>
34 taglib-1.6.1-r1.ebuild:
35
36
37
38 1.4 media-libs/taglib/taglib-1.6.1-r1.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild?rev=1.4&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild?rev=1.4&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild?r1=1.3&r2=1.4
43
44 Index: taglib-1.6.1-r1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild,v
47 retrieving revision 1.3
48 retrieving revision 1.4
49 diff -u -r1.3 -r1.4
50 --- taglib-1.6.1-r1.ebuild 20 Feb 2010 18:46:20 -0000 1.3
51 +++ taglib-1.6.1-r1.ebuild 22 Feb 2010 12:51:54 -0000 1.4
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2010 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild,v 1.3 2010/02/20 18:46:20 ssuominen Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/media-libs/taglib/taglib-1.6.1-r1.ebuild,v 1.4 2010/02/22 12:51:54 ssuominen Exp $
57
58 EAPI=2
59 inherit cmake-utils
60 @@ -12,7 +12,7 @@
61 LICENSE="GPL-2"
62 KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
63 SLOT="0"
64 -IUSE="+asf debug examples +mp4 static-libs test"
65 +IUSE="+asf debug examples +mp4 test"
66
67 DEPEND="
68 dev-util/pkgconfig
69 @@ -28,7 +28,6 @@
70
71 src_configure() {
72 mycmakeargs=(
73 - $(cmake-utils_use_enable static-libs STATIC)
74 $(cmake-utils_use_build examples)
75 $(cmake-utils_use_with asf)
76 $(cmake-utils_use_with mp4)