diff options
Diffstat (limited to 'app-office/mozilla-sunbird-bin')
3 files changed, 15 insertions, 10 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog index ef115ba95eb6..101e294e46f1 100644 --- a/app-office/mozilla-sunbird-bin/ChangeLog +++ b/app-office/mozilla-sunbird-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-office/mozilla-sunbird-bin # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.19 2007/03/14 18:41:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.20 2007/03/24 15:01:27 armin76 Exp $ + + 24 Mar 2007; Raúl Porcel <armin76@gentoo.org> + mozilla-sunbird-bin-0.3.1.ebuild: + Some minor ebuild changes, modify the deps a bit and add the ga-IE langpack 14 Mar 2007; Raúl Porcel <armin76@gentoo.org> -mozilla-sunbird-bin-0.3.ebuild, mozilla-sunbird-bin-0.3.1.ebuild: diff --git a/app-office/mozilla-sunbird-bin/files/digest-mozilla-sunbird-bin-0.3.1 b/app-office/mozilla-sunbird-bin/files/digest-mozilla-sunbird-bin-0.3.1 index 42516a92ef53..74fac44d31ef 100644 --- a/app-office/mozilla-sunbird-bin/files/digest-mozilla-sunbird-bin-0.3.1 +++ b/app-office/mozilla-sunbird-bin/files/digest-mozilla-sunbird-bin-0.3.1 @@ -22,6 +22,9 @@ SHA256 e23944d6d725b6bb414041782d3dc077e22d22cb022dda176e584f16c6c7b076 sunbird- MD5 6551686a1bac1ca43779ed30da1c8589 sunbird-0.3.1.fr.langpack.xpi 101532 RMD160 2435a7fbb7b77b03efcc141a735605509aa8df72 sunbird-0.3.1.fr.langpack.xpi 101532 SHA256 fadd18f7a95149b3cd39871b8dfcfd8ea219baea73984f34391e2bf7cf08c6cf sunbird-0.3.1.fr.langpack.xpi 101532 +MD5 36efb665c7edef6b7ee8a39bfdc90914 sunbird-0.3.1.ga-IE.langpack.xpi 99031 +RMD160 28eec2f7e566d71dc2d36ec3e772b8acf825268d sunbird-0.3.1.ga-IE.langpack.xpi 99031 +SHA256 026a6e49e71efb8a4a5ec2e9df79a00c44c272d4e9c8d8ae9893d3ad38e900dc sunbird-0.3.1.ga-IE.langpack.xpi 99031 MD5 035ad2bd22b3371231336b0584b9a47e sunbird-0.3.1.hu.langpack.xpi 101148 RMD160 e9162ff796aeb23f9b9d7c26376541194fbb0244 sunbird-0.3.1.hu.langpack.xpi 101148 SHA256 ba33aa86580034125e5b7e483b19b80f59fd0642c2f12780146275a8388698c8 sunbird-0.3.1.hu.langpack.xpi 101148 diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild index 40986525402c..5e8c28222cfd 100644 --- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild +++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild,v 1.3 2007/03/14 18:41:49 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.3.1.ebuild,v 1.4 2007/03/24 15:01:27 armin76 Exp $ inherit eutils mozilla-launcher multilib mozextension -LANGS="ca cs da de es-ES eu fr hu it mn nl pl ru sk sl" +LANGS="ca cs da de es-ES eu fr ga-IE hu it mn nl pl ru sk sl" MY_PN="${PN/mozilla-}" MY_P="${MY_PN}-${PV}" @@ -30,13 +30,10 @@ for X in ${LANGS} ; do # english is handled internally done -DEPEND="" -RDEPEND="x11-libs/libXcursor - x11-libs/libXrandr - x11-libs/libXi - x11-libs/libXinerama +DEPEND="app-arch/unzip" +RDEPEND="x11-libs/libXrender x11-libs/libXt - virtual/xft + x11-libs/libXmu x86? ( >=x11-libs/gtk+-2.2 =virtual/libstdc++-3.3 @@ -44,8 +41,9 @@ RDEPEND="x11-libs/libXcursor amd64? ( >=app-emulation/emul-linux-x86-baselibs-1.0 >=app-emulation/emul-linux-x86-gtklibs-1.0 + app-emulation/emul-linux-x86-compat ) - >=www-client/mozilla-launcher-1.44" + >=www-client/mozilla-launcher-1.41" S=${WORKDIR}/sunbird |