diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-03 02:41:30 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-03 02:41:30 +0000 |
commit | 05a9335304cfd1da0e39ee57ef8e996822b49b63 (patch) | |
tree | eebb75dc2e015eb4457bb1147f061314542bdf2b /net-www/kaffeine-mozilla-plugin | |
parent | Version bump. (diff) | |
download | gentoo-2-05a9335304cfd1da0e39ee57ef8e996822b49b63.tar.gz gentoo-2-05a9335304cfd1da0e39ee57ef8e996822b49b63.tar.bz2 gentoo-2-05a9335304cfd1da0e39ee57ef8e996822b49b63.zip |
Add multilib fixes, add ~amd64, bug 146710
(Portage version: 2.1.1-r2)
Diffstat (limited to 'net-www/kaffeine-mozilla-plugin')
3 files changed, 13 insertions, 7 deletions
diff --git a/net-www/kaffeine-mozilla-plugin/ChangeLog b/net-www/kaffeine-mozilla-plugin/ChangeLog index fc288a6e8089..4f50bd294e5e 100644 --- a/net-www/kaffeine-mozilla-plugin/ChangeLog +++ b/net-www/kaffeine-mozilla-plugin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-www/kaffeine-mozilla-plugin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.10 2007/01/10 21:43:59 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/ChangeLog,v 1.11 2007/02/03 02:41:30 beandog Exp $ + + 03 Feb 2007; Steve Dibb <beandog@gentoo.org> + kaffeine-mozilla-plugin-0.2.ebuild: + Add multilib fixes, add ~amd64, bug 146710 10 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> metadata.xml: Add missing email address for herd with name != alias. diff --git a/net-www/kaffeine-mozilla-plugin/files/digest-kaffeine-mozilla-plugin-0.2 b/net-www/kaffeine-mozilla-plugin/files/digest-kaffeine-mozilla-plugin-0.2 index 942926616717..9d0f4c70e688 100644 --- a/net-www/kaffeine-mozilla-plugin/files/digest-kaffeine-mozilla-plugin-0.2 +++ b/net-www/kaffeine-mozilla-plugin/files/digest-kaffeine-mozilla-plugin-0.2 @@ -1 +1,3 @@ MD5 c7bb24cbd20fdfeffbb0da452533cac4 kaffeine-mozilla-0.2.tar.bz2 223559 +RMD160 7e340dfd72d970205b4c56ce45cab71087bb054e kaffeine-mozilla-0.2.tar.bz2 223559 +SHA256 10cdc4019d8a6babb350a5b8ca184631c9e0c33bc03c4163d272dfaf1c2155bb kaffeine-mozilla-0.2.tar.bz2 223559 diff --git a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild index f125f8735439..6acdbc441073 100644 --- a/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild +++ b/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.9 2006/01/25 06:31:01 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-www/kaffeine-mozilla-plugin/kaffeine-mozilla-plugin-0.2.ebuild,v 1.10 2007/02/03 02:41:30 beandog Exp $ -inherit nsplugins +inherit nsplugins multilib MY_P=${P/-plugin/} S=${WORKDIR}/${MY_P} @@ -12,7 +12,7 @@ HOMEPAGE="http://kaffeine.sourceforge.net/" SRC_URI="mirror://sourceforge/kaffeine/${MY_P}.tar.bz2" SLOT="0" -KEYWORDS="x86 ~ppc" +KEYWORDS="~amd64 ~ppc x86" LICENSE="GPL-2" IUSE="" @@ -21,11 +21,11 @@ RDEPEND=">=media-video/kaffeine-0.4.3 DEPEND="${RDEPEND}" src_compile() { - econf --prefix=/usr/lib/${PLUGINS_DIR} || die + econf --prefix=/usr/$(get_libdir)/${PLUGINS_DIR} || die emake || die } src_install() { - einstall prefix=${D}/usr/lib/${PLUGINS_DIR%plugins} || die + einstall prefix=${D}/usr/$(get_libdir)/${PLUGINS_DIR%plugins} || die dodoc AUTHORS ChangeLog README } |