diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-02 23:28:06 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-06-02 23:28:06 +0000 |
commit | 3b77aed0baca6587ebf79753ab3e91e0f595b6f8 (patch) | |
tree | 0cdfd73cc731c24823449881937ad853f58e9d81 /x11-plugins | |
parent | old (diff) | |
download | gentoo-2-3b77aed0baca6587ebf79753ab3e91e0f595b6f8.tar.gz gentoo-2-3b77aed0baca6587ebf79753ab3e91e0f595b6f8.tar.bz2 gentoo-2-3b77aed0baca6587ebf79753ab3e91e0f595b6f8.zip |
Repoman warnings
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild | 24 |
1 files changed, 9 insertions, 15 deletions
diff --git a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild index 68d3ff1f0841..dc981cfcf70a 100644 --- a/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild +++ b/x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $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 $ +# $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 $ + +EAPI=2 DESCRIPTION="automatically update your pidgin profile with current info from Rhythmbox" HOMEPAGE="http://jon.oberheide.org/projects/pidgin-rhythmbox" @@ -11,20 +13,12 @@ SLOT="0" KEYWORDS="amd64 ppc sparc x86" IUSE="" -DEPEND="net-im/pidgin - >=media-sound/rhythmbox-0.9 - >=x11-libs/gtk+-2.4 - >=sys-apps/dbus-0.50 - >=dev-libs/dbus-glib-0.50" -S="${WORKDIR}/${P}" - -src_unpack() { - unpack ${A} - #sed -i -e 's:--variable=prefix`/lib:--variable=libdir`:' \ - # ${S}/configure{.ac,} || die "sed failed" -} +RDEPEND="net-im/pidgin + media-sound/rhythmbox + >=x11-libs/gtk+-2.4:2 + dev-libs/dbus-glib" src_install() { - make DESTDIR=${D} install || die + emake DESTDIR="${D}" install || die "emake install failed" dodoc AUTHORS ChangeLog INSTALL NEWS README TODO } |