diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-01-04 05:37:31 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-01-04 05:37:31 +0000 |
commit | 6dbf60c94a2e201e6458d4cd86e886151706ee3d (patch) | |
tree | 84bb8ceb6f948b28fa9145082318037ba3e15417 /x11-misc/notify-osd | |
parent | Drop `use savedconfig` logic that the savedconfig eclass handles itself. (diff) | |
download | gentoo-2-6dbf60c94a2e201e6458d4cd86e886151706ee3d.tar.gz gentoo-2-6dbf60c94a2e201e6458d4cd86e886151706ee3d.tar.bz2 gentoo-2-6dbf60c94a2e201e6458d4cd86e886151706ee3d.zip |
Drop `use savedconfig` logic that the savedconfig eclass handles itself.
(Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r-- | x11-misc/notify-osd/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/notify-osd/notify-osd-0.9.32.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/notify-osd/ChangeLog b/x11-misc/notify-osd/ChangeLog index 776a46152883..aa0fa23d1dcc 100644 --- a/x11-misc/notify-osd/ChangeLog +++ b/x11-misc/notify-osd/ChangeLog @@ -1,6 +1,9 @@ # 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.9 2011/12/22 13:02:49 ssuominen Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/ChangeLog,v 1.10 2012/01/04 05:37:31 vapier Exp $ + + 04 Jan 2012; Mike Frysinger <vapier@gentoo.org> notify-osd-0.9.32.ebuild: + Drop `use savedconfig` logic that the savedconfig eclass handles itself. 22 Dec 2011; Samuli Suominen <ssuominen@gentoo.org> notify-osd-0.9.32.ebuild: Remove --uninstall argument from gnome2_schemas_update wrt #394739 by 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 54d3ddaf9694..4d92f5f7bbc8 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 +# Copyright 1999-2012 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.2 2011/12/22 13:02:49 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/notify-osd/notify-osd-0.9.32.ebuild,v 1.3 2012/01/04 05:37:31 vapier Exp $ EAPI=4 inherit autotools gnome2-utils savedconfig @@ -35,7 +35,7 @@ DOCS=( AUTHORS ChangeLog NEWS README TODO ) src_prepare() { sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die - use savedconfig && restore_config src/{bubble,defaults}.c + restore_config src/{bubble,defaults}.c eautoreconf } |