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-plugins/pidgin-rhythmbox: pidgin-rhythmbox-2.0.ebuild
Date: Tue, 02 Jun 2009 23:28:07
Message-Id: E1MBdOo-000656-DN@stork.gentoo.org
1 ssuominen 09/06/02 23:28:06
2
3 Modified: pidgin-rhythmbox-2.0.ebuild
4 Log:
5 Repoman warnings
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.7 x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild?r1=1.6&r2=1.7
14
15 Index: pidgin-rhythmbox-2.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- pidgin-rhythmbox-2.0.ebuild 28 Aug 2007 14:52:42 -0000 1.6
22 +++ pidgin-rhythmbox-2.0.ebuild 2 Jun 2009 23:28:06 -0000 1.7
23 @@ -1,6 +1,8 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2009 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.6 2007/08/28 14:52:42 nixnut Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild,v 1.7 2009/06/02 23:28:06 ssuominen Exp $
29 +
30 +EAPI=2
31
32 DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox"
33 HOMEPAGE="http://jon.oberheide.org/projects/pidgin-rhythmbox"
34 @@ -11,20 +13,12 @@
35 KEYWORDS="amd64 ppc sparc x86"
36 IUSE=""
37
38 -DEPEND="net-im/pidgin
39 - >=media-sound/rhythmbox-0.9
40 - >=x11-libs/gtk+-2.4
41 - >=sys-apps/dbus-0.50
42 - >=dev-libs/dbus-glib-0.50"
43 -S="${WORKDIR}/${P}"
44 -
45 -src_unpack() {
46 - unpack ${A}
47 - #sed -i -e 's:--variable=prefix`/lib:--variable=libdir`:' \
48 - # ${S}/configure{.ac,} || die "sed failed"
49 -}
50 +RDEPEND="net-im/pidgin
51 + media-sound/rhythmbox
52 + >=x11-libs/gtk+-2.4:2
53 + dev-libs/dbus-glib"
54
55 src_install() {
56 - make DESTDIR=${D} install || die
57 + emake DESTDIR="${D}" install || die "emake install failed"
58 dodoc AUTHORS ChangeLog INSTALL NEWS README TODO
59 }