I am requesting a new ebuild for jitsi. jitsi is an open source alternative for instant video chat (like skype) Reproducible: Always an ebuild can look like my local ebuild, but this is actually not working for i386: # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-im/jitsi-2.2-4603.9615.x86_64.ebuild,v 1.0 # 2013/01/14 01:34:20 chutzpah Exp $ #Ebuild updated by: Felix Longardt <felix.longardt@gmail.com> EAPI=4 inherit rpm DESCRIPTION="Secure IM communicator that supports SIP, XMPP/Jabber, AIM/ICQ, Windows Live, Yahoo" HOMEPAGE="https://jitsi.org/" SRC_URI=" x86? ( https://download.jitsi.org/jitsi/rpm/jitsi-2.2-4603.9615.i386.rpm ) amd64? ( https://download.jitsi.org/jitsi/rpm/jitsi-2.2-4603.9615.x86_64.rpm )" RESTRICT="strip" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="|| ( virtual/jre virtual/jdk )" DEPEND="${RDEPEND} app-arch/rpm2targz" QA_PREBUILT=" usr/share/jitsi/lib/native/* " S="${WORKDIR}" src_prepare() { mv jitsi-2.2-4603.9615.x86_64.rpm ${P}.rpm } src_unpack() { rpm_unpack } src_install() { cp -pPR "${S}/usr" "${D}"/ }
*** This bug has been marked as a duplicate of bug 323819 ***