Gentoo Archives: gentoo-commits

From: "Christoph Mende (angelos)" <angelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/notification-daemon-xfce: notification-daemon-xfce-0.3.7.ebuild ChangeLog
Date: Fri, 26 Oct 2007 13:10:45
Message-Id: E1IlOxT-0004Qn-RZ@stork.gentoo.org
1 angelos 07/10/26 13:10:39
2
3 Modified: notification-daemon-xfce-0.3.7.ebuild ChangeLog
4 Log:
5 Fix test suite and unrestrict it
6 (Portage version: 2.1.3.16)
7
8 Revision Changes Path
9 1.15 xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.15&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?rev=1.15&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild?r1=1.14&r2=1.15
14
15 Index: notification-daemon-xfce-0.3.7.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v
18 retrieving revision 1.14
19 retrieving revision 1.15
20 diff -u -r1.14 -r1.15
21 --- notification-daemon-xfce-0.3.7.ebuild 1 Sep 2007 16:53:03 -0000 1.14
22 +++ notification-daemon-xfce-0.3.7.ebuild 26 Oct 2007 13:10:39 -0000 1.15
23 @@ -1,8 +1,8 @@
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/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.14 2007/09/01 16:53:03 nixnut Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/notification-daemon-xfce-0.3.7.ebuild,v 1.15 2007/10/26 13:10:39 angelos Exp $
28
29 -inherit xfce44
30 +inherit autotools xfce44
31
32 xfce44
33
34 @@ -13,8 +13,6 @@
35 KEYWORDS="alpha amd64 ~arm ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
36 IUSE="debug"
37
38 -RESTRICT="test"
39 -
40 RDEPEND=">=dev-libs/glib-2.6
41 >=x11-libs/gtk+-2.6
42 >=xfce-base/libxfcegui4-${XFCE_MASTER_VERSION}
43 @@ -30,4 +28,12 @@
44
45 XFCE_CONFIG="${XFCE_CONFIG} --enable-gradient-look --enable-mcs-plugin"
46
47 +src_unpack() {
48 + unpack ${A}
49 + cd "${S}"
50 +
51 + sed -i -e "/^AC_INIT/s/notification_daemon_version()/notification_daemon_version/" configure.in
52 + eautoconf
53 +}
54 +
55 DOCS="AUTHORS ChangeLog NEWS README"
56
57
58
59 1.15 xfce-extra/notification-daemon-xfce/ChangeLog
60
61 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog?rev=1.15&view=markup
62 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog?rev=1.15&content-type=text/plain
63 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog?r1=1.14&r2=1.15
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v
68 retrieving revision 1.14
69 retrieving revision 1.15
70 diff -u -r1.14 -r1.15
71 --- ChangeLog 1 Sep 2007 16:53:03 -0000 1.14
72 +++ ChangeLog 26 Oct 2007 13:10:39 -0000 1.15
73 @@ -1,6 +1,10 @@
74 # ChangeLog for xfce-extra/notification-daemon-xfce
75 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.14 2007/09/01 16:53:03 nixnut Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/notification-daemon-xfce/ChangeLog,v 1.15 2007/10/26 13:10:39 angelos Exp $
78 +
79 + 26 Oct 2007; Christoph Mende <angelos@g.o>
80 + notification-daemon-xfce-0.3.7.ebuild:
81 + Fix test suite and unrestrict it
82
83 01 Sep 2007; nixnut <nixnut@g.o>
84 notification-daemon-xfce-0.3.7.ebuild:
85
86
87
88 --
89 gentoo-commits@g.o mailing list