diff options
author | Brandon Hale <tseng@gentoo.org> | 2004-08-25 11:35:47 +0000 |
---|---|---|
committer | Brandon Hale <tseng@gentoo.org> | 2004-08-25 11:35:47 +0000 |
commit | b71ab22a23c1117ca6225385782bf6fae307c09b (patch) | |
tree | b246103f1e7716c3c103db4bb0a22822a0e8007b /mail-client | |
parent | Initial ebuild. RT depenedency (Manifest recommit) (diff) | |
download | gentoo-2-b71ab22a23c1117ca6225385782bf6fae307c09b.tar.gz gentoo-2-b71ab22a23c1117ca6225385782bf6fae307c09b.tar.bz2 gentoo-2-b71ab22a23c1117ca6225385782bf6fae307c09b.zip |
Fix incorrect function name (_pkg_postinst).
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/evolution/ChangeLog | 6 | ||||
-rw-r--r-- | mail-client/evolution/evolution-1.5.92.1.ebuild | 4 | ||||
-rw-r--r-- | mail-client/evolution/evolution-1.5.93.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/mail-client/evolution/ChangeLog b/mail-client/evolution/ChangeLog index 4b6854202726..312d5fea46c9 100644 --- a/mail-client/evolution/ChangeLog +++ b/mail-client/evolution/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for mail-client/evolution # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.11 2004/08/24 15:07:15 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.12 2004/08/25 11:35:47 tseng Exp $ + + 25 Aug 2004; Brandon Hale <tseng@gentoo.org> evolution-1.5.92.1.ebuild, + evolution-1.5.93.ebuild: + Fix incorrect function name (_pkg_postinst). *evolution-1.5.93 (24 Aug 2004) diff --git a/mail-client/evolution/evolution-1.5.92.1.ebuild b/mail-client/evolution/evolution-1.5.92.1.ebuild index 88e182eadf12..7267906a015b 100644 --- a/mail-client/evolution/evolution-1.5.92.1.ebuild +++ b/mail-client/evolution/evolution-1.5.92.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.5.92.1.ebuild,v 1.3 2004/08/22 05:09:37 obz Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.5.92.1.ebuild,v 1.4 2004/08/25 11:35:47 tseng Exp $ inherit eutils virtualx gnome2 debug flag-o-matic @@ -116,7 +116,7 @@ src_compile() { Xemake || Xmake || die "make failed" } -_pkg_postinst() { +pkg_postinst() { 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'" diff --git a/mail-client/evolution/evolution-1.5.93.ebuild b/mail-client/evolution/evolution-1.5.93.ebuild index 7ea689e836b4..bb196b8f1d0c 100644 --- a/mail-client/evolution/evolution-1.5.93.ebuild +++ b/mail-client/evolution/evolution-1.5.93.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.5.93.ebuild,v 1.1 2004/08/24 15:07:15 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-1.5.93.ebuild,v 1.2 2004/08/25 11:35:47 tseng Exp $ inherit eutils virtualx gnome2 debug flag-o-matic @@ -117,7 +117,7 @@ src_compile() { Xemake || Xmake || die "make failed" } -_pkg_postinst() { +pkg_postinst() { 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'" |