diff options
author | Joe Sapp <nixphoeni@gentoo.org> | 2009-04-18 01:39:25 +0000 |
---|---|---|
committer | Joe Sapp <nixphoeni@gentoo.org> | 2009-04-18 01:39:25 +0000 |
commit | 92cbef4632fef0e7d7ed42ee106a15741066463e (patch) | |
tree | 256a2f1257b89c0ed95c875520534269fe169af0 /gnome-extra/gdesklets-core | |
parent | Marked ~hppa (bug #260777). (diff) | |
download | gentoo-2-92cbef4632fef0e7d7ed42ee106a15741066463e.tar.gz gentoo-2-92cbef4632fef0e7d7ed42ee106a15741066463e.tar.bz2 gentoo-2-92cbef4632fef0e7d7ed42ee106a15741066463e.zip |
Removed debug USE flag automatically added by gnome2.eclass (to prevent breakage) and 9-second epause at pkg_postinst
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/gdesklets-core')
4 files changed, 22 insertions, 16 deletions
diff --git a/gnome-extra/gdesklets-core/ChangeLog b/gnome-extra/gdesklets-core/ChangeLog index 3faadf273909..f6e08a9cb983 100644 --- a/gnome-extra/gdesklets-core/ChangeLog +++ b/gnome-extra/gdesklets-core/ChangeLog @@ -1,6 +1,15 @@ # ChangeLog for gnome-extra/gdesklets-core # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.100 2009/03/12 14:41:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/ChangeLog,v 1.101 2009/04/18 01:39:25 nixphoeni Exp $ + + 18 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild, + gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild: + We don't need the epause any more with the capabilities of elog + + 18 Apr 2009; Joe Sapp <nixphoeni@gentoo.org> gdesklets-core-0.35.4.ebuild, + gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild: + It seems desklets don't load when compiled with USE=debug, so we'll + eliminate that from being a possibility 12 Mar 2009; Brent Baude <ranger@gentoo.org> gdesklets-core-0.36-r1.ebuild, gdesklets-core-0.36.1.ebuild: diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild index a0a441d27324..0efcbab07fbe 100644 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild +++ b/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild,v 1.15 2009/02/28 17:11:05 nixphoeni Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.35.4.ebuild,v 1.16 2009/04/18 01:39:25 nixphoeni Exp $ + +# desklets don't run with USE=debug +GCONF_DEBUG="no" # We want the latest autoconf and automake (the default) inherit gnome2 eutils multilib @@ -103,8 +106,4 @@ pkg_postinst() { elog "after the first time you run gDesklets" echo - # This stuff is important, especially the migration-tool - # information which flies by on an update. - epause 9 - } diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild index 7a6864307e54..318f1f11d482 100644 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild +++ b/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild,v 1.8 2009/03/12 14:41:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36-r1.ebuild,v 1.9 2009/04/18 01:39:25 nixphoeni Exp $ + +# desklets don't run with USE=debug +GCONF_DEBUG="no" # We want the latest autoconf and automake (the default) inherit gnome2 python eutils autotools multilib @@ -101,10 +104,6 @@ pkg_postinst() { elog "after the first time you run gDesklets" echo - # This stuff is important, especially the migration-tool - # information which flies by on an update. - epause 9 - } pkg_postrm() { diff --git a/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild b/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild index 98c3cc2415fb..c363ede65d68 100644 --- a/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild +++ b/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild @@ -1,6 +1,9 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild,v 1.7 2009/03/12 14:41:52 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gdesklets-core/gdesklets-core-0.36.1.ebuild,v 1.8 2009/04/18 01:39:25 nixphoeni Exp $ + +# desklets don't run with USE=debug +GCONF_DEBUG="no" # We want the latest autoconf and automake (the default) inherit gnome2 python eutils autotools multilib @@ -103,10 +106,6 @@ pkg_postinst() { elog "after the first time you run gDesklets" echo - # This stuff is important, especially the migration-tool - # information which flies by on an update. - epause 9 - } pkg_postrm() { |