Gentoo Archives: gentoo-commits

From: "Alexis Ballier (aballier)" <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/swh-plugins: swh-plugins-0.4.15.ebuild ChangeLog
Date: Sun, 05 Oct 2008 11:31:04
Message-Id: E1KmRpF-00016E-My@stork.gentoo.org
1 aballier 08/10/05 11:31:01
2
3 Modified: swh-plugins-0.4.15.ebuild ChangeLog
4 Log:
5 Add cvs to DEPEND because of stupid autopoint needing it. Bug #233422. If anyone has a better solution, please shout.
6 (Portage version: 2.2_rc11/cvs/Linux 2.6.26.5 x86_64)
7
8 Revision Changes Path
9 1.6 media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild?r1=1.5&r2=1.6
14
15 Index: swh-plugins-0.4.15.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- swh-plugins-0.4.15.ebuild 22 Jul 2008 08:42:41 -0000 1.5
22 +++ swh-plugins-0.4.15.ebuild 5 Oct 2008 11:31:01 -0000 1.6
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.5 2008/07/22 08:42:41 aballier Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15.ebuild,v 1.6 2008/10/05 11:31:01 aballier Exp $
28
29 inherit eutils autotools
30
31 @@ -17,6 +17,7 @@
32 >=sci-libs/fftw-3"
33 DEPEND="${RDEPEND}
34 sys-devel/gettext
35 + dev-util/cvs
36 dev-util/pkgconfig"
37
38 src_unpack() {
39
40
41
42 1.38 media-plugins/swh-plugins/ChangeLog
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.38&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?rev=1.38&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-plugins/swh-plugins/ChangeLog?r1=1.37&r2=1.38
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v
51 retrieving revision 1.37
52 retrieving revision 1.38
53 diff -u -r1.37 -r1.38
54 --- ChangeLog 22 Jul 2008 08:42:41 -0000 1.37
55 +++ ChangeLog 5 Oct 2008 11:31:01 -0000 1.38
56 @@ -1,6 +1,11 @@
57 # ChangeLog for media-plugins/swh-plugins
58 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.37 2008/07/22 08:42:41 aballier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.38 2008/10/05 11:31:01 aballier Exp $
61 +
62 + 05 Oct 2008; Alexis Ballier <aballier@g.o>
63 + swh-plugins-0.4.15.ebuild:
64 + Add cvs to DEPEND because of stupid autopoint needing it. Bug #233422. If
65 + anyone has a better solution, please shout.
66
67 22 Jul 2008; Alexis Ballier <aballier@g.o>
68 +files/swh-plugins-0.4.15-gettext.patch, swh-plugins-0.4.15.ebuild: