Gentoo Archives: gentoo-commits

From: "Olivier Crete (tester)" <tester@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/pidgin-libnotify: ChangeLog pidgin-libnotify-0.13-r1.ebuild
Date: Fri, 26 Oct 2007 01:46:30
Message-Id: E1IlEHI-00011m-HD@stork.gentoo.org
1 tester 07/10/26 01:46:24
2
3 Modified: ChangeLog
4 Added: pidgin-libnotify-0.13-r1.ebuild
5 Log:
6 Add patch to fix the show button in the bubble, bug #188325
7 (Portage version: 2.1.3.9)
8
9 Revision Changes Path
10 1.7 x11-plugins/pidgin-libnotify/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 28 Aug 2007 16:24:05 -0000 1.6
23 +++ ChangeLog 26 Oct 2007 01:46:23 -0000 1.7
24 @@ -1,6 +1,13 @@
25 # ChangeLog for x11-plugins/pidgin-libnotify
26 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.6 2007/08/28 16:24:05 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/ChangeLog,v 1.7 2007/10/26 01:46:23 tester Exp $
29 +
30 +*pidgin-libnotify-0.13-r1 (26 Oct 2007)
31 +
32 + 26 Oct 2007; Olivier CrĂȘte <tester@g.o>
33 + +files/pidgin-libnotify-showbutton.patch,
34 + +pidgin-libnotify-0.13-r1.ebuild:
35 + Add patch to fix the show button in the bubble, bug #188325
36
37 28 Aug 2007; nixnut <nixnut@g.o> pidgin-libnotify-0.13.ebuild:
38 Stable on ppc wrt bug 189781
39
40
41
42 1.1 x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: pidgin-libnotify-0.13-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2007 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-libnotify/pidgin-libnotify-0.13-r1.ebuild,v 1.1 2007/10/26 01:46:23 tester Exp $
52
53
54 inherit eutils
55
56 DESCRIPTION="pidgin-libnotify provides popups for pidgin via a libnotify interface"
57 HOMEPAGE="http://gaim-libnotify.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/gaim-libnotify/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
63 IUSE="nls debug"
64
65 DEPEND=">=x11-libs/libnotify-0.3.2"
66
67 RDEPEND="net-im/pidgin ${DEPEND}"
68
69 src_unpack() {
70 unpack ${A}
71 cd "${S}"
72 epatch "${FILESDIR}"/pidgin-libnotify-showbutton.patch
73 }
74
75 src_compile() {
76 local myconf
77
78 myconf="$(use_enable debug) \
79 $(use_enable nls)"
80
81 econf ${myconf} || die "configure failed"
82
83 emake || die "make failed"
84 }
85
86 src_install() {
87 make install DESTDIR=${D} || die "make install failed"
88 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO VERSION
89 }
90
91
92
93 --
94 gentoo-commits@g.o mailing list