Gentoo Archives: gentoo-commits

From: "Samuli Suominen (drac)" <drac@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/thunar-volman: thunar-volman-0.1.3_pre20071026.ebuild ChangeLog
Date: Tue, 20 Nov 2007 08:38:00
Message-Id: E1IuOcD-0007DW-Nn@stork.gentoo.org
1 drac 07/11/20 08:37:53
2
3 Modified: thunar-volman-0.1.3_pre20071026.ebuild ChangeLog
4 Log:
5 Fix test suite, amd64/arm stable wrt #199744.
6 (Portage version: 2.1.3.19)
7
8 Revision Changes Path
9 1.2 xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild?r1=1.1&r2=1.2
14
15 Index: thunar-volman-0.1.3_pre20071026.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- thunar-volman-0.1.3_pre20071026.ebuild 26 Oct 2007 15:10:30 -0000 1.1
22 +++ thunar-volman-0.1.3_pre20071026.ebuild 20 Nov 2007 08:37:53 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild,v 1.1 2007/10/26 15:10:30 angelos Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/thunar-volman-0.1.3_pre20071026.ebuild,v 1.2 2007/11/20 08:37:53 drac Exp $
28
29 inherit eutils xfce44
30
31 @@ -10,7 +10,7 @@
32 HOMEPAGE="http://foo-projects.org/~benny/projects/thunar-volman"
33 SRC_URI="mirror://gentoo/${P}.tar.bz2"
34
35 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
36 +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
37 IUSE="debug"
38
39 RDEPEND="dev-libs/dbus-glib
40 @@ -28,4 +28,11 @@
41 fi
42 }
43
44 +src_unpack() {
45 + unpack ${A}
46 + cd "${S}"
47 + # Fix make check.
48 + echo thunar-volman-settings.desktop.in.in >> po/POTFILES.skip
49 +}
50 +
51 DOCS="AUTHORS ChangeLog NEWS README THANKS"
52
53
54
55 1.31 xfce-extra/thunar-volman/ChangeLog
56
57 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.31&view=markup
58 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?rev=1.31&content-type=text/plain
59 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/thunar-volman/ChangeLog?r1=1.30&r2=1.31
60
61 Index: ChangeLog
62 ===================================================================
63 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v
64 retrieving revision 1.30
65 retrieving revision 1.31
66 diff -u -r1.30 -r1.31
67 --- ChangeLog 26 Oct 2007 15:10:30 -0000 1.30
68 +++ ChangeLog 20 Nov 2007 08:37:53 -0000 1.31
69 @@ -1,6 +1,10 @@
70 # ChangeLog for xfce-extra/thunar-volman
71 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
72 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.30 2007/10/26 15:10:30 angelos Exp $
73 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/thunar-volman/ChangeLog,v 1.31 2007/11/20 08:37:53 drac Exp $
74 +
75 + 20 Nov 2007; Samuli Suominen <drac@g.o>
76 + thunar-volman-0.1.3_pre20071026.ebuild:
77 + Fix test suite, amd64/arm stable wrt #199744.
78
79 *thunar-volman-0.1.3_pre20071026 (26 Oct 2007)
80
81
82
83
84 --
85 gentoo-commits@g.o mailing list