diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 21:44:00 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-03-07 21:44:00 +0000 |
commit | 975f580122333ae4d379c2d685621d7b62233499 (patch) | |
tree | a8b85a84d07b8355344f1c0803ad4ecf53be1595 /net-mail/evolution | |
parent | Added ~sparc keyword, fixes bug #43828. (diff) | |
download | historical-975f580122333ae4d379c2d685621d7b62233499.tar.gz historical-975f580122333ae4d379c2d685621d7b62233499.tar.bz2 historical-975f580122333ae4d379c2d685621d7b62233499.zip |
reinstate gnome2_pkg_postinst
Diffstat (limited to 'net-mail/evolution')
-rw-r--r-- | net-mail/evolution/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/evolution/Manifest | 6 | ||||
-rw-r--r-- | net-mail/evolution/evolution-1.4.5.ebuild | 3 |
3 files changed, 9 insertions, 5 deletions
diff --git a/net-mail/evolution/ChangeLog b/net-mail/evolution/ChangeLog index dc2be74f7d47..36126a0f71b2 100644 --- a/net-mail/evolution/ChangeLog +++ b/net-mail/evolution/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/evolution # Copyright 2002-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.90 2004/02/18 18:25:21 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/ChangeLog,v 1.91 2004/03/07 21:44:00 liquidx Exp $ + + 07 Mar 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.5.ebuild: + reinstate gnome2_pkg_postinst 18 Feb 2004; Alastair Tse <liquidx@gentoo.org> evolution-1.4.5.ebuild, files/evolution-1.4.5-nztimezone.patch: diff --git a/net-mail/evolution/Manifest b/net-mail/evolution/Manifest index 95a36b67e5f6..23df9748765f 100644 --- a/net-mail/evolution/Manifest +++ b/net-mail/evolution/Manifest @@ -1,14 +1,14 @@ -MD5 e320aefd486952c61d4830eb21b78751 ChangeLog 14707 +MD5 36a14c5bb9e741eda94a9868a4d9fc9c ChangeLog 14813 MD5 93de36abe29ac7efb2ce14a7d9a2055c evolution-1.2.3.ebuild 5918 MD5 50d77498b1d4cda6fe831dc8619d132e evolution-1.2.4.ebuild 6387 -MD5 853fa0fea52d4de77387e7d3d733af1b evolution-1.4.5.ebuild 5716 +MD5 ab88d1bec9aa5bd6fc5b82a05ef0acf7 evolution-1.4.5.ebuild 5735 MD5 80850151bae2bd61c4ac796f83656ef6 metadata.xml 217 MD5 f17beebbd2d9ff5d49f48352be1b359c files/digest-evolution-1.2.3 131 MD5 3137288dd17e357d0972dab00e4f6b6d files/digest-evolution-1.2.4 1230 -MD5 6174a41481c88eb948a8e119cf93ea94 files/evolution-1.4.5-nztimezone.patch 1852 MD5 49463c08f32ee1df0970196b6c4cef2b files/digest-evolution-1.4.5 132 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 6174a41481c88eb948a8e119cf93ea94 files/evolution-1.4.5-nztimezone.patch 1852 MD5 980771bb5349699c8d8ecd6b6f035b50 files/gnome-pilot.m4 6452 diff --git a/net-mail/evolution/evolution-1.4.5.ebuild b/net-mail/evolution/evolution-1.4.5.ebuild index b253b1c8a5e7..dc43f8857a14 100644 --- a/net-mail/evolution/evolution-1.4.5.ebuild +++ b/net-mail/evolution/evolution-1.4.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.14 2004/02/22 06:31:09 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/evolution/evolution-1.4.5.ebuild,v 1.15 2004/03/07 21:44:00 liquidx Exp $ # kde before gnome2, otherwise kde_src_install will override gnome2_src_install use kde && inherit kde @@ -178,6 +178,7 @@ src_compile() { } pkg_postinst() { + gnome2_pkg_postinst 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'" |