diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2011-04-29 14:33:35 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2011-04-29 14:33:35 +0000 |
commit | a06b40d7689cce9eb95223d90e6bc31099747dda (patch) | |
tree | fc9d6c76557dd85e7ea7745faf59f93a25b03638 /www-client | |
parent | x86 stable per bug 365125 (diff) | |
download | historical-a06b40d7689cce9eb95223d90e6bc31099747dda.tar.gz historical-a06b40d7689cce9eb95223d90e6bc31099747dda.tar.bz2 historical-a06b40d7689cce9eb95223d90e6bc31099747dda.zip |
Version bump. Removed old
Package-Manager: portage-2.2.0_alpha30/cvs/Linux x86_64
Diffstat (limited to 'www-client')
-rw-r--r-- | www-client/firefox-bin/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/firefox-bin/firefox-bin-3.6.17.ebuild (renamed from www-client/firefox-bin/firefox-bin-3.6.15.ebuild) | 14 | ||||
-rw-r--r-- | www-client/seamonkey-bin/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild (renamed from www-client/seamonkey-bin/seamonkey-bin-2.0.12.ebuild) | 4 |
4 files changed, 27 insertions, 7 deletions
diff --git a/www-client/firefox-bin/ChangeLog b/www-client/firefox-bin/ChangeLog index 58187e8c8c23..5dec9002f0fd 100644 --- a/www-client/firefox-bin/ChangeLog +++ b/www-client/firefox-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/firefox-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.54 2011/04/27 16:18:24 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/ChangeLog,v 1.55 2011/04/29 14:33:13 polynomial-c Exp $ + +*firefox-bin-3.6.17 (29 Apr 2011) + + 29 Apr 2011; Lars Wendler <polynomial-c@gentoo.org> + -firefox-bin-3.6.15.ebuild, +firefox-bin-3.6.17.ebuild: + Version bump. Removed old. 27 Apr 2011; Samuli Suominen <ssuominen@gentoo.org> files/firefox-bin.desktop: diff --git a/www-client/firefox-bin/firefox-bin-3.6.15.ebuild b/www-client/firefox-bin/firefox-bin-3.6.17.ebuild index b249dd859485..e83d20e36ab8 100644 --- a/www-client/firefox-bin/firefox-bin-3.6.15.ebuild +++ b/www-client/firefox-bin/firefox-bin-3.6.17.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.15.ebuild,v 1.4 2011/03/27 13:07:33 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/firefox-bin/firefox-bin-3.6.17.ebuild,v 1.1 2011/04/29 14:33:13 polynomial-c Exp $ + EAPI="2" inherit eutils mozilla-launcher multilib mozextension @@ -19,11 +20,12 @@ MY_P="${MY_PN}-${MY_PV}" DESCRIPTION="Firefox Web Browser" REL_URI="http://releases.mozilla.org/pub/mozilla.org/${MY_PN}/releases/" -SRC_URI="${REL_URI}/${MY_PV}/linux-i686/en-US/${MY_P}.tar.bz2" +SRC_URI="${REL_URI}/${MY_PV}/linux-i686/en-US/${MY_P}.tar.bz2 + mirror://gentoo/libnotify.so.1.bz2" HOMEPAGE="http://www.mozilla.com/firefox" RESTRICT="strip mirror" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="startup-notification" @@ -92,6 +94,7 @@ linguas() { src_unpack() { unpack ${MY_P}.tar.bz2 + unpack libnotify.so.1.bz2 linguas for X in ${linguas}; do @@ -160,6 +163,11 @@ fi rm -rf "${D}"${MOZILLA_FIVE_HOME}/plugins dosym /usr/"$(get_libdir)"/nsbrowser/plugins ${MOZILLA_FIVE_HOME}/plugins || die + + # This is a copy of 32bit libnotify.so.1 from app-emulation/emul-linux-x86-gtklibs-20110129. + # http://bugs.gentoo.org/show_bug.cgi?id=360443. + exeinto /opt/firefox + doexe "${WORKDIR}"/libnotify.so.1 || die } pkg_postinst() { diff --git a/www-client/seamonkey-bin/ChangeLog b/www-client/seamonkey-bin/ChangeLog index f73bbf93c6e4..761ed748606c 100644 --- a/www-client/seamonkey-bin/ChangeLog +++ b/www-client/seamonkey-bin/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for www-client/seamonkey-bin # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.99 2011/04/08 21:30:05 tomka Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/ChangeLog,v 1.100 2011/04/29 14:33:35 polynomial-c Exp $ + +*seamonkey-bin-2.0.14 (29 Apr 2011) + + 29 Apr 2011; Lars Wendler <polynomial-c@gentoo.org> + -seamonkey-bin-2.0.12.ebuild, +seamonkey-bin-2.0.14.ebuild: + Version bump. Removed old. 08 Apr 2011; Thomas Kahle <tomka@gentoo.org> seamonkey-bin-2.0.13.ebuild: x86 stable per bug 360055 diff --git a/www-client/seamonkey-bin/seamonkey-bin-2.0.12.ebuild b/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild index 82f60c277768..bb81cdf98e36 100644 --- a/www-client/seamonkey-bin/seamonkey-bin-2.0.12.ebuild +++ b/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0.12.ebuild,v 1.4 2011/03/27 13:09:43 nirbheek Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/seamonkey-bin/seamonkey-bin-2.0.14.ebuild,v 1.1 2011/04/29 14:33:35 polynomial-c Exp $ EAPI="1" @@ -15,7 +15,7 @@ HOMEPAGE="http://www.seamonkey-project.org/" RESTRICT="strip" QA_EXECSTACK="opt/seamonkey/*" -KEYWORDS="-* amd64 x86" +KEYWORDS="-* ~amd64 ~x86" SLOT="0" LICENSE="|| ( MPL-1.1 GPL-2 LGPL-2.1 )" IUSE="" |