diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2013-04-14 21:09:56 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2013-04-14 21:09:56 +0000 |
commit | 8a2b92653baf847d72921b385027d7a3b8856350 (patch) | |
tree | fbf6ea40125223da74aaec6d3eb955422bea044a /www-client/seamonkey | |
parent | use thirdparty mirrors (diff) | |
download | gentoo-2-8a2b92653baf847d72921b385027d7a3b8856350.tar.gz gentoo-2-8a2b92653baf847d72921b385027d7a3b8856350.tar.bz2 gentoo-2-8a2b92653baf847d72921b385027d7a3b8856350.zip |
Version bump. Removed old.
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Diffstat (limited to 'www-client/seamonkey')
-rw-r--r-- | www-client/seamonkey/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/seamonkey/seamonkey-2.17.1.ebuild (renamed from www-client/seamonkey/seamonkey-2.16.2.ebuild) | 26 |
2 files changed, 15 insertions, 19 deletions
diff --git a/www-client/seamonkey/ChangeLog b/www-client/seamonkey/ChangeLog index d302dff46b32..e0288852c698 100644 --- a/www-client/seamonkey/ChangeLog +++ b/www-client/seamonkey/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/seamonkey # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.449 2013/04/09 16:07:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/ChangeLog,v 1.450 2013/04/14 21:09:56 polynomial-c Exp $ + +*seamonkey-2.17.1 (14 Apr 2013) + + 14 Apr 2013; Lars Wendler <polynomial-c@gentoo.org> -seamonkey-2.16.2.ebuild, + +seamonkey-2.17.1.ebuild: + Version bump. Removed old. 09 Apr 2013; Agostino Sarubbo <ago@gentoo.org> seamonkey-2.17.ebuild: Stable for x86, wrt bug #464226 diff --git a/www-client/seamonkey/seamonkey-2.16.2.ebuild b/www-client/seamonkey/seamonkey-2.17.1.ebuild index faa6bf241a81..fe3618f923c1 100644 --- a/www-client/seamonkey/seamonkey-2.16.2.ebuild +++ b/www-client/seamonkey/seamonkey-2.17.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.16.2.ebuild,v 1.5 2013/03/29 00:43:27 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey/seamonkey-2.17.1.ebuild,v 1.1 2013/04/14 21:09:56 polynomial-c Exp $ EAPI="3" WANT_AUTOCONF="2.1" @@ -28,7 +28,7 @@ fi inherit check-reqs flag-o-matic toolchain-funcs eutils mozconfig-3 multilib pax-utils fdo-mime autotools mozextension nsplugins mozlinguas -PATCHFF="firefox-19.0-patches-0.3" +PATCHFF="firefox-20.0-patches-0.2" PATCH="${PN}-2.14-patches-01" EMVER="1.5.1" @@ -42,7 +42,7 @@ if [[ ${PV} == *_pre* ]] ; then else # This is where arch teams should change the KEYWORDS. - KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" + KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" fi SLOT="0" @@ -59,7 +59,7 @@ ASM_DEPEND=">=dev-lang/yasm-1.1" # Mesa 7.10 needed for WebGL + bugfixes RDEPEND=">=sys-devel/binutils-2.16.1 - >=dev-libs/nss-3.14.1 + >=dev-libs/nss-3.14.3 >=dev-libs/nspr-4.9.4 >=dev-libs/glib-2.26:2 >=media-libs/mesa-7.10 @@ -280,11 +280,8 @@ src_install() { "${S}/${obj_dir}/mozilla/dist/bin/defaults/pref/all-gentoo.js" \ || die - # Without methodjit and tracejit there's no conflict with PaX - if use jit ; then - # Pax mark xpcshell for hardened support, only used for startupcache creation. - pax-mark m "${S}/${obj_dir}/mozilla/dist/bin/xpcshell" - fi + # Pax mark xpcshell for hardened support, only used for startupcache creation. + pax-mark m "${S}/${obj_dir}/mozilla/dist/bin/xpcshell" MOZ_MAKE_FLAGS="${MAKEOPTS}" \ emake DESTDIR="${D}" install || die "emake install failed" @@ -320,15 +317,8 @@ src_install() { || die domenu "${T}"/${PN}.desktop || die - # Without methodjit and tracejit there's no conflict with PaX - if use jit ; then - # Required in order to use plugins and even run firefox on hardened. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin} - fi - - # Plugin-container needs to be pax-marked for hardened to ensure plugins such as flash - # continue to work as expected. - pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/plugin-container + # Required in order to use plugins and even run firefox on hardened. + pax-mark m "${ED}"${MOZILLA_FIVE_HOME}/{seamonkey,seamonkey-bin,plugin-container} # Handle plugins dir through nsplugins.eclass share_plugins_dir |