diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-25 03:49:18 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-25 03:49:18 +0000 |
commit | e82caf81c1f15faed081204325df4b4e800d4a76 (patch) | |
tree | c341d3360ed2fda77c10480d82577672fbddc7de /app-office | |
parent | Second try on the -calendar hack (diff) | |
download | historical-e82caf81c1f15faed081204325df4b4e800d4a76.tar.gz historical-e82caf81c1f15faed081204325df4b4e800d4a76.tar.bz2 historical-e82caf81c1f15faed081204325df4b4e800d4a76.zip |
Require mozilla-launcher-1.44 which has the -calendar hack
Package-Manager: portage-2.0.51.22-r2
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mozilla-sunbird-bin/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/mozilla-sunbird-bin/Manifest | 10 | ||||
-rw-r--r-- | app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild | 4 |
3 files changed, 12 insertions, 8 deletions
diff --git a/app-office/mozilla-sunbird-bin/ChangeLog b/app-office/mozilla-sunbird-bin/ChangeLog index 5ae1350114e0..29cfbba3c798 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-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.7 2005/07/25 03:37:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/ChangeLog,v 1.8 2005/07/25 03:49:18 agriffis Exp $ + + 25 Jul 2005; Aron Griffis <agriffis@gentoo.org> + mozilla-sunbird-bin-0.2.ebuild: + Require mozilla-launcher-1.44 which has the -calendar hack *mozilla-sunbird-bin-0.2 (25 Jul 2005) diff --git a/app-office/mozilla-sunbird-bin/Manifest b/app-office/mozilla-sunbird-bin/Manifest index 902da1086762..a38e8637cce5 100644 --- a/app-office/mozilla-sunbird-bin/Manifest +++ b/app-office/mozilla-sunbird-bin/Manifest @@ -1,16 +1,16 @@ -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 -MD5 ea63e8b96dcfea5185ce681d1e92357b ChangeLog 1668 +MD5 b1c9ddb4db538971cb6edb6cbf5f3008 ChangeLog 1814 MD5 ce23390351fe8020387d93ee29e09a3d metadata.xml 160 -MD5 b0c021e1c7393ba57e37ef1aa4c46f4a mozilla-sunbird-bin-0.2.ebuild 1796 +MD5 9c8d929107f0f3f041c975dea0a1e9e6 mozilla-sunbird-bin-0.2.ebuild 1796 MD5 4b0b77beb6e9d3122c6101aa5f37b6a2 files/digest-mozilla-sunbird-bin-0.2 84 MD5 4496a3c35ce5936332ac41702c3e32f7 files/icon/mozillasunbird-bin.desktop 199 MD5 fa424078d248f495300ecc507858beb2 files/icon/mozillasunbird-bin-icon.png 6418 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) -iD8DBQFC5F6WBXaUFmZvwyMRAh/CAJ9MTYZ0ViV1/PXlxKY+bCKXoQxfywCfcqXa -35gUa1fBhYfLEVGT0uRHqys= -=lmB8 +iD8DBQFC5GFLBXaUFmZvwyMRAgrCAJ47MXvEMQARGyAcCZpHCsI6jMFGHQCgpcw4 +5s1vO0DjV9EzsIXHPPCL0vk= +=oSDc -----END PGP SIGNATURE----- diff --git a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild index 7413a5434e68..39edeee384d5 100644 --- a/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild +++ b/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.2.ebuild,v 1.1 2005/07/25 03:37:46 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/mozilla-sunbird-bin/mozilla-sunbird-bin-0.2.ebuild,v 1.2 2005/07/25 03:49:18 agriffis Exp $ inherit mozilla-launcher multilib @@ -24,7 +24,7 @@ RDEPEND="virtual/x11 >=app-emulation/emul-linux-x86-baselibs-1.0 >=app-emulation/emul-linux-x86-gtklibs-1.0 ) - >=www-client/mozilla-launcher-1.42" + >=www-client/mozilla-launcher-1.44" S=${WORKDIR}/sunbird |