* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild
@ 2009-02-04 11:30 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-04 11:30 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/04 11:30:10
Modified: ChangeLog
Added: xulrunner-1.9.0.6.ebuild
Log:
Version bump
(Portage version: 2.1.6.4/cvs/Linux 2.6.26-gentoo-r2 ia64)
Revision Changes Path
1.179 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 21 Jan 2009 06:34:50 -0000 1.178
+++ ChangeLog 4 Feb 2009 11:30:10 -0000 1.179
@@ -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.178 2009/01/21 06:34:50 gengor Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.179 2009/02/04 11:30:10 armin76 Exp $
+
+*xulrunner-1.9.0.6 (04 Feb 2009)
+
+ 04 Feb 2009; Raúl Porcel <armin76@gentoo.org> +xulrunner-1.9.0.6.ebuild:
+ Version bump
21 Jan 2009; Gordon Malm <gengor@gentoo.org> xulrunner-1.9.0.5.ebuild:
Append fno-stack-protector on all ARCHes for CXX only. Bugs 253639, 253737.
1.1 net-libs/xulrunner/xulrunner-1.9.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.1&content-type=text/plain
Index: xulrunner-1.9.0.6.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.6.ebuild,v 1.1 2009/02/04 11:30:10 armin76 Exp $
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.5-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.3
>=app-text/hunspell-1.1.9
>=media-libs/lcms-1.17"
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(){
if ! built_with_use x11-libs/cairo X; then
eerror "Cairo is not built with X useflag."
eerror "Please add 'X' to your USE flags, and re-emerge cairo."
die "Cairo needs X"
fi
if ! built_with_use --missing true x11-libs/pango X; then
eerror "Pango is not built with X useflag."
eerror "Please add 'X' to your USE flags, and re-emerge pango."
die "Pango needs X"
fi
java-pkg-opt-2_pkg_setup
}
src_unpack() {
unpack ${A}
# 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_compile() {
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
if [[ $(gcc-major-version) -lt 4 ]]; then
append-cxxflags -fno-stack-protector
fi
####################################
#
# 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}"/toolkit/content/buildconfig.html
emake || die "emake failed"
}
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_dojar "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar
rm -f "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar
fi
}
^ permalink raw reply [flat|nested] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild
@ 2009-02-12 3:44 Jeroen Roovers (jer)
0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers (jer) @ 2009-02-12 3:44 UTC (permalink / raw
To: gentoo-commits
jer 09/02/12 03:44:25
Modified: ChangeLog xulrunner-1.9.0.6.ebuild
Log:
Stable for HPPA (bug #257577).
(Portage version: 2.2_rc23/cvs/Linux i686)
Revision Changes Path
1.181 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 5 Feb 2009 19:50:32 -0000 1.180
+++ ChangeLog 12 Feb 2009 03:44:25 -0000 1.181
@@ -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.180 2009/02/05 19:50:32 serkan Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.181 2009/02/12 03:44:25 jer Exp $
+
+ 12 Feb 2009; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.0.6.ebuild:
+ Stable for HPPA (bug #257577).
*xulrunner-1.9.0.6-r1 (05 Feb 2009)
1.2 net-libs/xulrunner/xulrunner-1.9.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?r1=1.1&r2=1.2
Index: xulrunner-1.9.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- xulrunner-1.9.0.6.ebuild 4 Feb 2009 11:30:10 -0000 1.1
+++ xulrunner-1.9.0.6.ebuild 12 Feb 2009 03:44:25 -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.6.ebuild,v 1.1 2009/02/04 11:30:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v 1.2 2009/02/12 03:44:25 jer Exp $
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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild
@ 2009-02-12 19:35 Brent Baude (ranger)
0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-02-12 19:35 UTC (permalink / raw
To: gentoo-commits
ranger 09/02/12 19:35:15
Modified: ChangeLog xulrunner-1.9.0.6.ebuild
Log:
Marking xulrunner-1.9.0.6 ppc64 and ppc for bug 257577
(Portage version: 2.1.6.6/cvs/Linux 2.6.24-gentoo-r3-g5-64 ppc64)
Revision Changes Path
1.182 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 12 Feb 2009 03:44:25 -0000 1.181
+++ ChangeLog 12 Feb 2009 19:35:15 -0000 1.182
@@ -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.181 2009/02/12 03:44:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.182 2009/02/12 19:35:15 ranger Exp $
+
+ 12 Feb 2009; Brent Baude <ranger@gentoo.org> xulrunner-1.9.0.6.ebuild:
+ Marking xulrunner-1.9.0.6 ppc64 and ppc for bug 257577
12 Feb 2009; Jeroen Roovers <jer@gentoo.org> xulrunner-1.9.0.6.ebuild:
Stable for HPPA (bug #257577).
1.3 net-libs/xulrunner/xulrunner-1.9.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?r1=1.2&r2=1.3
Index: xulrunner-1.9.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- xulrunner-1.9.0.6.ebuild 12 Feb 2009 03:44:25 -0000 1.2
+++ xulrunner-1.9.0.6.ebuild 12 Feb 2009 19:35:15 -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.6.ebuild,v 1.2 2009/02/12 03:44:25 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v 1.3 2009/02/12 19:35:15 ranger Exp $
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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild
@ 2009-02-14 21:45 Markus Meier (maekke)
0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-02-14 21:45 UTC (permalink / raw
To: gentoo-commits
maekke 09/02/14 21:45:26
Modified: ChangeLog xulrunner-1.9.0.6.ebuild
Log:
amd64/x86 stable, bug #257577
(Portage version: 2.1.6.7/cvs/Linux x86_64)
Revision Changes Path
1.183 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.182&r2=1.183
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog 12 Feb 2009 19:35:15 -0000 1.182
+++ ChangeLog 14 Feb 2009 21:45:26 -0000 1.183
@@ -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.182 2009/02/12 19:35:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.183 2009/02/14 21:45:26 maekke Exp $
+
+ 14 Feb 2009; Markus Meier <maekke@gentoo.org> xulrunner-1.9.0.6.ebuild:
+ amd64/x86 stable, bug #257577
12 Feb 2009; Brent Baude <ranger@gentoo.org> xulrunner-1.9.0.6.ebuild:
Marking xulrunner-1.9.0.6 ppc64 and ppc for bug 257577
1.4 net-libs/xulrunner/xulrunner-1.9.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?r1=1.3&r2=1.4
Index: xulrunner-1.9.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- xulrunner-1.9.0.6.ebuild 12 Feb 2009 19:35:15 -0000 1.3
+++ xulrunner-1.9.0.6.ebuild 14 Feb 2009 21:45:26 -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.6.ebuild,v 1.3 2009/02/12 19:35:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v 1.4 2009/02/14 21:45:26 maekke Exp $
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] 5+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild
@ 2009-02-15 11:33 Raul Porcel (armin76)
0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-02-15 11:33 UTC (permalink / raw
To: gentoo-commits
armin76 09/02/15 11:33:28
Modified: ChangeLog xulrunner-1.9.0.6.ebuild
Log:
alpha/arm/ia64 stable wrt #257577
(Portage version: 2.1.6.4/cvs/Linux 2.6.27-gentoo-r8 ia64)
Revision Changes Path
1.184 net-libs/xulrunner/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 14 Feb 2009 21:45:26 -0000 1.183
+++ ChangeLog 15 Feb 2009 11:33:28 -0000 1.184
@@ -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.183 2009/02/14 21:45:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.184 2009/02/15 11:33:28 armin76 Exp $
+
+ 15 Feb 2009; Raúl Porcel <armin76@gentoo.org> xulrunner-1.9.0.6.ebuild:
+ alpha/arm/ia64 stable wrt #257577
14 Feb 2009; Markus Meier <maekke@gentoo.org> xulrunner-1.9.0.6.ebuild:
amd64/x86 stable, bug #257577
1.5 net-libs/xulrunner/xulrunner-1.9.0.6.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild?r1=1.4&r2=1.5
Index: xulrunner-1.9.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- xulrunner-1.9.0.6.ebuild 14 Feb 2009 21:45:26 -0000 1.4
+++ xulrunner-1.9.0.6.ebuild 15 Feb 2009 11:33:28 -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.6.ebuild,v 1.4 2009/02/14 21:45:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.0.6.ebuild,v 1.5 2009/02/15 11:33:28 armin76 Exp $
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] 5+ messages in thread
end of thread, other threads:[~2009-02-15 11:33 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-14 21:45 [gentoo-commits] gentoo-x86 commit in net-libs/xulrunner: ChangeLog xulrunner-1.9.0.6.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2009-02-15 11:33 Raul Porcel (armin76)
2009-02-12 19:35 Brent Baude (ranger)
2009-02-12 3:44 Jeroen Roovers (jer)
2009-02-04 11:30 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