Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libnotify: libnotify-0.7.2.ebuild libnotify-0.5.2.ebuild libnotify-0.7.1.ebuild
Date: Tue, 29 Mar 2011 08:47:27
Message-Id: 20110329084717.A7F4B20054@flycatcher.gentoo.org
1 ssuominen 11/03/29 08:47:17
2
3 Modified: libnotify-0.7.2.ebuild libnotify-0.5.2.ebuild
4 Removed: libnotify-0.7.1.ebuild
5 Log:
6 punt old, tidy
7
8 (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-libs/libnotify/libnotify-0.7.2.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild?r1=1.1&r2=1.2
16
17 Index: libnotify-0.7.2.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- libnotify-0.7.2.ebuild 23 Mar 2011 02:18:19 -0000 1.1
24 +++ libnotify-0.7.2.ebuild 29 Mar 2011 08:47:17 -0000 1.2
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2011 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v 1.1 2011/03/23 02:18:19 nirbheek Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.2.ebuild,v 1.2 2011/03/29 08:47:17 ssuominen Exp $
30
31 EAPI=3
32 inherit autotools eutils gnome.org
33 @@ -60,7 +60,7 @@
34 emake install DESTDIR="${D}" || die
35 dodoc AUTHORS ChangeLog NEWS || die
36
37 - find "${ED}" -name '*.la' -exec rm -f '{}' +
38 + find "${ED}" -name '*.la' -exec rm -f {} +
39 }
40
41 pkg_preinst() {
42
43
44
45 1.4 x11-libs/libnotify/libnotify-0.5.2.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild?rev=1.4&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild?rev=1.4&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild?r1=1.3&r2=1.4
50
51 Index: libnotify-0.5.2.ebuild
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild,v
54 retrieving revision 1.3
55 retrieving revision 1.4
56 diff -u -r1.3 -r1.4
57 --- libnotify-0.5.2.ebuild 16 Mar 2011 11:04:33 -0000 1.3
58 +++ libnotify-0.5.2.ebuild 29 Mar 2011 08:47:17 -0000 1.4
59 @@ -1,9 +1,8 @@
60 # Copyright 1999-2011 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild,v 1.3 2011/03/16 11:04:33 hwoarang Exp $
63 -
64 -EAPI="3"
65 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.5.2.ebuild,v 1.4 2011/03/29 08:47:17 ssuominen Exp $
66
67 +EAPI=3
68 inherit gnome.org
69
70 DESCRIPTION="Notifications library"
71 @@ -34,6 +33,6 @@
72 }
73
74 src_install() {
75 - emake install DESTDIR="${D}" || die "emake install failed"
76 - dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
77 + emake install DESTDIR="${D}" || die
78 + dodoc AUTHORS ChangeLog NEWS || die
79 }