<?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>241212</bug_id>
          
          <creation_ts>2008-10-11 00:27 0000</creation_ts>
          <short_desc>net-proxy/adzapper-20071120: useless dependancy on squid</short_desc>
          <delta_ts>2008-10-12 08:09:56 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>enhancement</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>koollman@gmail.com</reporter>
          <assigned_to>net-proxy@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>koollman@gmail.com</who>
            <bug_when>2008-10-11 00:27:38 0000</bug_when>
            <thetext>The &apos;adzapper&apos; program (and probably other &apos;squid&apos; redirectors) depends on net-proxy/squid.
Squid isn&apos;t necessary to use it, it can be used for example with net-proxy/polipo (which I use right now).

attached ebuild contains a simple fix to add a &apos;squid&apos; use flag.

Reproducible: Always

Steps to Reproduce:
1.emerge -p adzapper

Actual Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-admin/logrotate-3.7.2  USE=&quot;(-selinux)&quot; 
[ebuild  N    ] net-proxy/squid-2.7.3  USE=&quot;logrotate pam samba sasl snmp ssl (-ipf-transparent) -ldap -nis (-pf-transparent) -qos (-selinux) -zero-penalty-hit&quot; 
[ebuild     U ] net-proxy/adzapper-20071120 [20071120-r1] 


Expected Results:  
These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-proxy/adzapper-20071120-r1  


--- adzapper-20071120.ebuild    2008-10-11 02:23:59.000000000 +0200
+++ adzapper-20071120-r1.ebuild 2008-10-11 02:23:06.000000000 +0200
@@ -11,10 +11,10 @@
 LICENSE=&quot;BSD&quot;
 SLOT=&quot;0&quot;
 KEYWORDS=&quot;alpha amd64 hppa ppc sparc x86&quot;
-IUSE=&quot;&quot;
+IUSE=&quot;squid&quot;
 
 RDEPEND=&quot;dev-lang/perl
-       net-proxy/squid&quot;
+       squid? (net-proxy/squid)&quot;
 
 S=&quot;${WORKDIR}/adzap&quot;</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>mrness@gentoo.org</who>
            <bug_when>2008-10-12 08:09:56 0000</bug_when>
            <thetext>Fixed in the following net-proxy package versions:
  adzapper-20080508
  squidclamav-3.6
  squidguard-1.3-r3
  squirm-1.23
  ufdbguard-1.13</thetext>
          </long_desc>
      
    </bug>

</bugzilla>