diff options
author | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-13 11:58:05 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@gentoo.org> | 2009-09-13 11:58:05 +0000 |
commit | 665108942330d24963176e39ff3c885263dc1741 (patch) | |
tree | b5d1fc97be7f39850b895b939ab6c15cfeddfbac /net-libs/xulrunner | |
parent | Version bump including EAPI2 love and general ebuild overhaul. (diff) | |
download | gentoo-2-665108942330d24963176e39ff3c885263dc1741.tar.gz gentoo-2-665108942330d24963176e39ff3c885263dc1741.tar.bz2 gentoo-2-665108942330d24963176e39ff3c885263dc1741.zip |
Don't change the MOZLIBDIR with every minor release, keep it the same as the mozilla branch name (seems to break devhelp-0.21* too)
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'net-libs/xulrunner')
-rw-r--r-- | net-libs/xulrunner/ChangeLog | 7 | ||||
-rw-r--r-- | net-libs/xulrunner/xulrunner-1.9.1.3.ebuild | 6 |
2 files changed, 9 insertions, 4 deletions
diff --git a/net-libs/xulrunner/ChangeLog b/net-libs/xulrunner/ChangeLog index add0f6530b5d..4808f5bd3055 100644 --- a/net-libs/xulrunner/ChangeLog +++ b/net-libs/xulrunner/ChangeLog @@ -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.250 2009/09/11 20:34:07 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/ChangeLog,v 1.251 2009/09/13 11:58:05 nirbheek Exp $ + + 13 Sep 2009; Nirbheek Chauhan <nirbheek@gentoo.org> + xulrunner-1.9.1.3.ebuild: + Don't change the MOZLIBDIR with every minor release, keep it the same as + the mozilla branch name (seems to break devhelp-0.21* too) 11 Sep 2009; Markus Meier <maekke@gentoo.org> xulrunner-1.9.0.14.ebuild: amd64 stable, bug #284439 diff --git a/net-libs/xulrunner/xulrunner-1.9.1.3.ebuild b/net-libs/xulrunner/xulrunner-1.9.1.3.ebuild index 765330634441..1b0b10e3f7b3 100644 --- a/net-libs/xulrunner/xulrunner-1.9.1.3.ebuild +++ b/net-libs/xulrunner/xulrunner-1.9.1.3.ebuild @@ -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.1.3.ebuild,v 1.1 2009/09/11 12:51:12 anarchy Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-libs/xulrunner/xulrunner-1.9.1.3.ebuild,v 1.2 2009/09/13 11:58:05 nirbheek Exp $ EAPI="2" WANT_AUTOCONF="2.1" @@ -10,7 +10,7 @@ inherit flag-o-matic toolchain-funcs eutils mozconfig-3 makeedit multilib java-p MY_PV="${PV/_beta/b}" # Handle betas MY_PV="${PV/_/}" # Handle rc1, rc2 etc MY_PV="${MY_PV/1.9.1.3/3.5.3}" -MAJ_PV="${PV/_*/}" +MAJ_PV="1.9.1" # from mozilla-* branch name PATCH="${PN}-1.9.1.2-patches-0.3" DESCRIPTION="Mozilla runtime package that can be used to bootstrap XUL+XPCOM applications" @@ -44,7 +44,7 @@ DEPEND="java? ( >=virtual/jdk-1.4 ) ${RDEPEND} dev-util/pkgconfig" -S="${WORKDIR}/mozilla-1.9.1" +S="${WORKDIR}/mozilla-${MAJ_PV}" # Needed by src_compile() and src_install(). # Would do in pkg_setup but that loses the export attribute, they |