Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67007 - libsigc++ wrong description
Summary: libsigc++ wrong description
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High trivial (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-10 13:10 UTC by Anders Rune Jensen (RETIRED)
Modified: 2004-11-02 05:44 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Anders Rune Jensen (RETIRED) gentoo-dev 2004-10-10 13:10:21 UTC
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 foser (RETIRED) gentoo-dev 2004-10-10 14:27:42 UTC
always inherit at top khai & please also do the correct thing & move it to dev-cpp/libsigcpp

Comment 2 Mike Gardiner (RETIRED) gentoo-dev 2004-10-11 00:25:15 UTC
inherit fixed, thanks arj. just need the category move now
Comment 3 foser (RETIRED) gentoo-dev 2004-11-02 05:44:12 UTC
the reported issue got fixed.