diff options
author | 2008-03-12 18:19:09 +0000 | |
---|---|---|
committer | 2008-03-12 18:19:09 +0000 | |
commit | 23dee0884cd6bae7623f4e2cbee2071269b3ded3 (patch) | |
tree | 605b7f9d040b26f443331bc2a3a49395c5a55fd3 /net-libs | |
parent | Removing Marien Zwart (marienz, #107204) from metadata.xml. (diff) | |
download | gentoo-2-23dee0884cd6bae7623f4e2cbee2071269b3ded3.tar.gz gentoo-2-23dee0884cd6bae7623f4e2cbee2071269b3ded3.tar.bz2 gentoo-2-23dee0884cd6bae7623f4e2cbee2071269b3ded3.zip |
Prepare to slot and some cosmetic fixes
(Portage version: 2.1.4.4)
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 5 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.8.1.12.ebuild | 12 |
2 files changed, 10 insertions, 7 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index 08b7a4134560..5130d007f704 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -1,6 +1,9 @@ # 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.89 2008/03/02 10:28:44 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.90 2008/03/12 18:19:09 armin76 Exp $ + + 12 Mar 2008; Raúl Porcel <armin76@gentoo.org> xulrunner-1.8.1.12.ebuild: + Prepare to slot and some cosmetic fixes 02 Mar 2008; Lars Weiler <pylon@gentoo.org> ChangeLog: stable ppc, security bug 208128 diff --git a/net-libs/xulrunner/xulrunner-1.8.1.12.ebuild b/net-libs/xulrunner/xulrunner-1.8.1.12.ebuild index 4716092393c7..103b9dfff669 100644 --- a/net-libs/xulrunner/xulrunner-1.8.1.12.ebuild +++ b/net-libs/xulrunner/xulrunner-1.8.1.12.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.8.1.12.ebuild,v 1.6 2008/02/11 02:01:53 tester Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.8.1.12.ebuild,v 1.7 2008/03/12 18:19:09 armin76 Exp $ WANT_AUTOCONF="2.1" @@ -12,7 +12,7 @@ HOMEPAGE="http://developer.mozilla.org/en/docs/XULRunner" SRC_URI="mirror://gentoo/${P}-source.tar.bz2 mirror://gentoo/${PATCH}.tar.bz2" -SLOT="0" +SLOT="1.8" LICENSE="MPL-1.1 GPL-2 LGPL-2.1" KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" IUSE="" @@ -123,13 +123,13 @@ src_install() { # Add Gentoo package version to preferences - copied from debian rules echo // Gentoo package version \ - > "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js + > "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/vendor.js echo "pref(\"general.useragent.product\",\"Gecko\");" \ - >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js + >> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/vendor.js echo "pref(\"general.useragent.productSub\",\"${X_DATE}\");" \ - >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js + >> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/vendor.js echo "pref(\"general.useragent.productComment\",\"Gentoo\");" \ - >> "${D}"/usr/$(get_libdir)/xulrunner/defaults/pref/vendor.js + >> "${D}"${MOZILLA_FIVE_HOME}/defaults/pref/vendor.js if use java ; then java-pkg_dojar "${D}"${MOZILLA_FIVE_HOME}/javaxpcom.jar |