diff options
author | Herbie Hopkins <herbs@gentoo.org> | 2005-07-19 20:10:11 +0000 |
---|---|---|
committer | Herbie Hopkins <herbs@gentoo.org> | 2005-07-19 20:10:11 +0000 |
commit | a2d60878fb5150e96b15a134bc20967d974234bf (patch) | |
tree | 3e2483e93bd370aef1c7045c849af0c0a03203d4 /x11-plugins/gaim-rhythmbox | |
parent | Multilib fix. (diff) | |
download | gentoo-2-a2d60878fb5150e96b15a134bc20967d974234bf.tar.gz gentoo-2-a2d60878fb5150e96b15a134bc20967d974234bf.tar.bz2 gentoo-2-a2d60878fb5150e96b15a134bc20967d974234bf.zip |
Multilib fix, stable on amd64.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-plugins/gaim-rhythmbox')
-rw-r--r-- | x11-plugins/gaim-rhythmbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild | 12 |
3 files changed, 17 insertions, 7 deletions
diff --git a/x11-plugins/gaim-rhythmbox/ChangeLog b/x11-plugins/gaim-rhythmbox/ChangeLog index d3f54c23bfbf..3925aab356dd 100644 --- a/x11-plugins/gaim-rhythmbox/ChangeLog +++ b/x11-plugins/gaim-rhythmbox/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gaim-rhythmbox -# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/ChangeLog,v 1.6 2004/10/21 15:47:22 rizzo Exp $ +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/ChangeLog,v 1.7 2005/07/19 20:10:11 herbs Exp $ + + 19 Jul 2005; Herbie Hopkins <herbs@gentoo.org> + gaim-rhythmbox-1.0.0.1.ebuild: + Multilib fix, stable on amd64. 21 Oct 2004; Don Seiler <rizzo@gentoo.org> -gaim-rhythmbox-0.81.3.ebuild, -gaim-rhythmbox-0.82.1.ebuild, gaim-rhythmbox-1.0.0.1.ebuild: diff --git a/x11-plugins/gaim-rhythmbox/Manifest b/x11-plugins/gaim-rhythmbox/Manifest index f7d27d5582d7..6f91314f4104 100644 --- a/x11-plugins/gaim-rhythmbox/Manifest +++ b/x11-plugins/gaim-rhythmbox/Manifest @@ -1,4 +1,4 @@ -MD5 7fd6538c80046ecd4932b05c06c12e9e ChangeLog 1099 +MD5 074f4ec185a789ca181cea249b99f39c gaim-rhythmbox-1.0.0.1.ebuild 812 +MD5 e9825d2decc1577c6f9278a360bfdb1a ChangeLog 1215 MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159 -MD5 41ebed2bed596cfa9604b7bdff3ae5b6 gaim-rhythmbox-1.0.0.1.ebuild 679 MD5 138fc7668a6717f9cc9d44d9c167897b files/digest-gaim-rhythmbox-1.0.0.1 74 diff --git a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild index deb92f346e8b..71222db65132 100644 --- a/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild +++ b/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild,v 1.2 2004/10/21 15:47:22 rizzo Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild,v 1.3 2005/07/19 20:10:11 herbs Exp $ inherit debug @@ -12,12 +12,18 @@ GAIM_API="1.0.0" LICENSE="GPL-2" SLOT="0" -KEYWORDS="x86 ~ppc ~amd64" +KEYWORDS="x86 ~ppc amd64" IUSE="" DEPEND=">=net-im/gaim-${GAIM_API} media-sound/rhythmbox" +src_unpack() { + unpack ${A} + sed -i -e 's:--variable=prefix`/lib:--variable=libdir`:' \ + ${S}/configure{.ac,} || die "sed failed" +} + src_install() { make DESTDIR=${D} install || die dodoc AUTHORS ChangeLog INSTALL NEWS README TODO |