Re: [gentoo-portage-dev] [PATCH] QA warning for files in /var/{cache,lib,lock,run}/ or /run/ (bug 493154)

2013-12-15 Thread Mike Frysinger
On Wednesday 11 December 2013 03:43:12 Sebastian Luther wrote: > Am 11.12.2013 08:57, schrieb Mike Frysinger: > > i'll send out a new version. > > FWIW, new patch looks fine. thanks for the review ... i pushed that version -mike signature.asc Description: This is a digitally signed message part

Re: [gentoo-portage-dev] [PATCH] QA warning for files in /var/{cache,lib,lock,run}/ or /run/ (bug 493154)

2013-12-11 Thread Sebastian Luther
Am 11.12.2013 08:57, schrieb Mike Frysinger: > On Thursday 05 December 2013 15:57:17 sebastianlut...@gmx.de > wrote: >> --- a/bin/misc-functions.sh +++ b/bin/misc-functions.sh @@ -242,6 >> +242,11 @@ install_qa_check() { [[ -d ${ED}/$x ]] && f+=" $x\n" >> done >> >> +# It's ok create these d

Re: [gentoo-portage-dev] [PATCH] QA warning for files in /var/{cache,lib,lock,run}/ or /run/ (bug 493154)

2013-12-10 Thread Mike Frysinger
On Thursday 05 December 2013 15:57:17 sebastianlut...@gmx.de wrote: > --- a/bin/misc-functions.sh > +++ b/bin/misc-functions.sh > @@ -242,6 +242,11 @@ install_qa_check() { > [[ -d ${ED}/$x ]] && f+=" $x\n" > done > > + # It's ok create these directories, but not to install

[gentoo-portage-dev] [PATCH] QA warning for files in /var/{cache,lib,lock,run}/ or /run/ (bug 493154)

2013-12-05 Thread SebastianLuther
From: Sebastian Luther No warning will be issued if the directories are created, but are left empty. URL: https://bugs.gentoo.org/493154 --- bin/misc-functions.sh | 5 + 1 file changed, 5 insertions(+) diff --git a/bin/misc-functions.sh b/bin/misc-functions.sh index bd99def..9e1a5ee 100755