Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81663 Details for
Bug 125055
enigmail missing from seamonkey 1.0 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
enigmail.patch
enigmail.patch (text/plain), 2.06 KB, created by
Rafal Glazar
on 2006-03-07 19:31:24 UTC
(
hide
)
Description:
enigmail.patch
Filename:
MIME Type:
Creator:
Rafal Glazar
Created:
2006-03-07 19:31:24 UTC
Size:
2.06 KB
patch
obsolete
>--- seamonkey-1.0.ebuild 2006-03-07 19:07:25.000000000 +0100 >+++ seamonkey-1.0-r1.ebuild 2006-03-08 04:11:48.000000000 +0100 >@@ -6,19 +6,24 @@ > inherit flag-o-matic toolchain-funcs eutils mozcoreconf mozconfig-2 mozilla-launcher makeedit multilib autotools > > PVER="0.2" >+EMVER="0.94.0" > > DESCRIPTION="Mozilla Application Suite - web browser, email, HTML editor, IRC" > HOMEPAGE="http://www.mozilla.org" > SRC_URI="http://ftp.mozilla.org/pub/mozilla.org/${PN}/releases/${PV}/${P}.source.tar.bz2 >+ crypt? ( !moznomail? ( >+ http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz >+ ) ) > mirror://gentoo/${P}-patches-${PVER}.tar.bz2 > http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2" > > KEYWORDS="~amd64 ~ppc ~x86" > SLOT="0" > LICENSE="MPL-1.1 NPL-1.1" >-IUSE="java ldap mozcalendar mozdevelop moznocompose moznoirc moznomail moznoroaming postgres" >+IUSE="crypt java ldap mozcalendar mozdevelop moznocompose moznoirc moznomail moznoroaming postgres" > >-RDEPEND="java? ( virtual/jre ) >+RDEPEND="crypt? ( !moznomail? ( >=app-crypt/gnupg-1.4 ) ) >+ java? ( virtual/jre ) > >=www-client/mozilla-launcher-1.47 > >=dev-libs/nss-3.10 > >=dev-libs/nspr-4.6.1" >@@ -71,6 +76,20 @@ > cd ${S} || die "cd failed" > EPATCH_FORCE="yes" epatch ${WORKDIR}/patch > >+ # Unpack the enigmail plugin >+ if use crypt && ! use moznomail; then >+ cd ${S}/mailnews/extensions || die >+ unpack enigmail-${EMVER}.tar.gz >+ cd ${S}/mailnews/extensions/enigmail || die "cd failed" >+ typeset m topdir >+ for m in $(find ../ -name Makefile.in); do >+ topdir=$(echo "$m" | sed -r 's:[^/]+:..:g') >+ sed -e "s:@srcdir@:.:g" -e "s:@top_srcdir@:${topdir}:g" \ >+ < ${m} > ${m%.in} || die "sed ${m} failed" >+ done >+ fi >+ cd ${S} >+ > # Fix scripts that call for /usr/local/bin/perl #51916 > ebegin "Patching smime to call perl from /usr/bin" > sed -i -e '1s,usr/local/bin,usr/bin,' ${S}/security/nss/cmd/smimetools/smime >@@ -177,6 +196,10 @@ > edit_makefiles > > emake || die >+ >+ if use crypt && ! use moznomail; then >+ emake -C ${S}/mailnews/extensions/enigmail || die "emake ${x} failed" >+ fi > } > > 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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 125055
:
81373
| 81663