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.1.ebuild ChangeLog
Date: Sat, 29 Jan 2011 12:59:53
Message-Id: 20110129125942.33C352004E@flycatcher.gentoo.org
1 ssuominen 11/01/29 12:59:42
2
3 Modified: libnotify-0.7.1.ebuild ChangeLog
4 Log:
5 Remove useless libtool archive libnotify.la.
6
7 (Portage version: 2.2.0_alpha19/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 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.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild?r1=1.1&r2=1.2
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.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libnotify-0.7.1.ebuild 24 Jan 2011 23:48:35 -0000 1.1
23 +++ libnotify-0.7.1.ebuild 29 Jan 2011 12:59:42 -0000 1.2
24 @@ -1,6 +1,6 @@
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.1 2011/01/24 23:48:35 eva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/libnotify-0.7.1.ebuild,v 1.2 2011/01/29 12:59:42 ssuominen Exp $
29
30 EAPI="3"
31
32 @@ -44,8 +44,10 @@
33 }
34
35 src_install() {
36 - emake install DESTDIR="${D}" || die "emake install failed"
37 - dodoc AUTHORS ChangeLog NEWS || die "dodoc failed"
38 + emake install DESTDIR="${D}" || die
39 + dodoc AUTHORS ChangeLog NEWS || die
40 +
41 + find "${ED}" -name '*.la' -exec rm -f '{}' +
42 }
43
44 pkg_preinst() {
45
46
47
48 1.58 x11-libs/libnotify/ChangeLog
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.58&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?rev=1.58&content-type=text/plain
52 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libnotify/ChangeLog?r1=1.57&r2=1.58
53
54 Index: ChangeLog
55 ===================================================================
56 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v
57 retrieving revision 1.57
58 retrieving revision 1.58
59 diff -u -r1.57 -r1.58
60 --- ChangeLog 24 Jan 2011 23:48:36 -0000 1.57
61 +++ ChangeLog 29 Jan 2011 12:59:42 -0000 1.58
62 @@ -1,6 +1,9 @@
63 # ChangeLog for x11-libs/libnotify
64 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
65 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.57 2011/01/24 23:48:36 eva Exp $
66 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libnotify/ChangeLog,v 1.58 2011/01/29 12:59:42 ssuominen Exp $
67 +
68 + 29 Jan 2011; Samuli Suominen <ssuominen@g.o> libnotify-0.7.1.ebuild:
69 + Remove useless libtool archive libnotify.la.
70
71 *libnotify-0.7.1 (24 Jan 2011)
72 *libnotify-0.5.2 (24 Jan 2011)