diff options
author | 2010-08-26 10:14:31 +0000 | |
---|---|---|
committer | 2010-08-26 10:14:31 +0000 | |
commit | c65e2c48672096a7fe4f018b72510ce0cb552149 (patch) | |
tree | 0fb6ce4541d4c76f1e329f341617f1805a5d181d /www-client/dillo | |
parent | Stable on amd64 wrt bug #297117 (diff) | |
download | gentoo-2-c65e2c48672096a7fe4f018b72510ce0cb552149.tar.gz gentoo-2-c65e2c48672096a7fe4f018b72510ce0cb552149.tar.bz2 gentoo-2-c65e2c48672096a7fe4f018b72510ce0cb552149.zip |
Fix postinstall message wrt bug 334507. Thanks to Christopher Head <chris2k01@hotmail.com> for report.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'www-client/dillo')
-rw-r--r-- | www-client/dillo/ChangeLog | 7 | ||||
-rw-r--r-- | www-client/dillo/dillo-2.2.ebuild | 6 | ||||
-rw-r--r-- | www-client/dillo/dillo-9999.ebuild | 6 |
3 files changed, 14 insertions, 5 deletions
diff --git a/www-client/dillo/ChangeLog b/www-client/dillo/ChangeLog index aa91d777e925..1e6988f4b508 100644 --- a/www-client/dillo/ChangeLog +++ b/www-client/dillo/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for www-client/dillo # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.91 2010/07/08 18:15:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/ChangeLog,v 1.92 2010/08/26 10:14:31 xarthisius Exp $ + + 26 Aug 2010; Kacper Kowalik <xarthisius@gentoo.org> dillo-2.2.ebuild, + dillo-9999.ebuild: + Fix postinstall message wrt bug 334507. Thanks to Christopher Head + <chris2k01@hotmail.com> for report. 08 Jul 2010; Raúl Porcel <armin76@gentoo.org> dillo-2.2.ebuild: alpha/arm/sparc stable wrt #320665 diff --git a/www-client/dillo/dillo-2.2.ebuild b/www-client/dillo/dillo-2.2.ebuild index 1cbb34044f73..3b9ba7cbfbac 100644 --- a/www-client/dillo/dillo-2.2.ebuild +++ b/www-client/dillo/dillo-2.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-2.2.ebuild,v 1.8 2010/07/08 18:15:04 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-2.2.ebuild,v 1.9 2010/08/26 10:14:31 xarthisius Exp $ EAPI="2" inherit eutils flag-o-matic multilib @@ -57,7 +57,9 @@ src_install() { doicon "${FILESDIR}"/dillo.png make_desktop_entry dillo Dillo dillo +} - elog "Dillo has installed a default configuration into /etc/dillorc" +pkg_postinst() { + elog "Dillo has installed a default configuration into /etc/dillo/dillorc" elog "You can copy this to ~/.dillo/ and customize it" } diff --git a/www-client/dillo/dillo-9999.ebuild b/www-client/dillo/dillo-9999.ebuild index a5fd2ec41d25..417c7fa1e5f2 100644 --- a/www-client/dillo/dillo-9999.ebuild +++ b/www-client/dillo/dillo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-9999.ebuild,v 1.3 2010/02/12 13:47:28 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/dillo/dillo-9999.ebuild,v 1.4 2010/08/26 10:14:31 xarthisius Exp $ EAPI="2" inherit eutils flag-o-matic multilib mercurial @@ -59,7 +59,9 @@ src_install() { doicon "${FILESDIR}"/dillo.png make_desktop_entry dillo Dillo dillo +} - elog "Dillo has installed a default configuration into /etc/dillorc" +pkg_postinst() { + elog "Dillo has installed a default configuration into /etc/dillo/dillorc" elog "You can copy this to ~/.dillo/ and customize it" } |