<?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>67007</bug_id>
          
          <creation_ts>2004-10-10 13:10 0000</creation_ts>
          <short_desc>libsigc++ wrong description</short_desc>
          <delta_ts>2004-11-02 05:44:12 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>Ebuilds</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>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          
          <everconfirmed>1</everconfirmed>
          <reporter>arj@gentoo.org</reporter>
          <assigned_to>gnome@gentoo.org</assigned_to>
          

      

      
          <long_desc isprivate="0">
            <who>arj@gentoo.org</who>
            <bug_when>2004-10-10 13:10:21 0000</bug_when>
            <thetext>The inherit line is after the description, meaning that the description of libsigc++ is overwritten by the eutils description.

Reproducible: Always
Steps to Reproduce:
1. emerge -s libsigc++


Actual Results:  
wrong description 

Expected Results:  
Description: Typesafe callback system for standard C++

Fix:

--- libsigc++-2.0.5.ebuild      9 Oct 2004 21:20:19 -0000       1.1
+++ libsigc++-2.0.5.ebuild      10 Oct 2004 20:10:02 -0000
@@ -2,6 +2,8 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/dev-libs/libsigc++/libsigc++-2.0.5.ebuild,v
1.1 2004/10/09 21:20:19 khai Exp $
 
+inherit eutils
+
 DESCRIPTION=&quot;Typesafe callback system for standard C++&quot;
 HOMEPAGE=&quot;http://libsigc.sourceforge.net/&quot;
 SRC_URI=&quot;mirror://sourceforge/libsigc/${P}.tar.gz&quot;
@@ -10,7 +12,6 @@
 SLOT=&quot;1.3&quot;
 KEYWORDS=&quot;~x86 ~ppc ~alpha amd64 ~sparc&quot;
 IUSE=&quot;debug&quot;
-inherit eutils
 DEPEND=&quot;virtual/libc&quot;
 
 src_unpack() {</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>foser@gentoo.org</who>
            <bug_when>2004-10-10 14:27:42 0000</bug_when>
            <thetext>always inherit at top khai &amp; please also do the correct thing &amp; move it to dev-cpp/libsigcpp

</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>obz@gentoo.org</who>
            <bug_when>2004-10-11 00:25:15 0000</bug_when>
            <thetext>inherit fixed, thanks arj. just need the category move now</thetext>
          </long_desc>
          <long_desc isprivate="0">
            <who>foser@gentoo.org</who>
            <bug_when>2004-11-02 05:44:12 0000</bug_when>
            <thetext>the reported issue got fixed.</thetext>
          </long_desc>
      
    </bug>

</bugzilla>