diff options
author | 2010-07-21 10:01:57 +0000 | |
---|---|---|
committer | 2010-07-21 10:01:57 +0000 | |
commit | e2ac1ecfd1e8d765b14b3da5264076c7ea652263 (patch) | |
tree | c6bd7004b3eab1570e29d8add912d931d803aaa2 | |
parent | Version bump. (diff) | |
download | gentoo-2-e2ac1ecfd1e8d765b14b3da5264076c7ea652263.tar.gz gentoo-2-e2ac1ecfd1e8d765b14b3da5264076c7ea652263.tar.bz2 gentoo-2-e2ac1ecfd1e8d765b14b3da5264076c7ea652263.zip |
Version bump. removed old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 8 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.2.7.ebuild (renamed from net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild) | 20 |
2 files changed, 22 insertions, 6 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index f8bcfb66c70e..35df9dac8063 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-libs/xulrunner # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.328 2010/07/19 06:44:39 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.329 2010/07/21 10:01:57 polynomial-c Exp $ + +*xulrunner-1.9.2.7 (21 Jul 2010) + + 21 Jul 2010; Lars Wendler <polynomial-c@gentoo.org> + -xulrunner-1.9.2.3-r1.ebuild, +xulrunner-1.9.2.7.ebuild: + Version bump. Removed old. 19 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> -files/xulrunner-1.8-gcc-4.4.patch, -xulrunner-1.8.1.19.ebuild, diff --git a/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild b/net-libs/xulrunner/xulrunner-1.9.2.7.ebuild index 81caff2b684c..432e4965b69e 100644 --- a/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.2.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.3-r1.ebuild,v 1.9 2010/06/21 12:00:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.2.7.ebuild,v 1.1 2010/07/21 10:01:57 polynomial-c Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -17,10 +17,10 @@ HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" SRC_URI="http://releases.mozilla.org/pub/mozilla.org/firefox/releases/${MY_PV}/source/firefox-${MY_PV}.source.tar.bz2 http://dev.gentoo.org/~anarchy/dist/${PATCH}.tar.bz2" -KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" SLOT="1.9" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" -IUSE="+alsa debug libnotify system-sqlite wifi" +IUSE="+alsa debug +ipc libnotify system-sqlite wifi" RDEPEND="java? ( >=virtual/jre-1.4 ) >=sys-devel/binutils-2.16.1 @@ -29,10 +29,10 @@ RDEPEND="java? ( >=virtual/jre-1.4 ) system-sqlite? ( >=dev-db/sqlite-3.6.22-r2[fts3,secure-delete] ) alsa? ( media-libs/alsa-lib ) >=app-text/hunspell-1.2 - =media-libs/lcms-1* >=x11-libs/cairo-1.8.8[X] x11-libs/pango[X] x11-libs/libXt + x11-libs/pixman wifi? ( net-wireless/wireless-tools ) libnotify? ( >=x11-libs/libnotify-0.4 )" @@ -76,6 +76,9 @@ src_prepare() { # Ensure we find myspell dict. epatch "${FILESDIR}/1002_fix-system-hunspell-dict-detections.patch" + # ARM fixes, bug 327783 + epatch "${FILESDIR}/${PN}-1.9.2-arm-fixes.patch" + # Allow user to apply additional patches without modifing ebuild epatch_user @@ -144,9 +147,9 @@ src_configure() { mozconfig_annotate '' --enable-system-hunspell mozconfig_annotate '' --with-system-nspr mozconfig_annotate '' --with-system-nss - mozconfig_annotate '' --enable-system-lcms mozconfig_annotate '' --with-system-bz2 + mozconfig_use_enable ipc # +ipc, upstream default mozconfig_use_enable libnotify mozconfig_use_enable java javaxpcom mozconfig_use_enable wifi necko-wifi @@ -193,6 +196,13 @@ src_install() { MOZLIBDIR="/usr/$(get_libdir)/${PN}-${MAJ_PV}" SDKDIR="/usr/$(get_libdir)/${PN}-devel-${MAJ_PV}/sdk" + if has_multilib_profile; then + local config + for config in "${D}"/etc/gre.d/*.system.conf ; do + mv "${config}" "${config%.conf}.${CHOST}.conf" + done + fi + dodir /usr/bin dosym "${MOZLIBDIR}/xulrunner" "/usr/bin/xulrunner-${MAJ_PV}" || die |