1 |
ssuominen 11/02/05 10:15:09 |
2 |
|
3 |
Modified: libnotify-0.7.1.ebuild ChangeLog |
4 |
Log: |
5 |
Use copy of introspection.m4 from http://git.gnome.org/browse/gir-repository/plain/m4/introspection.m4 to pass autotools wrt #353136. |
6 |
|
7 |
(Portage version: 2.2.0_alpha19/cvs/Linux x86_64) |
8 |
|
9 |
Revision Changes Path |
10 |
1.3 x11-libs/libnotify/libnotify-0.7.1.ebuild |
11 |
|
12 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?rev=1.3&view=markup |
13 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?rev=1.3&content-type=text/plain |
14 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?r1=1.2&r2=1.3 |
15 |
|
16 |
Index: libnotify-0.7.1.ebuild |
17 |
=================================================================== |
18 |
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v |
19 |
retrieving revision 1.2 |
20 |
retrieving revision 1.3 |
21 |
diff -u -r1.2 -r1.3 |
22 |
--- libnotify-0.7.1.ebuild 29 Jan 2011 12:59:42 -0000 1.2 |
23 |
+++ libnotify-0.7.1.ebuild 5 Feb 2011 10:15:09 -0000 1.3 |
24 |
@@ -1,13 +1,14 @@ |
25 |
# Copyright 1999-2011 Gentoo Foundation |
26 |
# Distributed under the terms of the GNU General Public License v2 |
27 |
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.2 2011/01/29 12:59:42 ssuominen Exp $ |
28 |
- |
29 |
-EAPI="3" |
30 |
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.3 2011/02/05 10:15:09 ssuominen Exp $ |
31 |
|
32 |
+EAPI=3 |
33 |
inherit autotools eutils gnome.org |
34 |
|
35 |
DESCRIPTION="Notifications library" |
36 |
HOMEPAGE="http://www.galago-project.org/" |
37 |
+SRC_URI="${SRC_URI} |
38 |
+ http://dev.gentoo.org/~ssuominen/introspection-20110205.m4.tar.bz2" |
39 |
|
40 |
LICENSE="LGPL-2.1" |
41 |
SLOT="0" |
42 |
@@ -33,7 +34,7 @@ |
43 |
# and make tests build only when needed |
44 |
epatch "${FILESDIR}/${PN}-0.7.1-gtk3-tests.patch" |
45 |
|
46 |
- eautoreconf |
47 |
+ AT_M4DIR=${WORKDIR} eautoreconf |
48 |
} |
49 |
|
50 |
src_configure() { |
51 |
|
52 |
|
53 |
|
54 |
1.59 x11-libs/libnotify/ChangeLog |
55 |
|
56 |
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.59&view=markup |
57 |
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.59&content-type=text/plain |
58 |
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.58&r2=1.59 |
59 |
|
60 |
Index: ChangeLog |
61 |
=================================================================== |
62 |
RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v |
63 |
retrieving revision 1.58 |
64 |
retrieving revision 1.59 |
65 |
diff -u -r1.58 -r1.59 |
66 |
--- ChangeLog 29 Jan 2011 12:59:42 -0000 1.58 |
67 |
+++ ChangeLog 5 Feb 2011 10:15:09 -0000 1.59 |
68 |
@@ -1,6 +1,11 @@ |
69 |
# ChangeLog for x11-libs/libnotify |
70 |
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 |
71 |
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.58 2011/01/29 12:59:42 ssuominen Exp $ |
72 |
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.59 2011/02/05 10:15:09 ssuominen Exp $ |
73 |
+ |
74 |
+ 05 Feb 2011; Samuli Suominen <ssuominen@g.o> libnotify-0.7.1.ebuild: |
75 |
+ Use copy of introspection.m4 from |
76 |
+ http://git.gnome.org/browse/gir-repository/plain/m4/introspection.m4 to pass |
77 |
+ autotools wrt #353136. |
78 |
|
79 |
29 Jan 2011; Samuli Suominen <ssuominen@g.o> libnotify-0.7.1.ebuild: |
80 |
Remove useless libtool archive libnotify.la. |