summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-06-02 23:28:06 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-06-02 23:28:06 +0000
commit1a177cbc1f9af1ae9f31f1d496ef7bde7fcd15ec (patch)
treee5637ae1453fbbbb1419d7fa8e7f2389fabb6328 /x11-plugins
parentold (diff)
downloadhistorical-1a177cbc1f9af1ae9f31f1d496ef7bde7fcd15ec.tar.gz
historical-1a177cbc1f9af1ae9f31f1d496ef7bde7fcd15ec.tar.bz2
historical-1a177cbc1f9af1ae9f31f1d496ef7bde7fcd15ec.zip
Repoman warnings
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/pidgin-rhythmbox/Manifest2
-rw-r--r--x11-plugins/pidgin-rhythmbox/pidgin-rhythmbox-2.0.ebuild24
2 files changed, 10 insertions, 16 deletions
diff --git a/x11-plugins/pidgin-rhythmbox/Manifest b/x11-plugins/pidgin-rhythmbox/Manifest
index c2d43f9804e3..80d53040c1ef 100644
--- a/x11-plugins/pidgin-rhythmbox/Manifest
+++ b/x11-plugins/pidgin-rhythmbox/Manifest
@@ -1,4 +1,4 @@
DIST pidgin-rhythmbox-2.0.tar.gz 320758 RMD160 b5b3b0479e9a039a85e79c4078eb583cf599e40e SHA1 53b9b979d7fa60ad2ef4a4e9c90f5b33c0ceb7d4 SHA256 9fc4b43d8a353e2c4e7e219b34ae5fb23a3a0dd10b10446c4e75acab9bc5d460
-EBUILD pidgin-rhythmbox-2.0.ebuild 908 RMD160 2c2d5fd3a7f1b64d9ec46679e32410ff9ba7183e SHA1 88f552df470502935db449431daeaa3971fb9f15 SHA256 cd61a89bd09eb00bca94373589f2a5aefca6609e7386d4faf2ce376f22b41d35
+EBUILD pidgin-rhythmbox-2.0.ebuild 757 RMD160 81323f7796a1f7ac24b6a39b112ee36ad29b9ba8 SHA1 e4cfaa2ffd05cc61d9b7e0ea6f0d5d9465312807 SHA256 9e74a23500d77dcd0fa26bb5e92d1943cf8d146c0a73999750c35421f1cab0ec
MISC ChangeLog 802 RMD160 4ccdb3ddb3a92cb507037500573cbcaab3155f68 SHA1 6f0aba3f41e8b00d5b7feb17614e1aae0177c509 SHA256 b4ec5630600964196888f4d5a65f66d00905bfba7f48192212da367ee792175c
MISC metadata.xml 159 RMD160 3e0df024f9705f0cd1798f45cd4b0698e183ee87 SHA1 08e27d5a696205dc5c9992d4f3b647cd609ec139 SHA256 bb3130d2515d5b2e4ff19aff2199bb00ac7c350bf78b34bbec55268bf1013908
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
}