Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 162206 Details for
Bug 110102
New package: www-client/flock-bin
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for version 1.2.4
flock-bin-1.2.4.ebuild (text/plain), 2.25 KB, created by
Rob Somers
on 2008-08-04 15:09:47 UTC
(
hide
)
Description:
Ebuild for version 1.2.4
Filename:
MIME Type:
Creator:
Rob Somers
Created:
2008-08-04 15:09:47 UTC
Size:
2.25 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/www-client/flock-bin/flock-bin-1.2.4.ebuild,v 1.0 08/04/2008 uberkermit Exp $ > >inherit eutils mozilla-launcher multilib mozextension > >LANGS="af ar be ca cs da de el en-GB en-US es-AR es-ES eu fi fr fy-NL ga-IE gu-IN he hu id it ja ka ko ku lt mk mn nb-NO nl nn-NO pa-IN pl pt-BR pt-PT ro ru si sk sl sq sr sv-SE tr uk zh-CN zh-TW" >NOSHORTLANGS="en-GB es-AR pt-BR zh-CN" > >DESCRIPTION="Flock Web Browser" >SRC_URI="http://ftp.osuosl.org/pub/flock/releases/${PV}/flock-${PV}.en-US.linux-i686.tar.gz" >HOMEPAGE="http://flock.com" >RESTRICT="strip" > >KEYWORDS="-* amd64 x86" >SLOT="0" >LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" >IUSE="restrict-javascript" > >DEPEND="app-arch/unzip" >RDEPEND="x11-libs/libXrender > x11-libs/libXt > x11-libs/libXmu > x86? ( > >=x11-libs/gtk+-2.2 > ) > amd64? ( > >=app-emulation/emul-linux-x86-baselibs-1.0 > >=app-emulation/emul-linux-x86-gtklibs-1.0 > app-emulation/emul-linux-x86-compat > )" > >PDEPEND="restrict-javascript? ( x11-plugins/noscript )" > >S="${WORKDIR}/flock" > >pkg_setup() { > # This is a binary x86 package => ABI=x86 > # Please keep this in future versions > # Danny van Dyk <kugelfang@gentoo.org> 2005/03/26 > has_multilib_profile && ABI="x86" >} > > >src_install() { > declare MOZILLA_FIVE_HOME=/opt/flock > > # Install flock in /opt > dodir ${MOZILLA_FIVE_HOME%/*} > mv "${S}" "${D}"${MOZILLA_FIVE_HOME} > > # Create /usr/bin/flock-bin > make_wrapper flock-bin "${MOZILLA_FIVE_HOME}/flock" > > # Install icon and .desktop for menu entry > doicon "${FILESDIR}"/icon/${PN}-icon.png > domenu "${FILESDIR}"/icon/${PN}.desktop > > # revdep-rebuild entry > insinto /etc/revdep-rebuild > doins "${FILESDIR}"/flock-bin > > # install ldpath env.d > doenvd "${FILESDIR}"/flock-bin > > rm -rf "${D}"${MOZILLA_FIVE_HOME}/plugins > dosym /usr/"$(get_libdir)"/nsbrowser/plugins ${MOZILLA_FIVE_HOME}/plugins >} > >pkg_preinst() { > declare MOZILLA_FIVE_HOME=/opt/flock > > # Remove entire installed instance to prevent all kinds of > # problems... see bug 44772 for example > rm -rf "${ROOT}"${MOZILLA_FIVE_HOME} >} > >pkg_postinst() { > use amd64 && einfo "NB: You just installed a 32-bit flock" > update_mozilla_launcher_symlinks >} > >pkg_postrm() { > update_mozilla_launcher_symlinks >} >
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 110102
:
71159
|
71160
|
71206
|
71422
|
77558
|
81961
|
89302
|
124330
|
125437
|
156141
| 162206