Re: [gentoo-dev] pax-utils.eclass: elog -> einfo?

2011-03-13 Thread Mike Frysinger
On Sunday, March 13, 2011 18:07:48 Anthony G. Basile wrote: > 2) This works for me, but I'm not familiar with any gentoo kernels that > have -grsec in the uname. Am I missing something, or is this just in > case some of our users are deploying their own kernels? not everyone uses sys-kernel/* ...

[gentoo-dev] Automated Package Removal and Addition Tracker, for the week ending 2011-03-13 23h59 UTC

2011-03-13 Thread Robin H. Johnson
The attached list notes all of the packages that were added or removed from the tree, for the week ending 2011-03-13 23h59 UTC. Removals: dev-php5/mongo 2011-03-07 15:58:34 olemarkus dev-tcltk/tclxml-expat 2011-03-08 14:09:53 jlec dev-perl/Thread-Q

Re: [gentoo-dev] pax-utils.eclass: elog -> einfo?

2011-03-13 Thread Anthony G. Basile
On 03/13/2011 06:01 PM, Mike Frysinger wrote: > On Sunday, March 13, 2011 17:38:29 Anthony G. Basile wrote: >> On 03/13/2011 04:19 PM, Mike Frysinger wrote: >>> maybe have it `elog` only when [[ $(uname -r) == *-grsec* ]] >> blueness@yellowness ~ $ uname -r >> 2.6.37-hardened-r5 >> >> so you need =

Re: [gentoo-dev] pax-utils.eclass: elog -> einfo?

2011-03-13 Thread Mike Frysinger
On Sunday, March 13, 2011 17:38:29 Anthony G. Basile wrote: > On 03/13/2011 04:19 PM, Mike Frysinger wrote: > > maybe have it `elog` only when [[ $(uname -r) == *-grsec* ]] > > blueness@yellowness ~ $ uname -r > 2.6.37-hardened-r5 > > so you need == *-hardened-* you want to additionally match ha

Re: [gentoo-dev] pax-utils.eclass: elog -> einfo?

2011-03-13 Thread Anthony G. Basile
On 03/13/2011 04:19 PM, Mike Frysinger wrote: > On Saturday, March 12, 2011 07:36:35 Paweł Hajdan, Jr. wrote: >> I wonder why pax-utils.eclass uses elog instead of just einfo. An >> example message looks like this: >> >> * Fallback PaX marking -m >> * out/Release/chrome >> >> IMHO it's not v

Re: [gentoo-dev] pax-utils.eclass: elog -> einfo?

2011-03-13 Thread Mike Frysinger
On Saturday, March 12, 2011 07:36:35 Paweł Hajdan, Jr. wrote: > I wonder why pax-utils.eclass uses elog instead of just einfo. An > example message looks like this: > > * Fallback PaX marking -m > * out/Release/chrome > > IMHO it's not very useful in the elog messages, but maybe there are

[gentoo-dev] spurious old-style virtuals

2011-03-13 Thread Ulrich Mueller
The following old-style virtuals are declared in profiles, but no package PROVIDEs them: virtual/dhcpcd virtual/imapUW virtual/libiconv virtual/opengl virtual/pbs virtual/ruby virtual/wine Unless someone raises objections, I'm going to remove them. Ulrich

[gentoo-dev] Last rites: media-plugins/gmpc-coveramazon

2011-03-13 Thread Christoph Mende
+# Christoph Mende (13 Mar 2011) +# Unmaintained upstream and doesn't work with current gmpc. +# Will be removed in 30 days. +media-plugins/gmpc-coveramazon

Re: [gentoo-dev] virtualx eclass possible issue

2011-03-13 Thread Tomáš Chvátal
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dne 12.3.2011 11:37, "Paweł Hajdan, Jr." napsal(a): > One of my ebuilds is using virtualx eclass, and I noticed the following > code inside the eclass: > > retval=$? > > # Now kill Xvfb > kill $(cat /tmp/.X${XDISPLAY}-lock) >