MD5 aedc8fed7b297a5a9a0ae6912bafec32 mozilla-thunderbird-bin-0.4.ebuild 1991
MD5 b0208d675b6143c1ea9de42d70fe9ef1 mozilla-thunderbird-bin-0.6.ebuild 1910
MD5 40c1d1b6b005443a4df6776a77541ada mozilla-thunderbird-bin-0.5.ebuild 2129
-MD5 c3010e096ff9594691c9b47ee389e185 ChangeLog 1285
+MD5 09aa2c35e48c5a235488d1a207e7571d ChangeLog 1667
MD5 5dd0418c191830dfcfd74400e3f9608c metadata.xml 182
MD5 7dd2dac40d6bb1cad39c82742ac7a949 files/MozillaThunderbird 294
MD5 7dd2dac40d6bb1cad39c82742ac7a949 files/thunderbird 294
MD5 d0ef06cd650e3b818c4654b87a6848b8 files/digest-mozilla-thunderbird-bin-0.5 93
MD5 654ea1f7dbed8ebc5f0de9832c31c349 files/digest-mozilla-thunderbird-bin-0.6 89
MD5 409c1fb9a49f402540b3ffa017bb3636 files/thunderbird-0.3-antialiasing-patch 1246
+MD5 4513b2f650df9b907c09257373a9f879 files/icon/thunderbird-icon.png 2537
+MD5 b9be05290589c28967a757bdede2c601 files/icon/mozillathunderbird.desktop 155
+MD5 4513b2f650df9b907c09257373a9f879 files/0.5/icon/thunderbird-icon.png 2537
+MD5 bb431eebb28f85d1c07957846fd3e4d2 files/0.5/icon/mozillathunderbird.desktop 148
+MD5 04115f0e204444eac76a092a63c89027 files/0.6/icon/thunderbird-icon.png 6499
+MD5 bb431eebb28f85d1c07957846fd3e4d2 files/0.6/icon/mozillathunderbird.desktop 148
# ChangeLog for net-mail/mozilla-thunderbird
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.1 2004/05/30 19:41:09 seemant Exp $
+# $Header: /var/cvsroot/gentoo-x86/mail-client/mozilla-thunderbird/ChangeLog,v 1.2 2004/06/03 06:31:48 seemant Exp $
+
+ 02 Jun 2004; Seemant Kulleen <seemant@gentoo.org>
+ +files/enigmail/Makefile-enigmail, +files/enigmail/Makefile-ipc:
+ added the missing enigmail dir into FILESDIR -- for some reason epkgmove
+ didn't move it
07 May 2004; Aron Griffis <agriffis@gentoo.org>
mozilla-thunderbird-0.6-r1.ebuild:
MD5 095a857e8f4fa00bb13d078908aa271a mozilla-thunderbird-0.4.ebuild 6122
MD5 a679041ca1cd3b0c95fe235fdd99035a mozilla-thunderbird-0.6.ebuild 7891
MD5 85245d541705cf5236e95eb23681a42c mozilla-thunderbird-0.5-r1.ebuild 6492
-MD5 ea7c02f5f5d072953c9a8dee8a30dda9 ChangeLog 5760
+MD5 9583302348df5f9812c5f85b8429929a ChangeLog 5971
MD5 5dd0418c191830dfcfd74400e3f9608c metadata.xml 182
MD5 f0e9adeb0454377ce019e8969e644efb files/mozilla-thunderbird-amd64.patch 35052
MD5 beae854b9d4ea6dd5507f36d8ceaf4a6 files/digest-mozilla-thunderbird-0.3-r1 205
MD5 64eb8d1ba171c75896ced1eddd4e42ba files/digest-mozilla-thunderbird-0.4 205
MD5 157a0b64fbfa81bff58ed90c9590ae79 files/digest-mozilla-thunderbird-0.5 205
MD5 0f0c19fd0806629d146784983456665e files/digest-mozilla-thunderbird-0.6 205
+MD5 e30291e992d71bccac5937cca9696da0 files/enigmail/Makefile-enigmail 1560
+MD5 68a7617a6d3f0f37904cd6aaa90fe1ba files/enigmail/Makefile-ipc 1596
--- /dev/null
+#!gmake
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "MPL"); you may not use this file
+# except in compliance with the MPL. You may obtain a copy of
+# the MPL at http://www.mozilla.org/MPL/
+#
+# Software distributed under the MPL is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the MPL for the specific language governing
+# rights and limitations under the MPL.
+#
+# The Original Code is Enigmail.
+#
+# The Initial Developer of the Original Code is Ramalingam Saravanan.
+# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
+# Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
+#
+# Contributor(s):
+#
+# Alternatively, the contents of this file may be used under the
+# terms of the GNU General Public License (the "GPL"), in which case
+# the provisions of the GPL are applicable instead of
+# those above. If you wish to allow use of your version of this
+# file only under the terms of the GPL and not to allow
+# others to use your version of this file under the MPL, indicate
+# your decision by deleting the provisions above and replace them
+# with the notice and other provisions required by the GPL.
+# If you do not delete the provisions above, a recipient
+# may use your version of this file under either the MPL or the
+# GPL.
+#
+
+DEPTH = ../..
+topsrcdir = ../..
+srcdir = .
+VPATH = .
+
+include $(DEPTH)/config/autoconf.mk
+
+DIRS = public src build ui package
+
+include $(topsrcdir)/config/config.mk
+
+include $(topsrcdir)/config/rules.mk
--- /dev/null
+#!gmake
+#
+# The contents of this file are subject to the Mozilla Public
+# License Version 1.1 (the "MPL"); you may not use this file
+# except in compliance with the MPL. You may obtain a copy of
+# the MPL at http://www.mozilla.org/MPL/
+#
+# Software distributed under the MPL is distributed on an "AS
+# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+# implied. See the MPL for the specific language governing
+# rights and limitations under the MPL.
+#
+# The Original Code is protoZilla.
+#
+# The Initial Developer of the Original Code is Ramalingam Saravanan.
+# Portions created by Ramalingam Saravanan <svn@xmlterm.org> are
+# Copyright (C) 2001 Ramalingam Saravanan. All Rights Reserved.
+#
+# Contributor(s):
+#
+# Alternatively, the contents of this file may be used under the
+# terms of the GNU General Public License (the "GPL"), in which case
+# the provisions of the GPL are applicable instead of
+# those above. If you wish to allow use of your version of this
+# file only under the terms of the GPL and not to allow
+# others to use your version of this file under the MPL, indicate
+# your decision by deleting the provisions above and replace them
+# with the notice and other provisions required by the GPL.
+# If you do not delete the provisions above, a recipient
+# may use your version of this file under either the MPL or the
+# GPL.
+#
+
+DEPTH = ../..
+topsrcdir = ../..
+srcdir = .
+VPATH = .
+
+include $(DEPTH)/config/autoconf.mk
+
+DIRS = public src
+
+ifdef BUILD_IPC
+DIRS += build
+endif
+
+ifdef ENABLE_TESTS
+DIRS += tests
+endif
+
+include $(topsrcdir)/config/rules.mk