<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "http://bugs.gentoo.org/bugzilla.dtd">

<bugzilla version="2.22.7"
          urlbase="http://bugs.gentoo.org/"
          maintainer="bugzilla@gentoo.org"
>

    <bug>
          <bug_id>110034</bug_id>
          
          <creation_ts>2005-10-21 07:27 0000</creation_ts>
          <short_desc>wrong permissions on docs for qwtplot3d</short_desc>
          <delta_ts>2006-06-20 01:58:30 0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>Gentoo Linux</product>
          <component>Applications</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>Linux</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          
          <priority>P2</priority>
          <bug_severity>minor</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>gentoo@jimmacdonald.co.uk</reporter>
          <assigned_to>sci@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>gentoo@jimmacdonald.co.uk</who>
            <bug_when>2005-10-21 07:27:46 0000</bug_when>
            <thetext>The ebuild chmod -R 644&apos;s the dir /usr/share/doc/qwtplot3d-0.2.6/examples/, 
but doesn&apos;t set the execute bits on the dir&apos;s. The follwoing fixed the 
problem: 
 
cd /usr/share/doc/qwtplot3d-0.2.6/examples/ 
chmod 755 . simpleplot/ mesh2/ enrichments/ axes/ autoswitch/ axes/src/ 
enrichments/src/ mesh2/src/ 
   

Reproducible: Always
Steps to Reproduce:
1. USE=&quot;docs&quot; emerge qwtplot3d 
 
 
Actual Results:  
$ cd /usr/share/doc/qwtplot3d-0.2.6/examples/ 
bash: cd: /usr/share/doc/qwtplot3d-0.2.6/examples/: Permission denied 
$ ls -ld /usr/share/doc/qwtplot3d-0.2.6/examples/ 
drw-r--r--  7 root root 1256 Oct 21  
14:49 /usr/share/doc/qwtplot3d-0.2.6/examples/ 

Expected Results:  
directory should be user readable</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>carlo@gentoo.org</who>
            <bug_when>2005-10-21 08:13:15 0000</bug_when>
            <thetext>And...

- the license is wrong. It&apos;s ZLIB, not as-is. There are many licenses which have
an &quot;as is&quot; sentence, but that doesn&apos;t mean that it&apos;s the classic as-is license. 

- the examples should be installed using the exapmles use flag.

- with use foo &amp;&amp; ( blah blah ) you unnecessarily open a subshell. if ... then
is the better choice.

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>cryos@gentoo.org</who>
            <bug_when>2005-10-21 09:48:53 0000</bug_when>
            <thetext>Fixed I think - let me know if there are any further issues with it. Added it 
as a dep to qtiplot and didn&apos;t pay enough attention to some of the finer 
details obviously, sorry. </thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>gentoobugsie.20.dsurawicz@spamgourmet.com</who>
            <bug_when>2006-06-20 01:58:30 0000</bug_when>
            <thetext>I&apos;m using qwtplot3d-0.2.6-r2 and just found that two dirs still have 644 mask instead of 755 although there have been listed already.

This are:

/usr/share/doc/qwtplot3d-0.2.6-r2/examples/mesh2/src
/usr/share/doc/qwtplot3d-0.2.6-r2/examples/enrichments/src


</thetext>
          </long_desc>
      
    </bug>

</bugzilla>