diff options
author | 2005-03-09 08:47:20 +0000 | |
---|---|---|
committer | 2005-03-09 08:47:20 +0000 | |
commit | 8826938546ae6acf89bed95582a0e89bff78dc91 (patch) | |
tree | 2d57b00b237f8995439be33d599f20d5be27dce3 | |
parent | Added new drift release (diff) | |
download | gentoo-2-8826938546ae6acf89bed95582a0e89bff78dc91.tar.gz gentoo-2-8826938546ae6acf89bed95582a0e89bff78dc91.tar.bz2 gentoo-2-8826938546ae6acf89bed95582a0e89bff78dc91.zip |
gnome-2.10 release
(Portage version: 2.0.51.19)
-rw-r--r-- | gnome-base/control-center/ChangeLog | 7 | ||||
-rw-r--r-- | gnome-base/control-center/control-center-2.10.0.ebuild | 73 | ||||
-rw-r--r-- | gnome-base/control-center/files/control-center-2.9-logout.patch | 85 | ||||
-rw-r--r-- | gnome-base/control-center/files/digest-control-center-2.10.0 | 1 | ||||
-rw-r--r-- | mail-client/evolution/ChangeLog | 7 | ||||
-rw-r--r-- | mail-client/evolution/Manifest | 42 | ||||
-rw-r--r-- | mail-client/evolution/evolution-2.2.0.ebuild | 135 | ||||
-rw-r--r-- | mail-client/evolution/files/digest-evolution-2.2.0 | 1 |
8 files changed, 329 insertions, 22 deletions
diff --git a/gnome-base/control-center/ChangeLog b/gnome-base/control-center/ChangeLog index b5b5aa119f02..b20d37322c00 100644 --- a/gnome-base/control-center/ChangeLog +++ b/gnome-base/control-center/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-base/control-center # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.91 2005/02/24 07:48:35 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/ChangeLog,v 1.92 2005/03/09 08:42:28 joem Exp $ + +*control-center-2.10.0 (09 Mar 2005) + + 09 Mar 2005; Joe McCann <joem@gentoo.org> +control-center-2.10.0.ebuild: + gnome-2.10 release *control-center-2.8.2 (24 Feb 2005) diff --git a/gnome-base/control-center/control-center-2.10.0.ebuild b/gnome-base/control-center/control-center-2.10.0.ebuild new file mode 100644 index 000000000000..1ff06af524e4 --- /dev/null +++ b/gnome-base/control-center/control-center-2.10.0.ebuild @@ -0,0 +1,73 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/control-center/control-center-2.10.0.ebuild,v 1.1 2005/03/09 08:42:28 joem Exp $ + +inherit gnome2 eutils + +DESCRIPTION="The gnome2 Desktop configuration tool" +HOMEPAGE="http://www.gnome.org/" + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~ppc ~x86" +IUSE="alsa gstreamer" + +MAKEOPTS="${MAKEOPTS} -j1" + +RDEPEND=">=x11-libs/gtk+-2.4 + >=dev-libs/glib-2.5 + virtual/xft + media-libs/fontconfig + >=dev-libs/atk-1.2 + >=gnome-base/gconf-1.2 + >=gnome-base/libgnome-2.2 + >=gnome-base/libgnomeui-2.2 + >=gnome-base/libglade-2 + >=gnome-base/libbonobo-2.2 + >=gnome-base/libbonoboui-2.2 + >=gnome-base/nautilus-2.6 + >=gnome-base/gnome-vfs-2.2 + >=gnome-base/gnome-desktop-2.2 + >=gnome-base/gnome-menus-2.9.1 + dev-libs/libxml2 + media-sound/esound + >=x11-wm/metacity-2.8.6-r1 + >=x11-libs/libxklavier-1.14 + !arm? ( alsa? ( >=media-libs/alsa-lib-0.9 ) ) + gstreamer? ( >=media-libs/gst-plugins-0.8 ) + !gnome-extra/fontilus + !gnome-extra/themus + !gnome-extra/acme" + +DEPEND="${RDEPEND} + >=app-text/scrollkeeper-0.3.11 + >=dev-util/pkgconfig-0.12.0 + >=dev-util/intltool-0.29" + +DOCS="AUTHORS ChangeLog README TODO NEWS" + +G2CONF="${G2CONF} \ + --disable-schemas-install\ + --enable-vfs-methods \ + $(use_enable alsa) \ + $(use_enable gstreamer)" + +USE_DESTDIR="1" + +src_unpack() { + + unpack ${A} + cd ${S} + + # See http://gcc.gnu.org/cgi-bin/gnatsweb.pl problem #9700 for + # what this is about. + use alpha && epatch ${FILESDIR}/control-center-2.2.0.1-alpha_hack.patch + + # Temporary workaround for a problematic behaviour with acme. + epatch ${FILESDIR}/control-center-2.6.0-remove-pmu.patch + + # Fix the logout keyboard shortcut by moving it out of + # the control-center here, and into metacity, bug #52034 + epatch ${FILESDIR}/control-center-2.9-logout.patch + +} diff --git a/gnome-base/control-center/files/control-center-2.9-logout.patch b/gnome-base/control-center/files/control-center-2.9-logout.patch new file mode 100644 index 000000000000..ea141f41ddb7 --- /dev/null +++ b/gnome-base/control-center/files/control-center-2.9-logout.patch @@ -0,0 +1,85 @@ +diff -ur control-center-2.9.4/capplets/keybindings/gnome-keybinding-properties.c control-center-2.9.4-patched/capplets/keybindings/gnome-keybinding-properties.c +--- control-center-2.9.4/capplets/keybindings/gnome-keybinding-properties.c 2004-10-17 17:17:31.000000000 +0800 ++++ control-center-2.9.4-patched/capplets/keybindings/gnome-keybinding-properties.c 2005-02-06 15:42:14.136619824 +0800 +@@ -41,13 +41,13 @@ + const KeyListEntry desktop_key_list[] = + { + { "/apps/gnome_settings_daemon/keybindings/help", ALWAYS_VISIBLE, 0 }, +- { "/apps/gnome_settings_daemon/keybindings/power", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/sleep", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/screensaver", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/home", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/search", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/email", ALWAYS_VISIBLE, 0 }, + { "/apps/gnome_settings_daemon/keybindings/www", ALWAYS_VISIBLE, 0 }, ++ { "/apps/metacity/global_keybindings/logout", ALWAYS_VISIBLE, 0 }, + { "/apps/metacity/global_keybindings/panel_run_dialog", ALWAYS_VISIBLE, 0 }, + { "/apps/metacity/global_keybindings/panel_main_menu", ALWAYS_VISIBLE, 0 }, + { "/apps/metacity/global_keybindings/run_command_screenshot", ALWAYS_VISIBLE, 0 }, +diff -ur control-center-2.9.4/gnome-settings-daemon/actions/acme.h control-center-2.9.4-patched/gnome-settings-daemon/actions/acme.h +--- control-center-2.9.4/gnome-settings-daemon/actions/acme.h 2004-03-24 10:54:33.000000000 +0800 ++++ control-center-2.9.4-patched/gnome-settings-daemon/actions/acme.h 2005-02-06 15:42:39.995688648 +0800 +@@ -29,7 +29,6 @@ + MUTE_KEY, + VOLUME_DOWN_KEY, + VOLUME_UP_KEY, +- POWER_KEY, + EJECT_KEY, + HOME_KEY, + SEARCH_KEY, +@@ -64,7 +63,6 @@ + { MUTE_KEY, GCONF_BINDING_DIR "/volume_mute",NULL }, + { VOLUME_DOWN_KEY, GCONF_BINDING_DIR "/volume_down", NULL }, + { VOLUME_UP_KEY, GCONF_BINDING_DIR "/volume_up", NULL }, +- { POWER_KEY, GCONF_BINDING_DIR "/power", NULL }, + { EJECT_KEY, GCONF_BINDING_DIR "/eject", NULL }, + { HOME_KEY, GCONF_BINDING_DIR "/home", NULL }, + { SEARCH_KEY, GCONF_BINDING_DIR "/search", NULL }, +diff -ur control-center-2.9.4/gnome-settings-daemon/gnome-settings-multimedia-keys.c control-center-2.9.4-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c +--- control-center-2.9.4/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2005-01-05 11:03:10.000000000 +0800 ++++ control-center-2.9.4-patched/gnome-settings-daemon/gnome-settings-multimedia-keys.c 2005-02-06 15:43:33.263590696 +0800 +@@ -661,12 +661,6 @@ + } + + static void +-do_exit_action (Acme *acme) +-{ +- execute ("gnome-session-save --kill", FALSE); +-} +- +-static void + do_eject_action (Acme *acme) + { + GtkWidget *progress; +@@ -807,9 +801,6 @@ + case VOLUME_UP_KEY: + do_sound_action (acme, type); + break; +- case POWER_KEY: +- do_exit_action (acme); +- break; + case EJECT_KEY: + do_eject_action (acme); + break; +diff -ur control-center-2.9.4/schemas/apps_gnome_settings_daemon_keybindings.schemas.in control-center-2.9.4-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in +--- control-center-2.9.4/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2004-05-18 01:03:38.000000000 +0800 ++++ control-center-2.9.4-patched/schemas/apps_gnome_settings_daemon_keybindings.schemas.in 2005-02-06 15:46:33.028262312 +0800 +@@ -50,18 +50,6 @@ + + + <schema> +- <key>/schemas/apps/gnome_settings_daemon/keybindings/power</key> +- <applyto>/apps/gnome_settings_daemon/keybindings/power</applyto> +- <type>string</type> +- <default></default> +- <locale name="C"> +- <short>Log out</short> +- <long>Log out's shortcut.</long> +- </locale> +- </schema> +- +- +- <schema> + <key>/schemas/apps/gnome_settings_daemon/keybindings/eject</key> + <applyto>/apps/gnome_settings_daemon/keybindings/eject</applyto> + <type>string</type> diff --git a/gnome-base/control-center/files/digest-control-center-2.10.0 b/gnome-base/control-center/files/digest-control-center-2.10.0 new file mode 100644 index 000000000000..59d6b969b819 --- /dev/null +++ b/gnome-base/control-center/files/digest-control-center-2.10.0 @@ -0,0 +1 @@ +MD5 23ee64b8e559cce4aa6beb70ad675130 control-center-2.10.0.tar.bz2 2617716 diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog index 8b6bb9e2dd8b..9fcfa1be59f4 100644 --- a/mail-client/evolution/ChangeLog +++ b/mail-client/evolution/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for mail-client/evolution # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.49 2005/03/09 03:39:33 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.50 2005/03/09 08:47:20 joem Exp $ + +*evolution-2.2.0 (09 Mar 2005) + + 09 Mar 2005; Joe McCann <joem@gentoo.org> +evolution-2.2.0.ebuild: + gnome-2.10 release 09 Mar 2005; Mike Gardiner <obz@gentoo.org> evolution-2.0.3-r2.ebuild: Keyworded x86 ppc diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest index debbff482445..364d56b30c1a 100644 --- a/mail-client/evolution/Manifest +++ b/mail-client/evolution/Manifest @@ -1,30 +1,32 @@ +MD5 13d4034c767489deebe665eaf9f6eae5 ChangeLog 23060 MD5 f8967572708473b4e0c251f754929631 evolution-1.2.4.ebuild 6254 +MD5 0e26bab8ac570ce0deb481e2249e69f2 evolution-1.4.6.ebuild 5701 +MD5 38beda8b6f053d01b75341ea0c888322 evolution-2.0.2.ebuild 4054 MD5 7c0483bef60bedff8559f3b9043d0f7e evolution-2.0.3.ebuild 3966 -MD5 6ce020116cdfd530f866baff39b6ce5c evolution-2.0.3-r1.ebuild 4015 +MD5 6ec9b6a7896b799d17a21c4edffd33c9 metadata.xml 272 MD5 8ec4daeb3d6cfce98637075f33550b0b evolution-2.0.2-r1.ebuild 4079 -MD5 38beda8b6f053d01b75341ea0c888322 evolution-2.0.2.ebuild 4054 -MD5 bd65828630277b9584f936c26719e5c5 evolution-2.0.4.ebuild 3999 +MD5 6ce020116cdfd530f866baff39b6ce5c evolution-2.0.3-r1.ebuild 4015 MD5 fa55d72c98c24a18eb33912861f49857 evolution-2.0.3-r2.ebuild 4110 -MD5 0e26bab8ac570ce0deb481e2249e69f2 evolution-1.4.6.ebuild 5701 -MD5 13d4034c767489deebe665eaf9f6eae5 ChangeLog 23060 -MD5 6ec9b6a7896b799d17a21c4edffd33c9 metadata.xml 272 -MD5 7b8c1cc2fd2428815184d471af4bb3bf files/evolution-2.0.3-gentoo_etc_services.patch 1662 -MD5 015ecd719e11c1170e7f41b3490f52f7 files/evolution-2-CAN-2005-0102.patch 467 -MD5 a3a0071b78894fc80b10a0ec765647f5 files/evolution-1.4.4-alpha.patch 1799 -MD5 8cc9e70dc9a35125fa2a37d58be5d139 files/evolution-2.0.2-gentoo_etc_services.patch 1712 -MD5 c837abd50d990dea46fcea32b8a1b001 files/evolution-1.1.90-kde.patch 689 -MD5 8a4178ab2571a9be24e1c27cfedf20bb files/evolution-2.0.2-camel_typo.patch 298 -MD5 2381d584d4a3104a6c491b21ecc0bc47 files/evolution_mail-account-gui_authtype.diff 737 -MD5 f44bc5e363c1f976a7a72676886b9d13 files/evolution-1.1.90-subversion.patch 470 -MD5 55cb14a4c3057ba1f6d91bea14ec28b6 files/digest-evolution-2.0.2-r1 70 -MD5 988789d67b6d0e09eea25ba441cda871 files/digest-evolution-2.0.3-r1 70 -MD5 988789d67b6d0e09eea25ba441cda871 files/digest-evolution-2.0.3-r2 70 -MD5 6e58f5e7a4195267cc545d8c9eba07a3 files/evolution-1.5.93-addressbooklibs.patch 564 +MD5 bd65828630277b9584f936c26719e5c5 evolution-2.0.4.ebuild 3999 +MD5 1d2870f498833ba840d8cbcdcc0b3780 evolution-2.2.0.ebuild 3899 MD5 5d430637760a0c93974ed91b72a16438 files/digest-evolution-1.2.4 131 MD5 fe0cafc4040da525377526f4a1fa297f files/digest-evolution-1.4.6 132 MD5 55cb14a4c3057ba1f6d91bea14ec28b6 files/digest-evolution-2.0.2 70 MD5 988789d67b6d0e09eea25ba441cda871 files/digest-evolution-2.0.3 70 -MD5 75a9be02c12e91b5ddedbdfd11c07e03 files/digest-evolution-2.0.4 70 +MD5 c837abd50d990dea46fcea32b8a1b001 files/evolution-1.1.90-kde.patch 689 +MD5 8909b7f2d3483d55036f21ca2780e4a3 files/evolution-1.1.90-sharedldap.patch 370 +MD5 f44bc5e363c1f976a7a72676886b9d13 files/evolution-1.1.90-subversion.patch 470 +MD5 a3a0071b78894fc80b10a0ec765647f5 files/evolution-1.4.4-alpha.patch 1799 +MD5 6e58f5e7a4195267cc545d8c9eba07a3 files/evolution-1.5.93-addressbooklibs.patch 564 MD5 dc2deff6647a30a151572ec5d6e11c77 files/evolution-2.0.1-camel.patch 457 +MD5 8a4178ab2571a9be24e1c27cfedf20bb files/evolution-2.0.2-camel_typo.patch 298 +MD5 8cc9e70dc9a35125fa2a37d58be5d139 files/evolution-2.0.2-gentoo_etc_services.patch 1712 +MD5 7b8c1cc2fd2428815184d471af4bb3bf files/evolution-2.0.3-gentoo_etc_services.patch 1662 MD5 4df81c3442025403034c53975ba663b1 files/evolution-gcc34.patch 3044 -MD5 8909b7f2d3483d55036f21ca2780e4a3 files/evolution-1.1.90-sharedldap.patch 370 +MD5 55cb14a4c3057ba1f6d91bea14ec28b6 files/digest-evolution-2.0.2-r1 70 +MD5 988789d67b6d0e09eea25ba441cda871 files/digest-evolution-2.0.3-r1 70 +MD5 015ecd719e11c1170e7f41b3490f52f7 files/evolution-2-CAN-2005-0102.patch 467 +MD5 988789d67b6d0e09eea25ba441cda871 files/digest-evolution-2.0.3-r2 70 +MD5 2381d584d4a3104a6c491b21ecc0bc47 files/evolution_mail-account-gui_authtype.diff 737 +MD5 75a9be02c12e91b5ddedbdfd11c07e03 files/digest-evolution-2.0.4 70 +MD5 66cb81c792d948e4f84a47bb0247a403 files/digest-evolution-2.2.0 70 diff --git a/mail-client/evolution/evolution-2.2.0.ebuild b/mail-client/evolution/evolution-2.2.0.ebuild new file mode 100644 index 000000000000..35c2574e2ac2 --- /dev/null +++ b/mail-client/evolution/evolution-2.2.0.ebuild @@ -0,0 +1,135 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.2.0.ebuild,v 1.1 2005/03/09 08:47:20 joem Exp $ + +inherit eutils gnome2 flag-o-matic alternatives + +DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike" +HOMEPAGE="http://ximian.com/products/evolution/" + +LICENSE="GPL-2" +SLOT="2.0" +KEYWORDS="~x86 ~amd64 ~ppc ~sparc ~ia64" +IUSE="ssl mozilla ldap doc spell ipv6 kerberos crypt nntp debug pda gstreamer mono" + +# Top stanza are ximian deps +RDEPEND=">=gnome-extra/libgtkhtml-3.5.7 + >=gnome-extra/gal-2.3.5 + >=gnome-extra/evolution-data-server-1.1.6 + >=net-libs/libsoup-2.2.1 + >=dev-libs/glib-2 + >=dev-libs/libxml2-2 + >=gnome-base/gconf-2 + >=gnome-extra/yelp-2.5.1 + >=gnome-base/libglade-2 + >=gnome-base/gnome-vfs-2 + >=gnome-base/libbonoboui-2.4.2 + >=gnome-base/libgnomecanvas-2 + >=gnome-base/libgnome-2 + >=gnome-base/libgnomeui-2 + >=gnome-base/libgnomeprint-2 + >=gnome-base/libgnomeprintui-2 + >=x11-themes/gnome-icon-theme-1.2 + >=gnome-base/orbit-2.9.8 + mail-filter/spamassassin + pda? ( >=app-pda/gnome-pilot-2.0.10 + >=app-pda/gnome-pilot-conduits-2.0.10 ) + spell? ( >=app-text/gnome-spell-1.0.5 ) + crypt? ( >=app-crypt/gnupg-1.2.2 ) + ssl? ( mozilla? ( net-www/mozilla ) + !mozilla? ( >=dev-libs/nspr-4.4.1 + >=dev-libs/nss-3.9.2 ) ) + ldap? ( >=net-nds/openldap-2 ) + kerberos? ( virtual/krb5 ) + gstreamer? ( >=media-libs/gstreamer-0.8 + >=media-libs/gst-plugins-0.8 ) + mono? ( >=dev-dotnet/mono-1 )" + +DEPEND="${RDEPEND} + >=sys-apps/sed-4 + dev-util/pkgconfig + >=sys-devel/libtool-1.4.1-r1 + >=dev-util/intltool-0.30 + sys-devel/gettext + sys-devel/bison + >=app-text/scrollkeeper-0.3.10-r1 + doc? ( dev-util/gtk-doc )" + +G2CONF="--disable-default-binary \ + --enable-plugins-all \ + $(use_enable ssl nss) \ + $(use_enable ssl smime) \ + $(use_enable ipv6) \ + $(use_enable mono) \ + $(use_enable nntp) \ + $(use_enable pda pilot-conduits)" + +USE_DESTDIR="1" +DOCS="AUTHORS COPYING* ChangeLog HACKING MAINTAINERS NEWS README" +ELTCONF="--reverse-deps" + +src_compile() { + # problems with -O3 on gcc-3.3.1 + replace-flags -O3 -O2 + + if [ "${ARCH}" = "hppa" ]; then + append-flags "-fPIC -ffunction-sections" + export LDFLAGS="-ffunction-sections -Wl,--stub-group-size=25000" + fi + + cd ${S} + local myconf="" + + use ldap \ + && myconf="${myconf} --with-openldap=yes --with-static-ldap=no" \ + || myconf="${myconf} --with-openldap=no" + + use kerberos \ + && myconf="${myconf} --with-krb5=/usr" \ + || myconf="${myconf} --without-krb5" + + myconf="${myconf} --with-kde-applnk-path=no" + + # Use Mozilla's NSS/NSPR libs if 'mozilla' *and* 'ssl' in USE + # Use standalone NSS/NSPR if only 'ssl' in USE + # Openssl support doesn't work and has been disabled in cvs + + if use ssl ; then + if use mozilla ; then + NSS_LIB=/usr/$(get_libdir)/mozilla + NSPR_LIB=/usr/$(get_libdir)/mozilla + NSS_INC=/usr/$(get_libdir)/mozilla/include/nss + NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr + else + NSS_LIB=/usr/$(get_libdir)/nss + NSPR_LIB=/usr/$(get_libdir)/nspr + NSS_INC=/usr/include/nss + NSPR_INC=/usr/include/nspr + fi + + myconf="${myconf} --enable-nss=yes \ + --with-nspr-includes=${NSPR_INC} \ + --with-nspr-libs=${NSPR_LIB} \ + --with-nss-includes=${NSS_INC} \ + --with-nss-libs=${NSS_LIB}" + else + myconf="${myconf} --without-nspr-libs --without-nspr-includes \ + --without-nss-libs --without-nss-includes" + fi + + gnome2_src_configure ${G2CONF} ${myconf} + + emake || make || die "make failed" +} + +pkg_postinst() { + + alternatives_auto_makesym "/usr/bin/evolution" "/usr/bin/evolution-[0-9].[0-9]" + gnome2_gconf_install ${GCONFFILEPATH} + einfo "To change the default browser if you are not using GNOME, do:" + einfo "gconftool-2 --set /desktop/gnome/url-handlers/http/command -t string 'mozilla %s'" + einfo "gconftool-2 --set /desktop/gnome/url-handlers/https/command -t string 'mozilla %s'" + einfo "" + einfo "Replace 'mozilla %s' with which ever browser you use." + +} diff --git a/mail-client/evolution/files/digest-evolution-2.2.0 b/mail-client/evolution/files/digest-evolution-2.2.0 new file mode 100644 index 000000000000..ec8b9cc41fc5 --- /dev/null +++ b/mail-client/evolution/files/digest-evolution-2.2.0 @@ -0,0 +1 @@ +MD5 a93991fb80c7fa88f6758661c8931f6b evolution-2.2.0.tar.bz2 13344133 |