Re: [gentoo-dev] About disabling DISABLE_DEPRECATED

2012-10-23 Thread Gilles Dartiguelongue
I have just commited a version adapted from your comments with the addition of fixing configure* files as well. Thanks guys for the review. -- Gilles Dartiguelongue e...@gentoo.org Gentoo signature.asc Description: This is a digitally signed message part

Re: [gentoo-dev] About disabling DISABLE_DEPRECATED

2012-10-07 Thread Arfrever Frehtes Taifersar Arahesis
2012-10-03 04:57:10 Mike Frysinger napisaƂ(a): On Sunday 30 September 2012 17:44:05 Gilles Dartiguelongue wrote: + if ! grep -qE (DISABLE_DEPRECATED|GSEAL_ENABLE) ${makefile}; then `grep -E` - `egrep` 'man grep' says: egrep is the same as grep -E. fgrep is the same as grep -F.

Re: [gentoo-dev] About disabling DISABLE_DEPRECATED

2012-10-02 Thread Mike Frysinger
On Sunday 30 September 2012 17:44:05 Gilles Dartiguelongue wrote: +# @USAGE: gnome2_disable_deprecation_warning no need for this + for makefile in $(find ${S} -name Makefile.in \ + -o -name Makefile.am -o -name Makefile.decl | sort); do `local makefile` missing. also, this

[gentoo-dev] About disabling DISABLE_DEPRECATED

2012-09-30 Thread Gilles Dartiguelongue
Hi all, as discussed this morning on #-desktop, I found out while reading commits from April that we have quite a few ebuilds in tree doing this manually. The problem is that in those ~153 instances of the same command, some do take care of problems such as i18n env, some don't, some delete