Bug 67007 - libsigc++ wrong description
Bug#: 67007 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: gnome@gentoo.org Reported By: arj@gentoo.org
Component: Ebuilds
URL: 
Summary: libsigc++ wrong description
Keywords:  
Status Whiteboard: 
Opened: 2004-10-10 13:10 0000
Description:   Opened: 2004-10-10 13:10 0000
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="Typesafe callback system for standard C++"
 HOMEPAGE="http://libsigc.sourceforge.net/"
 SRC_URI="mirror://sourceforge/libsigc/${P}.tar.gz"
@@ -10,7 +12,6 @@
 SLOT="1.3"
 KEYWORDS="~x86 ~ppc ~alpha amd64 ~sparc"
 IUSE="debug"
-inherit eutils
 DEPEND="virtual/libc"

 src_unpack() {

------- Comment #1 From foser (RETIRED) 2004-10-10 14:27:42 0000 -------
always inherit at top khai & please also do the correct thing & move it to
dev-cpp/libsigcpp

------- Comment #2 From Mike Gardiner (RETIRED) 2004-10-11 00:25:15 0000 -------
inherit fixed, thanks arj. just need the category move now

------- Comment #3 From foser (RETIRED) 2004-11-02 05:44:12 0000 -------
the reported issue got fixed.