diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 13:02:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-12-22 13:02:49 +0000 |
commit | 47677c8ac0f96b977a13f0a0429d7efbfb2214c9 (patch) | |
tree | 78c2f9b030066562369866cc40abb9b76319c528 /x11-misc/notify-osd | |
parent | Remove --uninstall argument from gnome2_schemas_update wrt #394737 by Alexand... (diff) | |
download | gentoo-2-47677c8ac0f96b977a13f0a0429d7efbfb2214c9.tar.gz gentoo-2-47677c8ac0f96b977a13f0a0429d7efbfb2214c9.tar.bz2 gentoo-2-47677c8ac0f96b977a13f0a0429d7efbfb2214c9.zip |
Remove --uninstall argument from gnome2_schemas_update wrt #394739 by Alexandre Rostovtsev
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.32.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index e65b4b5f8155..776a46152883 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/notify-osd # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.8 2011/11/20 12:12:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.9 2011/12/22 13:02:49 ssuominen Exp $ + + 22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.32.ebuild: + Remove --uninstall argument from gnome2_schemas_update wrt #394739 by + Alexandre Rostovtsev 20 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> metadata.xml: Move to ayatana herd. diff --git a/x11-misc/notify-osd/notify-osd-0.9.32.ebuild b/x11-misc/notify-osd/notify-osd-0.9.32.ebuild index 7e11c57e4198..54d3ddaf9694 100644 --- a/x11-misc/notify-osd/notify-osd-0.9.32.ebuild +++ b/x11-misc/notify-osd/notify-osd-0.9.32.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.1 2011/10/21 19:24:29 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.2 2011/12/22 13:02:49 ssuominen Exp $ EAPI=4 inherit autotools gnome2-utils savedconfig @@ -54,5 +54,5 @@ pkg_postinst() { } pkg_postrm() { gnome2_icon_cache_update - gnome2_schemas_update --uninstall + gnome2_schemas_update } |