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 | 01b3b495f890e6c3fdd20c29faf3e19d964e2579 (patch) | |
tree | 120c5243e2d3542255a094ceaf1d63dc8d63d957 /x11-plugins | |
parent | Multilib fix. (diff) | |
download | historical-01b3b495f890e6c3fdd20c29faf3e19d964e2579.tar.gz historical-01b3b495f890e6c3fdd20c29faf3e19d964e2579.tar.bz2 historical-01b3b495f890e6c3fdd20c29faf3e19d964e2579.zip |
Multilib fix, stable on amd64.
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gaim-rhythmbox/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/Manifest | 10 | ||||
-rw-r--r-- | x11-plugins/gaim-rhythmbox/gaim-rhythmbox-1.0.0.1.ebuild | 12 |
3 files changed, 25 insertions, 5 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 8753a8ad4331..5a5291c4e0bb 100644 --- a/x11-plugins/gaim-rhythmbox/Manifest +++ b/x11-plugins/gaim-rhythmbox/Manifest @@ -1,4 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 2b6ad53cda75717bbd01f0c2997f1dbc gaim-rhythmbox-1.0.0.1.ebuild 812 MD5 ba4ed7ffb132387fc3c8a773c085ef5b ChangeLog 1215 MD5 a574ec2607edf5e80117d65415e01d3c metadata.xml 159 MD5 138fc7668a6717f9cc9d44d9c167897b files/digest-gaim-rhythmbox-1.0.0.1 74 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFC3V4+2G5bA0cA/ScRAuhPAKDd/NdaQLfRxu/J/VFoRq8x9rfUtwCfRI2h +kxRwoY4IlC1OM8CgXZVtJMA= +=hebh +-----END PGP SIGNATURE----- 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 |