Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 163511 Details for
Bug 235397
ebuild for Mozilla Weave Firefox extension
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for Mozilla Weave
weave-0.2.6.ebuild (text/plain), 1.38 KB, created by
Douglas Mayle
on 2008-08-21 19:25:29 UTC
(
hide
)
Description:
Ebuild for Mozilla Weave
Filename:
MIME Type:
Creator:
Douglas Mayle
Created:
2008-08-21 19:25:29 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-plugins/mozilla-weave/mozilla-weave-0.2.0.ebuild,v 1.1 2008/07/06 17:32:45 armin76 Exp $ >EAPI="1" >WANT_AUTOCONF="2.1" > >inherit mozextension multilib > >DESCRIPTION="Firefox plugin to synchronize browser data" >HOMEPAGE="http://labs.mozilla.com/projects/weave/" > >KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" >SLOT="0" >LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" >IUSE="" > >SRC_URI="http://hg.mozilla.org/labs/weave/index.cgi/archive/${PV}.tar.gz" > >RDEPEND="|| ( > >=www-client/mozilla-firefox-3.0.1 > >=www-client/mozilla-firefox-bin-3.0.1 > ) > =net-libs/xulrunner-1.9* > >=dev-libs/nss-3.12 > >=dev-libs/nspr-4.7.1" >DEPEND="${RDEPEND}" > >S="${WORKDIR}" > >src_compile() { > sed -ie 's@-I\$(sdkdir)\(/include/ns\(s\|pr\)\)@-I/usr\1@' ${P}/src/Makefile > sed -ie 's@^\(libdirs\s*:=\s*.*\)$@\1 /usr/lib/nspr /usr/lib/nss@' ${P}/src/Makefile > cd ${P} > export WEAVE_BUILDID=${PV} > make sdkdir="/usr/$(get_libdir)/xulrunner-1.9" xpi >} > >src_install() { > declare MOZILLA_FIVE_HOME > if has_version '>=www-client/mozilla-firefox-3.0.1'; then > MOZILLA_FIVE_HOME="/usr/$(get_libdir)/mozilla-firefox" > xpi_install "${S}"/"${P}" > fi > if has_version '>=www-client/mozilla-firefox-bin-3.0.1'; then > MOZILLA_FIVE_HOME="/opt/firefox" > xpi_install "${S}"/"${P}" > fi >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 235397
: 163511 |
177182
|
177183
|
187418
|
187419
|
191180
|
191181