diff options
Diffstat (limited to 'app-misc/gnote')
-rw-r--r-- | app-misc/gnote/ChangeLog | 5 | ||||
-rw-r--r-- | app-misc/gnote/gnote-3.8.1.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/app-misc/gnote/ChangeLog b/app-misc/gnote/ChangeLog index 98199801a5f1..e162fcf345ac 100644 --- a/app-misc/gnote/ChangeLog +++ b/app-misc/gnote/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-misc/gnote # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.34 2013/08/22 16:14:52 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/ChangeLog,v 1.35 2013/08/22 16:36:24 jbartosik Exp $ + + 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild: + Fix a problem pointed out by Pacho Ramos. 22 Aug 2013; <joszi@gentoo.org> gnote-3.8.1.ebuild: Fix too hasty commit: use proper src_install. diff --git a/app-misc/gnote/gnote-3.8.1.ebuild b/app-misc/gnote/gnote-3.8.1.ebuild index 2d78fe72bb9d..d4f927ae666e 100644 --- a/app-misc/gnote/gnote-3.8.1.ebuild +++ b/app-misc/gnote/gnote-3.8.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.3 2013/08/22 16:14:52 jbartosik Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gnote/gnote-3.8.1.ebuild,v 1.4 2013/08/22 16:36:24 jbartosik Exp $ EAPI="5" GCONF_DEBUG="no" @@ -66,5 +66,6 @@ src_install() { } pkg_postinst() { + gnome2_pkg_postinst readme.gentoo_print_elog } |