diff options
author | Jory Pratt <anarchy@gentoo.org> | 2006-05-21 18:03:46 +0000 |
---|---|---|
committer | Jory Pratt <anarchy@gentoo.org> | 2006-05-21 18:03:46 +0000 |
commit | a12440f418d5e400d1f80f0e0539512af8bb871c (patch) | |
tree | c07b94d2976fc8d03d93f871340ac4ce8039a69b /www-client | |
parent | Version bump (diff) | |
download | historical-a12440f418d5e400d1f80f0e0539512af8bb871c.tar.gz historical-a12440f418d5e400d1f80f0e0539512af8bb871c.tar.bz2 historical-a12440f418d5e400d1f80f0e0539512af8bb871c.zip |
reision bump, including security fixes. pkg_setup removed, to be redone at a later time.
Package-Manager: portage-2.1_rc1-r3
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 9 | ||||
-rw-r--r-- | www-client/seamonkey/files/digest-seamonkey-1.0.1 | 9 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-1.0.1.ebuild | 275 |
3 files changed, 292 insertions, 1 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index c24f1be0aa33..6c65148af07d 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.4 2006/03/26 01:03:10 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.5 2006/05/21 18:03:46 anarchy Exp $ + +*seamonkey-1.0.1 (21 May 2006) + + 21 May 2006; Jory A. Pratt <anarchy@gentoo.org> -seamonkey-1.0.ebuild, + -seamonkey-1.0-r1.ebuild, +seamonkey-1.0.1.ebuild: + reision bump, including security fixes. pkg_setup removed, to be redone at a + later release. *seamonkey-1.0-r1 (26 Mar 2006) diff --git a/www-client/seamonkey/files/digest-seamonkey-1.0.1 b/www-client/seamonkey/files/digest-seamonkey-1.0.1 new file mode 100644 index 000000000000..1553d59d7ef5 --- /dev/null +++ b/www-client/seamonkey/files/digest-seamonkey-1.0.1 @@ -0,0 +1,9 @@ +MD5 d326c302c1d2d68217fffcaa01ca7632 enigmail-0.94.0.tar.gz 508113 +RMD160 0fa8f0384b74623c1b84a048bdbf04bfca8c1824 enigmail-0.94.0.tar.gz 508113 +SHA256 db2b5fc014fe5efef95fc46804ac609616557b1696d5f355d2d7641e567904f3 enigmail-0.94.0.tar.gz 508113 +MD5 a26c019e66eb1792c09eb1a0f0c619fd seamonkey-1.0.1-patches-0.2.tar.bz2 28161 +RMD160 33da21b10def65c545a62cf0d9ccd2741f809d56 seamonkey-1.0.1-patches-0.2.tar.bz2 28161 +SHA256 d9eacb0630b37601fe2fb32756d8abbcc547bc3b1da5c639fdda9769743ade72 seamonkey-1.0.1-patches-0.2.tar.bz2 28161 +MD5 6921464b5251cafd529c04c2b9f98d5f seamonkey-1.0.1.source.tar.bz2 35644457 +RMD160 40e2fa9dbc4d4829ea61abfd3bf81da31d1af180 seamonkey-1.0.1.source.tar.bz2 35644457 +SHA256 559bf5bcac21b98a5f3a3a09496413b6f730146d59620d55e1cbd26a3421193b seamonkey-1.0.1.source.tar.bz2 35644457 diff --git a/www-client/seamonkey/seamonkey-1.0.1.ebuild b/www-client/seamonkey/seamonkey-1.0.1.ebuild new file mode 100644 index 000000000000..e512c1212576 --- /dev/null +++ b/www-client/seamonkey/seamonkey-1.0.1.ebuild @@ -0,0 +1,275 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-1.0.1.ebuild,v 1.1 2006/05/21 18:03:46 anarchy Exp $ + +unset ALLOWED_FLAGS # Stupid extra-functions.sh ... bug 49179 +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 + mirror://gentoo/${P}-patches-${PVER}.tar.bz2 + http://dev.gentoo.org/~anarchy/dist/${P}-patches-${PVER}.tar.bz2 + crypt? ( !moznomail? ( http://www.mozilla-enigmail.org/downloads/src/enigmail-${EMVER}.tar.gz ) )" + +KEYWORDS="~amd64 ~ppc ~x86" +SLOT="0" +LICENSE="MPL-1.1 NPL-1.1" +IUSE="java ldap mozcalendar mozdevelop moznocompose moznoirc moznomail moznoroaming postgres crypt" + +RDEPEND="java? ( virtual/jre ) + >=www-client/mozilla-launcher-1.47 + >=dev-libs/nss-3.10 + >=dev-libs/nspr-4.6.1 + crypt? ( !moznomail? ( >=app-crypt/gnupg-1.4 ) )" + +DEPEND="${RDEPEND} + ~sys-devel/autoconf-2.13 + java? ( >=dev-java/java-config-0.2.0 ) + dev-lang/perl + postgres? ( >=dev-db/postgresql-7.2.0 ) + !www-client/mozilla" + +S=${WORKDIR}/mozilla + +src_unpack() { + unpack ${P}.source.tar.bz2 ${P}-patches-${PVER}.tar.bz2 + + 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" + makemake2 + fi + + # 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 + eend $? || die "sed failed" + + # Fix a compilation issue using the 32-bit userland with 64-bit kernel on + # PowerPC, because with that configuration, mozilla detects a ppc64 system. + # -- hansmi, 2005-10-02 + if use ppc && [[ "${PROFILE_ARCH}" == ppc64 ]]; then + sed -i -e "s#OS_TEST=\`uname -m\`\$#OS_TEST=${ARCH}#" \ + ${S}/configure.in + sed -i -e "s#OS_TEST :=.*uname -m.*\$#OS_TEST:=${ARCH}#" \ + ${S}/security/coreconf/arch.mk + fi + + cd ${S} + # Needed by some of the patches + WANT_AUTOCONF=2.1 eautoreconf || die "Failed running eautoreconf" +} + +src_compile() { + declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} + + #################################### + # + # mozconfig, CFLAGS and CXXFLAGS setup + # + #################################### + mozconfig_init + mozconfig_config + + mozconfig_annotate 'gentoo' --enable-canvas + mozconfig_annotate 'gentoo' --with-system-nspr + mozconfig_annotate 'gentoo' --with-system-nss + + # Bug 60668: Galeon doesn't build without oji enabled, so enable it + # regardless of java setting. + mozconfig_annotate 'galeon' --enable-oji --enable-mathml + + # Other moz-specific settings + mozconfig_use_enable mozdevelop jsd + mozconfig_use_enable mozdevelop xpctools + mozconfig_use_extension mozdevelop venkman + + if use moznoirc; then + mozconfig_annotate '+moznocompose +moznoirc' --enable-extensions=-irc + fi + + if use moznoroaming ; then + mozconfig_annotate '+moznoroaming' --enable-extensions=-sroaming + fi + + if use postgres ; then + mozconfig_annotate '+postgres' --enable-extensions=sql + export MOZ_ENABLE_PGSQL=1 + export MOZ_PGSQL_INCLUDES=/usr/include + export MOZ_PGSQL_LIBS=/usr/$(get_libdir) + fi + + mozconfig_use_enable mozcalendar calendar + mozconfig_use_enable ldap + mozconfig_use_enable ldap ldap-experimental + mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME} + mozconfig_annotate '' --with-user-appdir=.mozilla + + if use moznomail && ! use mozcalendar; then + mozconfig_annotate "+moznomail -mozcalendar" --disable-mailnews + fi + + if use moznocompose && ! use mozcalendar; then + if use moznoirc && use moznomail; then + mozconfig_annotate "+moznocompose" --disable-composer + fi + fi + + # Finalize and report settings + mozconfig_final + + # hardened GCC uses -fstack-protector-all by default, which breaks us + gcc-specs-ssp && append-flags -fno-stack-protector-all + replace-flags -fstack-protector-all -fstack-protector + + append-flags -freorder-blocks -fno-reorder-functions + + #################################### + # + # Configure and build + # + #################################### + + CPPFLAGS="${CPPFLAGS} -DARON_WAS_HERE" \ + CC="$(tc-getCC)" CXX="$(tc-getCXX)" LD="$(tc-getLD)" \ + econf || die + + # It would be great if we could pass these in via CPPFLAGS or CFLAGS prior + # to econf, but the quotes cause configure to fail. + sed -i -e \ + 's|-DARON_WAS_HERE|-DGENTOO_NSPLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsplugins\\\" -DGENTOO_NSBROWSER_PLUGINS_DIR=\\\"/usr/'"$(get_libdir)"'/nsbrowser/plugins\\\"|' \ + ${S}/config/autoconf.mk \ + ${S}/nsprpub/config/autoconf.mk \ + ${S}/xpfe/global/buildconfig.html + + # This removes extraneous CFLAGS from the Makefiles to reduce RAM + # requirements while compiling + edit_makefiles + + emake || die + + #################################### + # + # Build Enigmail extension + # + #################################### + + if use crypt && ! use moznomail; then + emake -C ${S}/mailnews/extensions/enigmail || die "make enigmail failed" + fi +} + +src_install() { + declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} + + # Most of the installation happens here + dodir ${MOZILLA_FIVE_HOME} + cp -RL ${S}/dist/bin/* ${D}${MOZILLA_FIVE_HOME} + + # Create directory structure to support portage-installed extensions. + # See update_chrome() in mozilla-launcher + keepdir ${MOZILLA_FIVE_HOME}/chrome.d + keepdir ${MOZILLA_FIVE_HOME}/extensions.d + cp ${D}${MOZILLA_FIVE_HOME}/chrome/installed-chrome.txt \ + ${D}${MOZILLA_FIVE_HOME}/chrome.d/0_base-chrome.txt + + # Create /usr/bin/mozilla + install_mozilla_launcher_stub seamonkey ${MOZILLA_FIVE_HOME} + + # Install icon and .desktop for menu entry + insinto /usr/share/pixmaps + doins ${FILESDIR}/icon/${PN}.png + + # Fix bug 54179: Install .desktop file into /usr/share/applications + # instead of /usr/share/gnome/apps/Internet (18 Jun 2004 agriffis) + insinto /usr/share/applications + doins ${FILESDIR}/icon/${PN}.desktop + + # Fix icons to look the same everywhere + insinto ${MOZILLA_FIVE_HOME}/icons + doins ${S}/widget/src/gtk/mozicon16.xpm + doins ${S}/widget/src/gtk/mozicon50.xpm + + #################################### + # + # Install files necessary for applications to build against mozilla + # + #################################### + + einfo "Installing includes and idl files..." + dodir ${MOZILLA_FIVE_HOME}/{include,idl} /usr/include + cd ${S}/dist + cp -LfR include/* ${D}${MOZILLA_FIVE_HOME}/include + cp -LfR idl/* ${D}${MOZILLA_FIVE_HOME}/idl + + # Fix mozilla-config and install it + exeinto ${MOZILLA_FIVE_HOME} + doexe ${S}/build/unix/${PN}-config + + # Fix pkgconfig files and install them + insinto /usr/$(get_libdir)/pkgconfig + for x in ${S}/build/unix/*.pc; do + doins ${x} + done + + # Install env.d snippet, which isn't necessary for running mozilla, but + # might be necessary for programs linked against firefox + insinto /etc/env.d + doins ${FILESDIR}/10${PN} + dosed "s|/usr/lib|/usr/$(get_libdir)|" /etc/env.d/10${PN} + + # Install rebuild script since mozilla-bin doesn't support registration yet + exeinto ${MOZILLA_FIVE_HOME} + doexe ${FILESDIR}/${PN}-rebuild-databases.pl + dosed -e 's|/lib/|/'"$(get_libdir)"'/|g' \ + ${MOZILLA_FIVE_HOME}/${PN}-rebuild-databases.pl + + # Install docs + dodoc ${S}/{LEGAL,LICENSE} + + # Update Google search plugin to use UTF8 charset ... + insinto ${MOZILLA_FIVE_HOME}/searchplugins + doins ${FILESDIR}/google.src +} + +pkg_preinst() { + declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} + + # Remove entire installed instance to solve various problems, + # for example see bug 27719 + rm -rf ${ROOT}${MOZILLA_FIVE_HOME} +} + +pkg_postinst() { + declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} + + # Update the component registry + MOZILLA_LIBDIR=${ROOT}${MOZILLA_FIVE_HOME} MOZILLA_LAUNCHER=${PN} \ + /usr/libexec/mozilla-launcher -register + + # This should be called in the postinst and postrm of all the + # mozilla, mozilla-bin, firefox, firefox-bin, thunderbird and + # thunderbird-bin ebuilds. + update_mozilla_launcher_symlinks +} + +pkg_postrm() { + declare MOZILLA_FIVE_HOME=/usr/$(get_libdir)/${PN} + + # Update the component registry + if [[ -x ${MOZILLA_FIVE_HOME}/${PN}-bin ]]; then + MOZILLA_LIBDIR=${ROOT}${MOZILLA_FIVE_HOME} MOZILLA_LAUNCHER=${PN} \ + /usr/libexec/mozilla-launcher -register + fi + + update_mozilla_launcher_symlinks +} |