* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-13 11:06 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-13 11:06 UTC (permalink / raw
To: gentoo-commits
armin76 09/06/13 11:06:27
Modified: ChangeLog
Added: xulrunner-1.9.0.11.ebuild
Log:
Version bump
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.208 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.207&r2=1.208
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog 1 May 2009 14:04:51 -0000 1.207
+++ ChangeLog 13 Jun 2009 11:06:27 -0000 1.208
@@ -1,6 +1,11 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.207 2009/05/01 14:04:51 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.208 2009/06/13 11:06:27 armin76 Exp $
+
+*xulrunner-1.9.0.11 (13 Jun 2009)
+
+ 13 Jun 2009; Raúl Porcel <armin76@gentoo.org> +xulrunner-1.9.0.11.ebuild:
+ Version bump
01 May 2009; Markus Meier <maekke@gentoo.org> xulrunner-1.9.0.10.ebuild:
amd64 stable, bug #267234
1.1 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.1&content-type=text/plain
Index: xulrunner-1.9.0.11.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.1 2009/06/13 11:06:27 armin76 Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib java-pkg-opt-2 python autotools
PATCH="${PN}-1.9.0.10-patches-0.1"
DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications"
HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner"
SRC_URI="mirror://gentoo/${P}.tar.bz2
http://dev.gentoo.org/~armin76/dist/${P}.tar.bz2
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/dist/${PATCH}.tar.bz2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
SLOT="1.9"
LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )"
IUSE=""
RDEPEND="java? ( >=virtual/jre-1.4 )
>=sys-devel/binutils-2.16.1
>=dev-libs/nss-3.12.2
>=dev-libs/nspr-4.7.4
>=app-text/hunspell-1.1.9
>=media-libs/lcms-1.17
x11-libs/cairo[X]
x11-libs/pango[X]"
DEPEND="java? ( >=virtual/jdk-1.4 )
${RDEPEND}
dev-util/pkgconfig"
S="${WORKDIR}/mozilla"
# Needed by src_compile() and src_install().
# Would do in pkg_setup but that loses the export attribute, they
# become pure shell variables.
export MOZ_CO_PROJECT=xulrunner
export BUILD_OFFICIAL=1
export MOZILLA_OFFICIAL=1
pkg_setup() {
java-pkg-opt-2_pkg_setup
}
src_prepare() {
# Apply our patches
cd "${S}" || die "cd failed"
EPATCH_SUFFIX="patch" \
EPATCH_FORCE="yes" \
epatch "${WORKDIR}"/patch
eautoreconf || die "failed running eautoreconf"
# We need to re-patch this because autoreconf overwrites it
epatch "${WORKDIR}"/patch/000_flex-configure-LANG.patch
}
src_configure() {
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}-1.9"
####################################
#
# mozconfig, CFLAGS and CXXFLAGS setup
#
####################################
mozconfig_init
mozconfig_config
MEXTENSIONS="default"
# if use python; then
# MEXTENSIONS="${MEXTENSIONS},python/xpcom"
# fi
# It doesn't compile on alpha without this LDFLAGS
use alpha && append-ldflags "-Wl,--no-relax"
mozconfig_annotate '' --enable-extensions="${MEXTENSIONS}"
mozconfig_annotate '' --disable-mailnews
mozconfig_annotate 'broken' --disable-mochitest
mozconfig_annotate 'broken' --disable-crashreporter
mozconfig_annotate '' --enable-system-hunspell
#mozconfig_annotate '' --enable-system-sqlite
mozconfig_annotate '' --enable-image-encoder=all
mozconfig_annotate '' --enable-canvas
#mozconfig_annotate '' --enable-js-binary
mozconfig_annotate '' --enable-embedding-tests
mozconfig_annotate '' --with-system-nspr
mozconfig_annotate '' --with-system-nss
mozconfig_annotate '' --enable-system-lcms
mozconfig_annotate '' --with-system-bz2
# Bug 60668: Galeon doesn't build without oji enabled, so enable it
# regardless of java setting.
mozconfig_annotate '' --enable-oji --enable-mathml
mozconfig_annotate 'places' --enable-storage --enable-places --enable-places_bookmarks
mozconfig_annotate '' --enable-safe-browsing
# Other ff-specific settings
mozconfig_annotate '' --enable-jsd
mozconfig_annotate '' --enable-xpctools
mozconfig_annotate '' --with-default-mozilla-five-home=${MOZILLA_FIVE_HOME}
#disable java
if ! use java ; then
mozconfig_annotate '-java' --disable-javaxpcom
fi
# Finalize and report settings
mozconfig_final
####################################
#
# Configure and build
#
####################################
if [[ $(gcc-major-version) -lt 4 ]]; then
append-cxxflags -fno-stack-protector
fi
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}"/toolkit/content/buildconfig.html
}
src_install() {
declare MOZILLA_FIVE_HOME="/usr/$(get_libdir)/${PN}-1.9"
emake DESTDIR="${D}" install || die "emake install failed"
rm "${D}"/usr/bin/xulrunner
dodir /usr/bin
dosym ${MOZILLA_FIVE_HOME}/xulrunner /usr/bin/xulrunner-1.9
# Add vendor
echo "pref(\"general.useragent.vendor\",\"Gentoo\");" \
>> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/vendor.js
if use java ; then
java-pkg_regjar "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar
java-pkg_regjar "${D}"${MOZILLA_FIVE_HOME}/sdk/lib/MozillaGlue.jar
java-pkg_regjar "${D}"${MOZILLA_FIVE_HOME}/sdk/lib/MozillaInterfaces.jar
fi
}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-16 14:59 Jeroen Roovers (jer)
0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2009-06-16 14:59 UTC (permalink / raw
To: gentoo-commits
jer 09/06/16 14:59:31
Modified: ChangeLog xulrunner-1.9.0.11.ebuild
Log:
Stable for HPPA (bug #273918).
(Portage version: 2.2_rc33/cvs/Linux i686)
Revision Changes Path
1.209 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.209&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.209&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.208&r2=1.209
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.208
retrieving revision 1.209
diff -u -r1.208 -r1.209
--- ChangeLog 13 Jun 2009 11:06:27 -0000 1.208
+++ ChangeLog 16 Jun 2009 14:59:31 -0000 1.209
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.208 2009/06/13 11:06:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.209 2009/06/16 14:59:31 jer Exp $
+
+ 16 Jun 2009; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.0.11.ebuild:
+ Stable for HPPA (bug #273918).
*xulrunner-1.9.0.11 (13 Jun 2009)
1.2 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?r1=1.1&r2=1.2
Index: xulrunner-1.9.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xulrunner-1.9.0.11.ebuild 13 Jun 2009 11:06:27 -0000 1.1
+++ xulrunner-1.9.0.11.ebuild 16 Jun 2009 14:59:31 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.1 2009/06/13 11:06:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.2 2009/06/16 14:59:31 jer Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -14,7 +14,7 @@
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/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=""
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-16 16:08 Christian Faulhammer (fauli)
0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-06-16 16:08 UTC (permalink / raw
To: gentoo-commits
fauli 09/06/16 16:08:13
Modified: ChangeLog xulrunner-1.9.0.11.ebuild
Log:
stable x86, security bug 273918
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.210 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.210&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.210&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.209&r2=1.210
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.209
retrieving revision 1.210
diff -u -r1.209 -r1.210
--- ChangeLog 16 Jun 2009 14:59:31 -0000 1.209
+++ ChangeLog 16 Jun 2009 16:08:13 -0000 1.210
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.209 2009/06/16 14:59:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.210 2009/06/16 16:08:13 fauli Exp $
+
+ 16 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
+ xulrunner-1.9.0.11.ebuild:
+ stable x86, security bug 273918
16 Jun 2009; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.0.11.ebuild:
Stable for HPPA (bug #273918).
1.3 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?r1=1.2&r2=1.3
Index: xulrunner-1.9.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xulrunner-1.9.0.11.ebuild 16 Jun 2009 14:59:31 -0000 1.2
+++ xulrunner-1.9.0.11.ebuild 16 Jun 2009 16:08:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.2 2009/06/16 14:59:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.3 2009/06/16 16:08:13 fauli Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -14,7 +14,7 @@
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/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=""
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-16 18:29 Raul Porcel (armin76)
0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-06-16 18:29 UTC (permalink / raw
To: gentoo-commits
armin76 09/06/16 18:29:03
Modified: ChangeLog xulrunner-1.9.0.11.ebuild
Log:
alpha/arm/ia64/sparc stable wrt #273918
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.211 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.211&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.211&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.210&r2=1.211
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.210
retrieving revision 1.211
diff -u -r1.210 -r1.211
--- ChangeLog 16 Jun 2009 16:08:13 -0000 1.210
+++ ChangeLog 16 Jun 2009 18:29:03 -0000 1.211
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.210 2009/06/16 16:08:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.211 2009/06/16 18:29:03 armin76 Exp $
+
+ 16 Jun 2009; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.11.ebuild:
+ alpha/arm/ia64/sparc stable wrt #273918
16 Jun 2009; Christian Faulhammer <fauli@gentoo.org>
xulrunner-1.9.0.11.ebuild:
1.4 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?r1=1.3&r2=1.4
Index: xulrunner-1.9.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xulrunner-1.9.0.11.ebuild 16 Jun 2009 16:08:13 -0000 1.3
+++ xulrunner-1.9.0.11.ebuild 16 Jun 2009 18:29:03 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.3 2009/06/16 16:08:13 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.4 2009/06/16 18:29:03 armin76 Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -14,7 +14,7 @@
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/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=""
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-18 1:39 Brent Baude (ranger)
0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2009-06-18 1:39 UTC (permalink / raw
To: gentoo-commits
ranger 09/06/18 01:39:02
Modified: ChangeLog xulrunner-1.9.0.11.ebuild
Log:
Marking xulrunner-1.9.0.11 ppc64 and ppc for bug 273918
(Portage version: 2.1.6.13/cvs/Linux ppc64)
Revision Changes Path
1.212 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.212&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.212&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.211&r2=1.212
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.211
retrieving revision 1.212
diff -u -r1.211 -r1.212
--- ChangeLog 16 Jun 2009 18:29:03 -0000 1.211
+++ ChangeLog 18 Jun 2009 01:39:01 -0000 1.212
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.211 2009/06/16 18:29:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.212 2009/06/18 01:39:01 ranger Exp $
+
+ 18 Jun 2009; Brent Baude <ranger@gentoo.org> xulrunner-1.9.0.11.ebuild:
+ Marking xulrunner-1.9.0.11 ppc64 and ppc for bug 273918
16 Jun 2009; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.11.ebuild:
alpha/arm/ia64/sparc stable wrt #273918
1.5 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?r1=1.4&r2=1.5
Index: xulrunner-1.9.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xulrunner-1.9.0.11.ebuild 16 Jun 2009 18:29:03 -0000 1.4
+++ xulrunner-1.9.0.11.ebuild 18 Jun 2009 01:39:01 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.4 2009/06/16 18:29:03 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.5 2009/06/18 01:39:01 ranger Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -14,7 +14,7 @@
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/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=""
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild
@ 2009-06-26 0:23 Richard Freeman (rich0)
0 siblings, 0 replies; 6+ messages in thread
From: Richard Freeman (rich0) @ 2009-06-26 0:23 UTC (permalink / raw
To: gentoo-commits
rich0 09/06/26 00:23:12
Modified: ChangeLog xulrunner-1.9.0.11.ebuild
Log:
amd64 stable - 273918
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.213 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.213&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.213&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.212&r2=1.213
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.212
retrieving revision 1.213
diff -u -r1.212 -r1.213
--- ChangeLog 18 Jun 2009 01:39:01 -0000 1.212
+++ ChangeLog 26 Jun 2009 00:23:12 -0000 1.213
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.212 2009/06/18 01:39:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.213 2009/06/26 00:23:12 rich0 Exp $
+
+ 26 Jun 2009; Richard Freeman <rich0@gentoo.org> xulrunner-1.9.0.11.ebuild:
+ amd64 stable - 273918
18 Jun 2009; Brent Baude <ranger@gentoo.org> xulrunner-1.9.0.11.ebuild:
Marking xulrunner-1.9.0.11 ppc64 and ppc for bug 273918
1.6 net-libs/xulrunner/xulrunner-1.9.0.11.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild?r1=1.5&r2=1.6
Index: xulrunner-1.9.0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- xulrunner-1.9.0.11.ebuild 18 Jun 2009 01:39:01 -0000 1.5
+++ xulrunner-1.9.0.11.ebuild 26 Jun 2009 00:23:12 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.5 2009/06/18 01:39:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.11.ebuild,v 1.6 2009/06/26 00:23:12 rich0 Exp $
EAPI="2"
WANT_AUTOCONF="2.1"
@@ -14,7 +14,7 @@
mirror://gentoo/${PATCH}.tar.bz2
http://dev.gentoo.org/~armin76/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=""
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2009-06-26 0:23 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-16 18:29 [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.11.ebuild Raul Porcel (armin76)
-- strict thread matches above, loose matches on Subject: below --
2009-06-26 0:23 Richard Freeman (rich0)
2009-06-18 1:39 Brent Baude (ranger)
2009-06-16 16:08 Christian Faulhammer (fauli)
2009-06-16 14:59 Jeroen Roovers (jer)
2009-06-13 11:06 Raul Porcel (armin76)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox