[gentoo-dev] last rites: net-print/mtink

2012-01-14 Thread Andreas K. Huettel
# Andreas K. Huettel (14 Jan 2012) # _FORTIFY_SOURCE overflows, dead project since 2003. Removal in # 30 days. Bug 342799. net-print/mtink -- Andreas K. Huettel Gentoo Linux developer dilfri...@gentoo.org http://www.akhuettel.de/ signature.asc Description: This is a digitally signed messag

Re: [gentoo-dev] RFC: global USE tcmalloc

2012-01-14 Thread Kacper Kowalik
On 07.01.2012 16:49, Kacper Kowalik wrote: > Hi, > seems more and more software starts to use this: > > dev-db/drizzle:tcmalloc > dev-db/haildb:tcmalloc > dev-db/redis:tcmalloc > dev-lang/ruby-enterprise:tcmalloc > dev-libs/libmemcached:tcmalloc > sys-cluster/gearmand:tcmalloc > > - Use the dev-

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: cdrom.eclass

2012-01-14 Thread Ulrich Mueller
> On Sat, 14 Jan 2012, Michael Sterrett wrote: > Can you give an example of how you think it would be used in an > ebuild? For example, like this: CDROM_DISABLE_PROPERTIES=1 inherit [...] cdrom IUSE="cdinstall" PROPERTIES="cdinstall? ( interactive )" It would be required for 7

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: cdrom.eclass

2012-01-14 Thread Michael Sterrett
Can you give an example of how you think it would be used in an ebuild? 2012/1/14 "Paweł Hajdan, Jr." : > On 1/14/12 12:21 PM, Ulrich Mueller wrote: >> It can't be a USE flag, but something like the following might work: >> >> # @ECLASS-VARIABLE: CDROM_DISABLE_PROPERTIES >> # @DEFAULT_UNSET >> # @

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: cdrom.eclass

2012-01-14 Thread Paweł Hajdan, Jr.
On 1/14/12 12:21 PM, Ulrich Mueller wrote: > It can't be a USE flag, but something like the following might work: > > # @ECLASS-VARIABLE: CDROM_DISABLE_PROPERTIES > # @DEFAULT_UNSET > # @DESCRIPTION: > # By default, the eclass sets PROPERTIES="interactive". > # A non-empty value of CDROM_DISABLE_P

Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: cdrom.eclass

2012-01-14 Thread Ulrich Mueller
> On Sat, 14 Jan 2012, Paweł Hajdan, Jr. wrote: >>> Don't set PROPERTIES=interactive, bug 398809. > How about this: set PROPERTIES=interactive by default (so it's > difficult to forget it), but allow the ebuilds to specify a USE flag > in case the interactive behavior is optional (maybe simil

[gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: cdrom.eclass

2012-01-14 Thread Ulrich Mueller
> On Fri, 13 Jan 2012, Markos Chandras wrote: > Please do not forget to update the ChangeLog file. It's covered by this entry: 13 Jan 2012; Ulrich Müller +cdrom.eclass: New cdrom.eclass, split out CD-ROM functions from eutils.eclass.