summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaúl Porcel <armin76@gentoo.org>2008-04-21 14:22:59 +0000
committerRaúl Porcel <armin76@gentoo.org>2008-04-21 14:22:59 +0000
commitff5d1f95bbda9062d6fb21530d74dff3f0988150 (patch)
treeafb3e1f52ce5e6d25c32efde273edf63c552fc49 /net-libs
parentAdd a patch to build with GCC 4.3. Also fixes bug #211037 by patching the .de... (diff)
downloadgentoo-2-ff5d1f95bbda9062d6fb21530d74dff3f0988150.tar.gz
gentoo-2-ff5d1f95bbda9062d6fb21530d74dff3f0988150.tar.bz2
gentoo-2-ff5d1f95bbda9062d6fb21530d74dff3f0988150.zip
Fix symlink, thanks to hoffie for the report
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/xulrunner/ChangeLog8
-rw-r--r--net-libs/xulrunner/xulrunner-1.9_beta5-r1.ebuild (renamed from net-libs/xulrunner/xulrunner-1.9_beta5.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog
index 48f05c988013..18f3e1e8fa05 100644
--- a/net-libs/xulrunner/ChangeLog
+++ b/net-libs/xulrunner/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/xulrunner
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.104 2008/04/19 15:43:05 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.105 2008/04/21 14:22:59 armin76 Exp $
+
+*xulrunner-1.9_beta5-r1 (21 Apr 2008)
+
+ 21 Apr 2008; Raúl Porcel <armin76@gentoo.org>
+ -xulrunner-1.9_beta5.ebuild, +xulrunner-1.9_beta5-r1.ebuild:
+ Fix symlink, thanks to hoffie for the report
19 Apr 2008; Markus Rothe <corsair@gentoo.org> xulrunner-1.8.1.14.ebuild:
Stable on ppc64; bug #218065
diff --git a/net-libs/xulrunner/xulrunner-1.9_beta5.ebuild b/net-libs/xulrunner/xulrunner-1.9_beta5-r1.ebuild
index fda7312913cd..bc5f370daea2 100644
--- a/net-libs/xulrunner/xulrunner-1.9_beta5.ebuild
+++ b/net-libs/xulrunner/xulrunner-1.9_beta5-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9_beta5.ebuild,v 1.2 2008/04/09 01:08:26 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9_beta5-r1.ebuild,v 1.1 2008/04/21 14:22:59 armin76 Exp $
WANT_AUTOCONF="2.1"
@@ -135,7 +135,7 @@ src_install() {
rm "${D}"/usr/bin/xulrunner
dodir /usr/bin
- dosym ${D}${MOZILLA_FIVE_HOME}/xulrunner-bin /usr/bin/xulrunner-1.9
+ dosym ${D}${MOZILLA_FIVE_HOME}/xulrunner /usr/bin/xulrunner-1.9
X_DATE=`date +%Y%m%d`