Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 26212 Details for
Bug 40821
nvu ebuild (new package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Initial ebuild
nvu-cvs-0.15.ebuild (text/plain), 2.39 KB, created by
Bel Zébute
on 2004-02-23 17:39:04 UTC
(
hide
)
Description:
Initial ebuild
Filename:
MIME Type:
Creator:
Bel Zébute
Created:
2004-02-23 17:39:04 UTC
Size:
2.39 KB
patch
obsolete
>ECVS_SERVER="cvs-mirror.mozilla.org:/cvsroot" >ECVS_MODULE="mozilla" >#ECVS_LOCALNAME="mozilla" >#ECVS_TOP_DIR=${WORKDIR}/${ECVS_LOCALNAME} > >inherit cvs > >PATCH="netwerk.patch.gz" >S=${WORKDIR}/${ECVS_MODULE} >#S=${ECVS_TOP_DIR} >SRC_URI="http://glazman.org/nvu-sources/nvu-${PV}-source.tar.gz >http://glazman.org/nvu-sources/${PATCH}" >#http://glazman.org/mozilla-ext" >#http://glazman.org/nvu-sources/linux/.mozconfig > >DESCRIPTION="A complete Web Authoring System for Linux Desktop users." >HOMEPAGE="http://nvu.com" > >LICENSE="MPL/GPL/LGPL" >SLOT="0" >KEYWORDS="x86" > >DEPEND=">=x11-base/xfree-4.2.0-r11 > >=gcc-3" ># >=perl-5.6 ># >=make-3.79.1 ># >=cvs-1.10 ># >=glib-1.2.0 ># >=libIDL-0.6.3 ># >=zip-2.3 ># =autoconf-2.13 > >RDEPEND=${DEPEND} > >moz_config() { > cat << ~ > ${S}/.mozconfig >export MOZILLA_OFFICIAL=1 >export BUILD_OFFICIAL=1 > >export MOZ_STANDALONE_COMPOSER=1 >mk_add_options MOZ_STANDALONE_COMPOSER=1 > ># Uncomment the following lines for an optimized build >ac_add_options --enable-optimize >ac_add_options --disable-debug > >ac_add_options --disable-svg >ac_add_options --without-system-mng >ac_add_options --without-system-png >ac_add_options --disable-ldap >ac_add_options --disable-mailnews >ac_add_options --disable-installer >ac_add_options --disable-activex >ac_add_options --disable-activex-scripting >ac_add_options --disable-tests >ac_add_options --disable-oji >ac_add_options --disable-necko-disk-cache >ac_add_options --disable-profilesharing >ac_add_options --enable-extensions=cookie,xml-rpc,xmlextras,pref,universalchardet,webservices,wallet,editor/cascades >ac_add_options --enable-image-decoders=png,gif,jpeg >ac_add_options --enable-necko-protocols=http,ftp,file,jar,viewsource,res,data >ac_add_options --disable-pedantic >ac_add_options --disable-short-wchar >ac_add_options --enable-xprint >ac_add_options --enable-strip-libs >ac_add_options --enable-crypto >ac_add_options --disable-mathml >ac_add_options --with-system-zlib >ac_add_options --enable-freetype2 >ac_add_options --enable-default-toolkit=gtk2 >ac_add_options --enable-toolkit=gtk2 >ac_add_options --enable-xft >~ >} > >src_compile() { ># sed 's/^#ac_/#ac/' ${DISTDIR}/.mozconfig > .mozconfig ># cd ${S} > moz_config > unpack nvu-${PV}-source.tar.gz > epatch ${DISTDIR}/${PATCH} > make -f client.mk build_all || die >} > >src_install() { ># dodoc AUTHORS COPYING ChangeLog INSTALL NEWS README TODO ABOUT-NLS > make DESTDIR="${D}" install || die "Install failed" >die "src-install" >}
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 40821
:
26212
|
26291
|
26498
|
28493
|
34364
|
37525
|
38046
|
38047
|
41595
|
41832
|
42305