summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild')
-rw-r--r--x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild24
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
}